neutron/playbooks/configure_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

17 lines
538 B
YAML

- hosts: all
roles:
- role: ensure-tox
vars:
ensure_tox_version: "<4"
# TODO(slaweq): remove it when nftables will support syntax for src and
# destination IP addresses in arp tables:
- legacy_ebtables
- setup_logdir
- role: persistent-firewall
when: enable_fips is defined and enable_fips|bool
- role: enable-fips
when: enable_fips is defined and enable_fips|bool
- role: disable_selinux
when: enable_fips is defined and enable_fips|bool
- configure_functional_tests