neutron/playbooks/run_functional_job.yaml
Rodolfo Alonso Hernandez 8bcaf1632f Limit tox version to <4
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
2022-12-10 20:43:54 +01:00

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