diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-25 16:23:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-25 16:23:38 +0100 |
commit | 37b270bab20d9fc7004d1f06522fcfb4e024732d (patch) | |
tree | c84533106e72886e7dc0aee4852b253a04a06865 | |
parent | c72a4f2ddbb977d6055c44275c0341b40618d216 (diff) | |
download | vyos-build-37b270bab20d9fc7004d1f06522fcfb4e024732d.tar.gz vyos-build-37b270bab20d9fc7004d1f06522fcfb4e024732d.zip |
Jenkins: save CPU time and only test using vyos-configd
-rw-r--r-- | Jenkinsfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 71de3b85..1289cf5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -154,14 +154,6 @@ pipeline { } stage('QEMU') { parallel { - stage('Smoketests without vyos-configd') { - when { - expression { fileExists 'build/live-image-amd64.hybrid.iso' } - } - steps { - sh "sudo make test" - } - } stage('Smoketests with vyos-configd') { when { expression { fileExists 'build/live-image-amd64.hybrid.iso' } |