From 65d4fbda80eb576e659d65f0197d3d64c94cc85a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 5 Oct 2017 09:57:10 +0100 Subject: jjb: xci: xci-verify-jobs: Export clean vm variables properly The variables are meant to be used by the start-vm-new.sh script instead of the XCI test so they need to be exported properly before we run the script. Change-Id: I224ec7bfced5eb51f01de46bd042274bcf3ec86b Signed-off-by: Markos Chandras --- jjb/xci/xci-verify-jobs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jjb/xci/xci-verify-jobs.yml') diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index ff3c68923..0a7b960a0 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -281,14 +281,15 @@ export INSTALLER_TYPE=$INSTALLER_TYPE export GIT_BASE=$GIT_BASE export JENKINS_HOME=$JENKINS_HOME - export XCI_BUILD_CLEAN_VM_OS=false - export XCI_UPDATE_CLEAN_VM_OS=true cd xci ./xci-deploy.sh EOF chmod a+x xci_test.sh + export XCI_BUILD_CLEAN_VM_OS=false + export XCI_UPDATE_CLEAN_VM_OS=true + ./xci/scripts/vm/start-new-vm.sh $DISTRO - shell: | #!/bin/bash -- cgit 1.2.3-korg