diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-02 14:23:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-02 14:23:40 +0000 |
commit | f6fb85d278ada5d2a407c49a7f4c5de9c81b8d67 (patch) | |
tree | cb6148105cd45230a134c0526976e38ae579dfd8 /jjb/apex/apex-deploy.sh | |
parent | d406fb03948296cdd02c7b93ffb9433ceb39d872 (diff) | |
parent | 2590b3c452a5b8e6bd95dbd3f6daecc12a9fc20d (diff) |
Merge "Apex: Create promotion and verify job for Apex CSIT snapshots"
Diffstat (limited to 'jjb/apex/apex-deploy.sh')
-rwxr-xr-x | jjb/apex/apex-deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/apex/apex-deploy.sh b/jjb/apex/apex-deploy.sh index 8d5c4cb13..776b76ed0 100755 --- a/jjb/apex/apex-deploy.sh +++ b/jjb/apex/apex-deploy.sh @@ -172,6 +172,9 @@ if [[ "$JOB_NAME" == *virtual* ]]; then NETWORK_FILE="${NETWORK_SETTINGS_DIR}/network_settings.yaml" fi DEPLOY_CMD="${DEPLOY_CMD} -v" + if [[ "$JOB_NAME" == *csit* ]]; then + DEPLOY_CMD="${DEPLOY_CMD} -e csit-environment.yaml --virtual-computes 2" + fi else # settings for bare metal deployment if [ "$IPV6_FLAG" == "True" ]; then |