Pin Tempest to 26.1.0 tag for stable/victoria testing

Stable victoria is in Extended maintenance state[1] and
we need to pin tempest in stable/victoria testing.

We use Tempest 26.1.0 because of oslo.utils version bump in Tempest
27.0.0 and 28.0.0 which is not compatible with stable/victoria
upper constraints so these versions do not work in stable/victoria.

Tempest 26.1.0 version is compatible for victoria testing from tempest
side as well as from upper constraints side.

Depends-On: https://review.opendev.org/c/openstack/tempest/+/843293
Depends-On: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/843354
Change-Id: I3f6c3914d0a35155dc27bbaf6e8db92b856a4f1f
This commit is contained in:
Ghanshyam Mann 2022-05-25 10:25:04 -05:00 committed by Ghanshyam
parent 06c5cb0adc
commit 136d8bb2e0
2 changed files with 3 additions and 3 deletions

View File

@ -297,8 +297,8 @@ REQUIREMENTS_BRANCH=${REQUIREMENTS_BRANCH:-$TARGET_BRANCH}
# Tempest test suite
TEMPEST_REPO=${TEMPEST_REPO:-${GIT_BASE}/openstack/tempest.git}
TEMPEST_BRANCH=${TEMPEST_BRANCH:-$BRANCHLESS_TARGET_BRANCH}
TEMPEST_VENV_UPPER_CONSTRAINTS=${TEMPEST_VENV_UPPER_CONSTRAINTS:-master}
TEMPEST_BRANCH=${TEMPEST_BRANCH:-26.1.0}
TEMPEST_VENV_UPPER_CONSTRAINTS=${TEMPEST_VENV_UPPER_CONSTRAINTS:-$REQUIREMENTS_DIR/upper-constraints.txt}
##############

View File

@ -15,7 +15,7 @@
echo "Ensuring we don't have crazy refs"
REFS=`grep BRANCH stackrc | grep -v 'TARGET_BRANCH' | grep -v 'NOVNC_BRANCH'`
REFS=`grep BRANCH stackrc | grep -v 'TARGET_BRANCH' | grep -v 'NOVNC_BRANCH' | grep -v 'TEMPEST_BRANCH'`
rc=$?
if [[ $rc -eq 0 ]]; then
echo "Branch defaults must be one of the *TARGET_BRANCH values. Found:"