[Stable/Unmaintained Only] Pin to last compatible tag for unmaintained/2024.1
2024.1 is going to be in unmaintained state[1] and tempest is ending the support of 2024.1[2] py3.9 support is dropped in master. To test unmaintained/2024.1, we need to pin tempest to the last compatible tag i.e. 45.0.0. [1] https://review.opendev.org/c/openstack/releases/+/963711 [2] https://review.opendev.org/c/openstack/tempest/+/966346 Depends-On: https://review.opendev.org/c/openstack/tempest/+/966348 Related-Bug: #2130551 Change-Id: I1b34dc8edfa7c90b18d7b09c270863d87b37a3ee Signed-off-by: Yatin Karel <ykarel@redhat.com>
This commit is contained in:
4
stackrc
4
stackrc
@@ -309,8 +309,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:-45.0.0}
|
||||
TEMPEST_VENV_UPPER_CONSTRAINTS=${TEMPEST_VENV_UPPER_CONSTRAINTS:-$REQUIREMENTS_DIR/upper-constraints.txt}
|
||||
|
||||
|
||||
##############
|
||||
|
||||
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user