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:
gord chung 2016-08-26 14:49:32 +00:00
parent 01039b1bde
commit e1fec10ede
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 {{