File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,8 +300,8 @@ REQUIREMENTS_BRANCH=${REQUIREMENTS_BRANCH:-$TARGET_BRANCH}
300
300
301
301
# Tempest test suite
302
302
TEMPEST_REPO=${TEMPEST_REPO:- ${GIT_BASE} / openstack/ tempest.git}
303
- TEMPEST_BRANCH=${TEMPEST_BRANCH:- $BRANCHLESS_TARGET_BRANCH }
304
- TEMPEST_VENV_UPPER_CONSTRAINTS=${TEMPEST_VENV_UPPER_CONSTRAINTS:- master }
303
+ TEMPEST_BRANCH=${TEMPEST_BRANCH:- 41.0.0 }
304
+ TEMPEST_VENV_UPPER_CONSTRAINTS=${TEMPEST_VENV_UPPER_CONSTRAINTS:- $REQUIREMENTS_DIR / upper-constraints.txt }
305
305
306
306
307
307
# #############
Original file line number Diff line number Diff line change 15
15
16
16
echo " Ensuring we don't have crazy refs"
17
17
18
- REFS=` grep BRANCH stackrc | grep -v ' TARGET_BRANCH' | grep -v ' NOVNC_BRANCH' `
18
+ REFS=` grep BRANCH stackrc | grep -v ' TARGET_BRANCH' | grep -v ' NOVNC_BRANCH' | grep -v ' TEMPEST_BRANCH ' `
19
19
rc=$?
20
20
if [[ $rc -eq 0 ]]; then
21
21
echo " Branch defaults must be one of the *TARGET_BRANCH values. Found:"
You can’t perform that action at this time.
0 commit comments