summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-verify-jobs.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-05 09:57:10 +0100
committerMarkos Chandras <mchandras@suse.de>2017-10-05 09:57:10 +0100
commit65d4fbda80eb576e659d65f0197d3d64c94cc85a (patch)
tree3e44130ad5934b9d9346b385fb456fdc8b3b9e45 /jjb/xci/xci-verify-jobs.yml
parentd9e8c8fef37fe776fe76cb9b722814a265893b4e (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'jjb/xci/xci-verify-jobs.yml')
-rw-r--r--jjb/xci/xci-verify-jobs.yml5
1 files changed, 3 insertions, 2 deletions
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