Remove standalone quickstart.sh gating_repo var

The compreosed_gating_repo is set by the build-test-packages role to
denote that a gating_repo is generated in case of change at tq or tqe
this gating repo is not generated and the fact is not set, if we force
the fact it will  be a false positive for gating repo.

Change-Id: Id20a048bf895aabf13656c7ce4d5ba1873e74cb7
This commit is contained in:
Quique Llorente 2018-09-28 11:13:01 +02:00
parent 55580cc7ad
commit 1e779db71b
1 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ case "$JOB_TYPE" in
--working-dir $WORKSPACE/ \
--no-clone \
--retain-inventory \
--extra-vars compressed_gating_repo="/home/stack/gating_repo.tar.gz" \
--config $WORKSPACE/config/general_config/$CONFIG.yml \
--environment $WORKSPACE/config/environments/standalone_centos_libvirt.yml \
--skip-tags provision \
@ -132,7 +131,6 @@ case "$JOB_TYPE" in
--working-dir $WORKSPACE/ \
--no-clone \
--retain-inventory \
--extra-vars compressed_gating_repo="/home/stack/gating_repo.tar.gz" \
--config $WORKSPACE/config/general_config/$CONFIG.yml \
--environment $WORKSPACE/config/environments/standalone_fedora_libvirt.yml \
--skip-tags provision \