diff options
author | 2017-09-18 13:07:29 +0000 | |
---|---|---|
committer | 2017-09-18 13:07:29 +0000 | |
commit | 46e697f06307bebd78e29a399b68058d0521ec77 (patch) | |
tree | dfd33f9bfae17fd7897c008c754fd5f8a82b150e /jjb/xci | |
parent | 3dc665c357d798a28ce05f37c92de92a9c30c84d (diff) | |
parent | e742987f2c4db9ec7c04b0bb894fbc3eb3084241 (diff) |
Merge "xci: Add parameter to clean the DIB images"
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index f0a673bd8..4433836ba 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -112,6 +112,9 @@ name: SLAVE_LABEL default: 'xci-virtual-{distro}' - string: + name: CLEAN_DIB_IMAGES + default: 'true' + - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on this Jenkins Slave' @@ -128,6 +131,7 @@ predefined-parameters: | DISTRO={distro} DEPLOY_SCENARIO=os-nosdn-nofeature-noha + CLEAN_DIB_IMAGES=$CLEAN_DIB_IMAGES node-parameters: true kill-phase-on: FAILURE abort-all-job: true @@ -140,6 +144,7 @@ predefined-parameters: | DISTRO={distro} DEPLOY_SCENARIO=os-nosdn-nofeature-noha + CLEAN_DIB_IMAGES=$CLEAN_DIB_IMAGES FUNCTEST_SUITE_NAME=healthcheck node-parameters: true kill-phase-on: NEVER @@ -179,6 +184,9 @@ name: XCI_FLAVOR default: 'mini' - string: + name: CLEAN_DIB_IMAGES + default: 'true' + - string: name: OPNFV_RELENG_DEV_PATH default: $WORKSPACE/ - string: |