summaryrefslogtreecommitdiff
path: root/Jenkinsfile
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:27:38 +0100
commita6cb0a0c93c60cc03f60ee55821ad9ec522884c8 (patch)
treeafe1ebfde37b0d515a604c308949b189d863f904 /Jenkinsfile
parent6d179393f795c885a809b9456ce2284d59c4e441 (diff)
downloadvyos-build-a6cb0a0c93c60cc03f60ee55821ad9ec522884c8.tar.gz
vyos-build-a6cb0a0c93c60cc03f60ee55821ad9ec522884c8.zip
Jenkins: save CPU time and only test using vyos-configd
(cherry picked from commit 37b270bab20d9fc7004d1f06522fcfb4e024732d)
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 01858f2a..92e792c1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -153,14 +153,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' }