From 1f86737d3ebc2a5ef5ce0e702da6d351bfcc3c6e Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Thu, 11 Oct 2018 18:50:01 -0400 Subject: [PATCH] NODES_FILE definition is missing It is required for the current reproducer. Depends-On: I53851edbb8bb562dc4194fb99d6ade259227d2f9 Change-Id: I11be50afd012e0e9cf8ce0366877638e774824ff --- playbooks/tripleo-ci/run-v3.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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}