Switch back pre-upgrade check to source branch

... because commit 1fd4e26f6b was
backported.

Depends-on: https://review.opendev.org/955294
Change-Id: I8f999b05b0a0cbd12c059b80bb50652d7f8bdbc5
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-07-17 23:48:40 +09:00
parent 42bd9bf043
commit aea477842f

View File

@@ -102,11 +102,7 @@ function _run_heat_integrationtests {
function create {
if [ "${RUN_HEAT_INTEGRATION_TESTS}" == "True" ]; then
# run heat integration tests instead of tempest smoke before create
# TODO(ramishra) switch to run tests from $BASE_DEVSTACK_DIR once
# https://review.opendev.org/c/openstack/heat/+/954938
# has been backported
_run_heat_integrationtests $TARGET_DEVSTACK_DIR
_run_heat_integrationtests $BASE_DEVSTACK_DIR
fi
source $TOP_DIR/openrc admin admin