8bcaf1632f
This patch is a workaround until we find why fullstack job is failing with tox 4. Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943 Related-Bug: #1999558 Change-Id: I9c62d429bb819336da05055fecd08e3816986bf8
11 lines
203 B
YAML
11 lines
203 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- role: ensure-tox
|
|
vars:
|
|
ensure_tox_version: "<4"
|
|
- tox
|