summaryrefslogtreecommitdiff
path: root/playbooks/run_functional_job.yaml
blob: e85c2eee965a9806a5e3568acb3f86c534e10309 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: all
  roles:
    - run-devstack
    # Run bindep and test-setup after devstack so that they won't interfere
    - role: bindep
      bindep_profile: test
      bindep_dir: "{{ zuul_work_dir }}"
    - test-setup
    - ensure-tox
    - tox