Don't clean bootstrapped env in ci.centos

When environmnet is set up with get_node script, don't remove
it later.

Change-Id: Icfd7388f82d1f0f12cd548ccca54574a9cfcd447
This commit is contained in:
Sagi Shnaidman 2018-07-22 17:59:46 +03:00
parent 972e9b1359
commit 402401942d
2 changed files with 1 additions and 2 deletions

View File

@ -59,7 +59,6 @@ if [ "$JOB_TYPE" = "dlrn-gate" ] || [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
--working-dir $WORKSPACE/ \
--no-clone \
--bootstrap \
--clean \
--extra-vars artg_compressed_gating_repo="/home/stack/gating_repo.tar.gz" \
--playbook build-test-packages.yml \
--tags all \
@ -82,7 +81,6 @@ if [ "$JOB_TYPE" = "dlrn-gate" ] || [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
$VIRTHOST
else
bash quickstart.sh \
--clean \
--bootstrap \
--tags all \
--config $WORKSPACE/config/general_config/$CONFIG.yml \

View File

@ -8,6 +8,7 @@ pushd $WORKSPACE/tripleo-quickstart
# This serves as a fail-fast syntax check for quickstart gates.
./quickstart.sh \
--working-dir $WORKSPACE/ \
--clean \
--no-clone \
--bootstrap \
--requirements requirements.txt \