diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-13 06:37:27 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-13 06:38:31 -0400 |
commit | c5d79c829350a975fa12a1bf52cb372bdd008d84 (patch) | |
tree | 104e7767e4ccd402de439543f762a7d2a1e37e11 /jjb | |
parent | cbc32fd99926ea20df148832776ec15a034f7f02 (diff) |
Bottlenecks: bugfix for missing SCENARIO parameter
Change-Id: Ifda489de76a65716d75fb1022dd4bc3810091d4c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-ci-jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml index 09b7df172..415cdf380 100644 --- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml @@ -87,6 +87,9 @@ - '{installer}-defaults' - 'bottlenecks-params-{pod}' - string: + name: DEPLOY_SCENARIO + default: 'os-odl_l2-nofeature-ha' + - string: name: GERRIT_REFSPEC_DEBUG default: 'false' description: "Gerrit refspec for debug." |