gnocchi: fixes typo in mitaka branch job
Change-Id: I4f4d3973aa13eccec3b6862abc0e31669a217170
This commit is contained in:
parent
1b03e081fa
commit
7fc0f4a353
jenkins/jobs
@ -208,13 +208,13 @@
|
|||||||
case "$ZUUL_BRANCH" in
|
case "$ZUUL_BRANCH" in
|
||||||
"stable/1.0"|"stable/1.1"|"stable/1.2") export OVERRIDE_ZUUL_BRANCH=stable/kilo ;;
|
"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/1.3") export OVERRIDE_ZUUL_BRANCH=stable/liberty ;;
|
||||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mikita ;;
|
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
case "$ZUUL_BRANCH" in
|
case "$ZUUL_BRANCH" in
|
||||||
"stable/kilo") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.2";;
|
"stable/kilo") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.2";;
|
||||||
"stable/liberty") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.3";;
|
"stable/liberty") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/1.3";;
|
||||||
"stable/mikita") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/2.1";;
|
"stable/mitaka") export OVERRIDE_GNOCCHI_PROJECT_BRANCH="stable/2.1";;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
case "$ZUUL_BRANCH" in
|
case "$ZUUL_BRANCH" in
|
||||||
"stable/1.0"|"stable/1.1"|"stable/1.2") export OVERRIDE_ZUUL_BRANCH=stable/kilo ;;
|
"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/1.3") export OVERRIDE_ZUUL_BRANCH=stable/liberty ;;
|
||||||
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mikita ;;
|
"stable/2.0"|"stable/2.1") export OVERRIDE_ZUUL_BRANCH=stable/mitaka ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
function gate_hook {{
|
function gate_hook {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user