diff options
author | 2017-10-03 10:54:59 +0100 | |
---|---|---|
committer | 2017-10-04 17:55:00 +0100 | |
commit | 101edc00d238645427688d3bf70d758c32625cd4 (patch) | |
tree | f0366322689f247d9f4cb278fff52ca8d9d0ca31 /jjb/xci | |
parent | b9a211ba6da5bb9fde2425bc2f77ca0a779ed3c7 (diff) |
jjb: xci: Use pre-built dib images for CI runs
We make use of the pre-built dib images hosted on artifacts.opnfv.org
instead of building a new one on every CI build. This makes the CI jobs
somewhat faster since we start with the XCI deployment straight away
This patchset depends on https://gerrit.opnfv.org/gerrit/#/c/44049/
Signed-off-by: Markos Chandras <mchandras@suse.de>
Change-Id: Id2ccee8882cd20590a4cd27d4e512dc414d7b40e
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 3b399a7eb..ff3c68923 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -281,6 +281,8 @@ 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 |