diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-14 02:23:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-14 02:23:49 +0000 |
commit | b3b6eaa50efc66862290c404a1d324f33cd77a84 (patch) | |
tree | 5fa5b1c30c661defa71ae9113ba94c532ffb37dd | |
parent | 64f0b98f304a78371eeff6a7fc1055382a35be58 (diff) | |
parent | c5d79c829350a975fa12a1bf52cb372bdd008d84 (diff) |
Merge "Bottlenecks: bugfix for missing SCENARIO parameter"
-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." |