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
17 lines
538 B
YAML
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
|