Merge "Gnocchi: Fix gate stable jobs"
This commit is contained in:
commit
fcfc9b16a3
jenkins/jobs
@ -208,12 +208,13 @@
|
||||
case "$ZUUL_BRANCH" in
|
||||
"stable/1.0"|"stable/1.1"|"stable/1.2") export OVERRIDE_ZUUL_BRANCH=stable/kilo ;;
|
||||
"stable/1.3") export OVERRIDE_ZUUL_BRANCH=stable/liberty ;;
|
||||
"stable/2.0") export OVERRIDE_ZUUL_BRANCH=master ;;
|
||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mikita ;;
|
||||
esac
|
||||
else
|
||||
case "$ZUUL_BRANCH" in
|
||||
"stable/kilo") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.2";;
|
||||
"stable/liberty") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.3";;
|
||||
"stable/mikita") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/2.1";;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
case "$ZUUL_BRANCH" in
|
||||
"stable/1.0"|"stable/1.1"|"stable/1.2") export OVERRIDE_ZUUL_BRANCH=stable/kilo ;;
|
||||
"stable/1.3") export OVERRIDE_ZUUL_BRANCH=stable/liberty ;;
|
||||
"stable/2.0") export OVERRIDE_ZUUL_BRANCH=master ;;
|
||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mikita ;;
|
||||
esac
|
||||
|
||||
function gate_hook {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user