diff --git a/playbooks/tripleo-ci/run-v3.yaml b/playbooks/tripleo-ci/run-v3.yaml index d7049cf52..85b27538d 100644 --- a/playbooks/tripleo-ci/run-v3.yaml +++ b/playbooks/tripleo-ci/run-v3.yaml @@ -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}