diff options
author | Markos Chandras <mchandras@suse.de> | 2018-09-03 15:22:19 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-09-03 15:22:19 +0100 |
commit | 5d844275d78eadc405058b61c291577635c94339 (patch) | |
tree | 292a2c6e94ad6a1fc31149d2a3ad7bbea0a00159 /jjb | |
parent | 4f9c2dd1172ae6f87e607f4bf8c6d63803b1db19 (diff) |
jjb: xci: Do not check for scenario changes in releng-xci repo
There are no scenarios in releng-xci anymore so we must not try and
determine the impacted scenario. Using the default one is good enough
for CI. Users can still override the defaults using the usual methods.
Change-Id: I47207ebddae79fd89615bfd664f211879aabae92
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/xci/xci-set-scenario.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/xci/xci-set-scenario.sh b/jjb/xci/xci-set-scenario.sh index 7bc45f1c2..105b9892f 100755 --- a/jjb/xci/xci-set-scenario.sh +++ b/jjb/xci/xci-set-scenario.sh @@ -166,9 +166,10 @@ WORK_DIRECTORY=/tmp/$GERRIT_CHANGE_NUMBER/$DISTRO if [[ $GERRIT_PROJECT == "releng-xci" ]]; then determine_default_scenario +else + determine_scenario fi override_scenario -determine_scenario # ensure single scenario is impacted if [[ $(IFS=$'\n' echo ${DEPLOY_SCENARIO[@]} | wc -w) != 1 ]]; then |