Merge "[stable-only] Pin tox<4 for stable branches (<=stable/zed) testing" into stable/zed

This commit is contained in:
Zuul 2023-01-07 07:11:46 +00:00 committed by Gerrit Code Review
commit de029b502d
3 changed files with 21 additions and 3 deletions

View File

@ -6,7 +6,13 @@
bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- ensure-tox
# NOTE(gmann): Pinning tox<4.0.0 for stable/zed and lower. Tox 4.0.0
# released after zed was released and has some incompatible changes
# and it is ok not to fix the issues caused by tox 4.0.0 in stable
# beanches jobs. We can continue testing the stable/zed and lower
# branches with tox<4.0.0
- role: ensure-tox
ensure_tox_version: "<4"
- additional-tempauth-users
- additional-keystone-users
- dsvm-additional-middlewares

View File

@ -4,4 +4,10 @@
- role: bindep
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- ensure-tox
# NOTE(gmann): Pinning tox<4.0.0 for stable/zed and lower. Tox 4.0.0
# released after zed was released and has some incompatible changes
# and it is ok not to fix the issues caused by tox 4.0.0 in stable
# beanches jobs. We can continue testing the stable/zed and lower
# branches with tox<4.0.0
- role: ensure-tox
ensure_tox_version: "<4"

View File

@ -14,7 +14,13 @@
# limitations under the License.
- hosts: all
roles:
- ensure-tox
# NOTE(gmann): Pinning tox<4.0.0 for stable/zed and lower. Tox 4.0.0
# released after zed was released and has some incompatible changes
# and it is ok not to fix the issues caused by tox 4.0.0 in stable
# beanches jobs. We can continue testing the stable/zed and lower
# branches with tox<4.0.0
- role: ensure-tox
ensure_tox_version: "<4"
tasks:
- name: Run s3api tests
include_role: