diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-14 21:41:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-14 21:41:21 +0200 |
commit | 1c1323cc67421ff16d5d4fc83f1e8aed2a97f5a2 (patch) | |
tree | 4dafd013e53cd01ba23c2d4492f751174def676f /Jenkinsfile | |
parent | 7480b1fff520baab8bf73c7bb0f8f1761086d363 (diff) | |
download | vyos-build-1c1323cc67421ff16d5d4fc83f1e8aed2a97f5a2.tar.gz vyos-build-1c1323cc67421ff16d5d4fc83f1e8aed2a97f5a2.zip |
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
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 16 |
1 files changed, 8 insertions, 8 deletions
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" + } + } } } } |