diff --git a/slave-scripts/gate-sahara.sh b/slave-scripts/gate-sahara.sh index 5bb03cd6..54c78578 100755 --- a/slave-scripts/gate-sahara.sh +++ b/slave-scripts/gate-sahara.sh @@ -37,12 +37,17 @@ case $plugin in ;; transient) # transient is using image with latest vanilla version - image_name=vanilla_2.6.0_u14 + if [ "$ZUUL_BRANCH" == "stable/kilo" ]; then + image_name=vanilla_2.6.0_u14 + template_image_prefix="vanilla_two_six" + else + image_name=vanilla_2.7.1_u14 + template_image_prefix="vanilla_two_seven_one" + fi sahara_plugin=vanilla concurrency=3 mode=distribute scenario_conf_file="$sahara_templates_path/transient.yaml.mako" - template_image_prefix="vanilla_two_six" ;; cdh_5.3.0) scenario_conf_file="$sahara_templates_path/cdh-5.3.0.yaml.mako"