Exit on failure to fetch node.
Have the devstack gate script really exit if it can't fetch a node. Change-Id: Ia548b0c7107e2930d96b5036f9fc3e80c906048e
This commit is contained in:
@@ -66,7 +66,8 @@ done
|
||||
# we are testing the proposed change from this point forward.
|
||||
CI_SCRIPT_DIR=$WORKSPACE/openstack-ci/slave_scripts
|
||||
|
||||
eval `$CI_SCRIPT_DIR/devstack-vm-fetch.py` || exit $?
|
||||
FETCH_OUTPUT=`$CI_SCRIPT_DIR/devstack-vm-fetch.py` || exit $?
|
||||
eval $FETCH_OUTPUT
|
||||
|
||||
scp -C $CI_SCRIPT_DIR/devstack-vm-gate-host.sh $NODE_IP_ADDR:
|
||||
RETVAL=$?
|
||||
|
||||
Reference in New Issue
Block a user