Revert "Pin Tempest to train-last(28.0.0) tag for stable/train testing"

This reverts commit 410d11ebc6.

Reason for revert: it caused the bug for tempest plugin, let's figure out that first and then cap the appropriate tempest version-  https://bugs.launchpad.net/tempest/+bug/1955418

Change-Id: Ie4305e7b6030d9edaa97a207a588b734cf7707dc
This commit is contained in:
Ghanshyam
2021-12-22 17:26:50 +00:00
parent 410d11ebc6
commit 817bb7d50b
2 changed files with 3 additions and 3 deletions

View File

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

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' | grep -v 'TEMPEST_BRANCH'`
REFS=`grep BRANCH stackrc | grep -v 'TARGET_BRANCH' | grep -v 'NOVNC_BRANCH'`
rc=$?
if [[ $rc -eq 0 ]]; then
echo "Branch defaults must be one of the *TARGET_BRANCH values. Found:"