diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-19 09:04:44 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-19 09:04:44 +0100 |
commit | 462e6bb0ad56207b3ee86375f49458779557a71f (patch) | |
tree | 4dc3cd36cdd83480ec9dd11fdcc41119e627b310 /jjb/fuel | |
parent | b4799364f18f0fe4413a7c494b9211a036b5864c (diff) |
fuel: Set DEPLOY_SCENARIO to Arno scenario for fuel deploy jobs
So it can be overriden by multijob when started automatically and
changed by hand when it started manually.
Change-Id: Ic66fdc7f0de553933a5766a130e7611b4327df1b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 8c06679a8..6f0365bc9 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -165,6 +165,9 @@ project: '{project}' - '{pod}-defaults' - '{installer}-defaults' + - string: + name: DEPLOY_SCENARIO + default: 'os-odl_l2-nofeature-ha' - fuel-ci-parameter: gs-pathname: '{gs-pathname}' |