add in missing gnocchi 2.2 job references
we created stable/2.2 branch a while back and missed these in earlier patch. Change-Id: Ie245afd7c87b9442d22350539ea64f7d1d447528
This commit is contained in:
parent
01039b1bde
commit
e1fec10ede
@ -155,7 +155,7 @@
|
||||
if [ "$ZUUL_PROJECT" == "openstack/gnocchi" ]; then
|
||||
case "$ZUUL_BRANCH" in
|
||||
"stable/1.3") export OVERRIDE_ZUUL_BRANCH=stable/liberty ;;
|
||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||
"stable/2.0"|"stable/2.1"|"stable/2.2") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||
esac
|
||||
else
|
||||
case "$ZUUL_BRANCH" in
|
||||
|
@ -84,13 +84,13 @@
|
||||
export OVERRIDE_GNOCCHI_PROJECT_BRANCH=stable/${{MAJOR}}.$((MINOR - 1))
|
||||
else
|
||||
# We are on master
|
||||
export OVERRIDE_GNOCCHI_PROJECT_BRANCH=stable/2.1
|
||||
export OVERRIDE_GNOCCHI_PROJECT_BRANCH=stable/2.2
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$ZUUL_BRANCH" in
|
||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||
"stable/2.0"|"stable/2.1"|"stable/2.2") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||
esac
|
||||
|
||||
function gate_hook {{
|
||||
|
Loading…
Reference in New Issue
Block a user