diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-12 13:21:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-12 13:21:32 +0000 |
commit | 0607b000df049c4e87d114514842c573530c0d19 (patch) | |
tree | e4de9dde10c065ba235f21c49d0bd825572743c9 /jjb | |
parent | bbf0e050a64297fcd9df515f3136ffaa5ee09c38 (diff) | |
parent | e91a6ccc3f17b240bd1f60e613e00a29890b5bfa (diff) |
Merge "xci: Set installer type for the tested scenario"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-start-new-vm.sh | 2 | ||||
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/jjb/xci/xci-start-new-vm.sh b/jjb/xci/xci-start-new-vm.sh index c2f1f991f..030a0dfba 100755 --- a/jjb/xci/xci-start-new-vm.sh +++ b/jjb/xci/xci-start-new-vm.sh @@ -57,7 +57,7 @@ export CORE_OPENSTACK_INSTALL=true export BIFROST_USE_PREBUILT_IMAGES=true export CLEAN_DIB_IMAGES=$CLEAN_DIB_IMAGES export OPNFV_RELENG_DEV_PATH=/home/devuser/releng-xci/ -export INSTALLER_TYPE=$INSTALLER_TYPE +export INSTALLER_TYPE=$XCI_INSTALLER export GIT_BASE=$GIT_BASE export JENKINS_HOME=$JENKINS_HOME diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index c95917f09..4c9ff9e69 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -238,9 +238,6 @@ name: OPNFV_RELENG_DEV_PATH default: $WORKSPACE/ - string: - name: INSTALLER_TYPE - default: $XCI_INSTALLER - - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on this Jenkins Slave' |