ensure periodic job requirements are visible

periodic requires to_build=true and
to use the rdo registry

Change-Id: I3cd1404e48e3b76fd19f4301a00d8beaad274dcd
This commit is contained in:
Wes Hayutin 2019-09-26 16:25:06 -06:00 committed by wes hayutin
parent f29d6c275c
commit 8fb370f5be

View File

@ -343,6 +343,9 @@ cat >"{{ env_vars_to_source_file }}" <<EOF
export ZUUL_CHANGES="${ZUUL_CHANGES}"
export NODES_FILE="${NODES_FILE}"
export TOCI_JOBTYPE="${TOCI_JOBTYPE}"
# for periodic jobs enable the following
# export EXTRA_VARS="$EXTRA_VARS -e to_build=True "
# export EXTRA_VARS="$EXTRA_VARS -e docker_registry_host=trunk.registry.rdoproject.org "
export EXTRA_VARS="${EXTRA_VARS}"
export REMAINING_TIME="$TIMEOUT"
export PLAYBOOKS="$PLAYBOOKS"