From 2e37355af90773350f12b3a4449bf7990b9b3f18 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Mon, 2 Dec 2019 19:53:23 +0000 Subject: [PATCH] Revert "Component promotion jobs should read a custom release cfg" This reverts commit 846c0015e14c36ff03ecfe4c852adfc53790bc11. Change-Id: I71d0f5ccaee1ef2ee1140e5787e54369a2a00810 --- roles/run-test/templates/toci_gate_test.sh.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/run-test/templates/toci_gate_test.sh.j2 b/roles/run-test/templates/toci_gate_test.sh.j2 index a794ef8a2..83507d2db 100755 --- a/roles/run-test/templates/toci_gate_test.sh.j2 +++ b/roles/run-test/templates/toci_gate_test.sh.j2 @@ -103,15 +103,10 @@ fi {% if periodic|bool %} PERIODIC=1 -{% if component_promotion is defined %} -QUICKSTART_RELEASE="component-{{ component_promotion }}-${QUICKSTART_RELEASE}" -{% else %} QUICKSTART_RELEASE="promotion-testing-hash-${QUICKSTART_RELEASE}" -{% endif %} EMIT_RELEASES_EXTRA_ARGS="$EMIT_RELEASES_EXTRA_ARGS --is-periodic" {% endif %} - if [[ -f "$RELEASES_SCRIPT" ]] && [[ {{ featureset }} =~ 010|011|037|047|050|056 ]]; then if [[ -f "$RELEASES_FILE_OUTPUT" ]]; then