NODES_FILE definition is missing

It is required for the current reproducer.

Depends-On: I53851edbb8bb562dc4194fb99d6ade259227d2f9
Change-Id: I11be50afd012e0e9cf8ce0366877638e774824ff
This commit is contained in:
Ronelle Landy 2018-10-11 18:50:01 -04:00 committed by wes hayutin
parent c010de0de7
commit 1f86737d3e
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@
export TOCI_JOBTYPE={{ environment_type }}-featureset{{ featureset }}
{% endif %}
{% if nodes is defined %}
export NODES_FILE={{ nodes_file }}
{% endif %}
# ZUUL does not set these for periodic jobs
export ZUUL_BRANCH=${ZUUL_BRANCH:-master}
export ZUUL_REF=${ZUUL_REF:-None}