From 41f4ea298c3cfbcc791b668351e4c81c598532a1 Mon Sep 17 00:00:00 2001 From: Quique Llorente Date: Mon, 3 Dec 2018 13:39:09 +0100 Subject: [PATCH] Use zuul src dir for tqe Changes at tripleo-quickstart-extras were not visible as installed roles. Change-Id: I18e3383bc07c4417f3de2dbf15e0eb33a730e2cc --- playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 | 2 +- toci_gate_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 b/playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 index e5c590573..a4c3b9cf3 100755 --- a/playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 +++ b/playbooks/tripleo-ci/templates/toci_gate_test.sh.j2 @@ -161,7 +161,7 @@ else fi # Import gated external repo in oooq - starting with browbeat, tripleo-ha-utils -for EXTERNAL_REPO in 'browbeat' 'tripleo-ha-utils'; do +for EXTERNAL_REPO in 'browbeat' 'tripleo-ha-utils' 'tripleo-quickstart-extras'; do if [[ -d $TRIPLEO_ROOT/$EXTERNAL_REPO ]]; then sed -i "s#git+https://git.openstack.org/openstack/$EXTERNAL_REPO#file://${TRIPLEO_ROOT}/$EXTERNAL_REPO#1" ${TRIPLEO_ROOT}/tripleo-quickstart/quickstart-extras-requirements.txt fi diff --git a/toci_gate_test.sh b/toci_gate_test.sh index 2e6a023d4..3745a65bc 100755 --- a/toci_gate_test.sh +++ b/toci_gate_test.sh @@ -257,7 +257,7 @@ else fi # Import gated external repo in oooq -for EXTERNAL_REPO in 'browbeat' 'tripleo-ha-utils'; do +for EXTERNAL_REPO in 'browbeat' 'tripleo-ha-utils' 'tripleo-quickstart-extras'; do if [[ -d $TRIPLEO_ROOT/$EXTERNAL_REPO ]]; then sed -i "s#git+https://git.openstack.org/openstack/$EXTERNAL_REPO#file://${TRIPLEO_ROOT}/$EXTERNAL_REPO#1" ${TRIPLEO_ROOT}/tripleo-quickstart/quickstart-extras-requirements.txt fi