From 7693ddab22ca076081f8c7413b5b5c41dbbbc5e4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 15 Mar 2021 17:41:58 +0100 Subject: Jenkins: run smoketests without vyos-configd We currently have a nested regression with the testcases, where they randomly pass on different hosts but fail on the Jenkins instance. Hopefully this can sched some light. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c8eda285..660dea80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -155,12 +155,12 @@ pipeline { } stage('QEMU') { parallel { - stage('Smoketests with vyos-configd') { + stage('Smoketests') { when { expression { fileExists 'build/live-image-amd64.hybrid.iso' } } steps { - sh "sudo make testd" + sh "sudo make test" } } stage('Smoketests with vyos-configd and arbitrary config loader') { -- cgit v1.2.3