Monty Taylor | e1b0c38 | 2017-12-06 09:07:47 -0600 | [diff] [blame] | 1 | - hosts: all |
2 | roles: | ||||
3 | - run-devstack | ||||
4 | # Run bindep and test-setup after devstack so that they won't interfere | ||||
5 | - role: bindep | ||||
6 | bindep_profile: test | ||||
7 | bindep_dir: "{{ zuul_work_dir }}" | ||||
8 | - test-setup | ||||
9 | - ensure-tox | ||||
Luigi Toscano | 6fba3fd | 2020-08-18 22:29:49 +0200 | [diff] [blame] | 10 | - get-devstack-os-environment |
Luigi Toscano | 906d824 | 2020-10-11 21:59:07 +0200 | [diff] [blame] | 11 | - tox |