telemetry: map Gnocchi release with other projects stable

Change-Id: Iee3d6b9209a197e1e0f5d3b5cc4bee3d4dca7548
This commit is contained in:
Julien Danjou 2017-01-31 20:25:41 +01:00
parent 0477295003
commit c74c697fe5
2 changed files with 3 additions and 0 deletions

View File

@ -150,11 +150,13 @@
case "$ZUUL_BRANCH" in
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
"stable/2.2"|"stable/3.0") export OVERRIDE_ZUUL_BRANCH=stable/newton ;;
"stable/3.1") export OVERRIDE_ZUUL_BRANCH=stable/ocata ;;
esac
else
case "$ZUUL_BRANCH" in
"stable/mitaka") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/2.1";;
"stable/newton") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/3.0";;
"stable/ocata") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/3.1";;
esac
fi

View File

@ -25,6 +25,7 @@
case "$ZUUL_BRANCH" in
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
"stable/2.2"|"stable/3.0") export OVERRIDE_ZUUL_BRANCH=stable/newton ;;
"stable/3.1") export OVERRIDE_ZUUL_BRANCH=stable/ocata ;;
esac
function gate_hook {{