summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-25 16:23:38 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-25 16:23:38 +0100
commit37b270bab20d9fc7004d1f06522fcfb4e024732d (patch)
treec84533106e72886e7dc0aee4852b253a04a06865
parentc72a4f2ddbb977d6055c44275c0341b40618d216 (diff)
downloadvyos-build-37b270bab20d9fc7004d1f06522fcfb4e024732d.tar.gz
vyos-build-37b270bab20d9fc7004d1f06522fcfb4e024732d.zip
Jenkins: save CPU time and only test using vyos-configd
-rw-r--r--Jenkinsfile8
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' }