From 1c1323cc67421ff16d5d4fc83f1e8aed2a97f5a2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 14 Oct 2020 21:41:21 +0200 Subject: Revert "Jenkins: comment parallel test of vyos-configd" This reverts commit 9edd67734c3a18adda9dbb84d3a24e5e2d99dfff. This should be fixed now after the fix from https://phabricator.vyos.net/T2952 --- Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 6d2ac280..5571e87d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -162,14 +162,14 @@ pipeline { sh "sudo make test" } } -// stage('With vyos-configd') { -// when { -// expression { fileExists 'build/live-image-amd64.hybrid.iso' } -// } -// steps { -// sh "sudo make testd" -// } -// } + stage('With vyos-configd') { + when { + expression { fileExists 'build/live-image-amd64.hybrid.iso' } + } + steps { + sh "sudo make testd" + } + } } } } -- cgit v1.2.3