summaryrefslogtreecommitdiff
path: root/tools/playbooks/multinode_setup/pre.yaml
blob: daa7da0731b927cf1865319fec22584515fa1888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: all
  roles:
    # Run bindep and test-setup after devstack so that they won't interfere
    - role: bindep
      bindep_dir: "{{ zuul_work_dir }}"
    - test-setup
    # 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"