Merge "Component promotion jobs should read a custom release cfg"

This commit is contained in:
Zuul 2019-11-26 00:12:00 +00:00 committed by Gerrit Code Review
commit 2f6cc0b80b

View File

@ -103,10 +103,15 @@ 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