From: Fatih Degirmenci Date: Sat, 23 Jan 2016 19:04:38 +0000 (+0100) Subject: joid: Set and pass DEPLOY_SCENARIO X-Git-Tag: brahmaputra.1.0~141 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F7819%2F2;p=releng.git joid: Set and pass DEPLOY_SCENARIO Change-Id: I4209f0aaf84bd4e0a455d8470e2555999bd1eddb Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/joid/joid-ci-jobs.yml b/jjb/joid/joid-ci-jobs.yml index eb8090635..66f886f5d 100644 --- a/jjb/joid/joid-ci-jobs.yml +++ b/jjb/joid/joid-ci-jobs.yml @@ -98,6 +98,9 @@ - '{installer}-defaults' - '{pod}-defaults': installer: '{installer}' + - string: + name: DEPLOY_SCENARIO + default: '{scenario}' builders: - multijob: @@ -150,6 +153,9 @@ - '{installer}-defaults' - '{pod}-defaults': installer: '{installer}' + - string: + name: DEPLOY_SCENARIO + default: 'os-odl_l2-nofeature-ha' scm: - git-scm: diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 282ced5cc..9dd3d5406 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -89,7 +89,3 @@ name: MAAS_REINSTALL default: 'false' description: "Reinstall MAAS and Bootstrap before deploy [true/false]" - - string: - name: DEPLOY_SCENARIO - default: 'os-odl_l2-nofeature-ha' - description: "Scenario to deploy and test"