Source rh1.env to decide how many testenv workers to run

We have no way to figure out which cloud the broker is running on
and rh2 is going away so use the rh1 variable.

Change-Id: I2cc2d470eef1a4d3717e3718762676f8041ab1e6
This commit is contained in:
Derek Higgins 2016-07-29 14:11:26 +01:00
parent ba51173eb8
commit 0b05347b5d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Keep X number of testenv workers running, each testenv worker exists after processing a single job
BASEPATH=$(realpath $(dirname $0)/../..)
ENVFILE=$BASEPATH/scripts/rh2.env
ENVFILE=$BASEPATH/scripts/rh1.env
TENUM=0