diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-26 15:43:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-26 15:43:12 +0200 |
commit | 9edd67734c3a18adda9dbb84d3a24e5e2d99dfff (patch) | |
tree | 5b53652cd664d20584c7fb0f2346611d24976d2f /Jenkinsfile | |
parent | 6586659716d960fdab1ec0977a84645b9d06fc36 (diff) | |
download | vyos-build-9edd67734c3a18adda9dbb84d3a24e5e2d99dfff.tar.gz vyos-build-9edd67734c3a18adda9dbb84d3a24e5e2d99dfff.zip |
Jenkins: comment parallel test of vyos-configd
This leads to exzessive host CPU usage which will make the test fail.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 5571e87d..6d2ac280 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" +// } +// } } } } |