blob: 01155a82c9f0afa6d30faf7400d173eb15b3e030 [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001# Changes that run through devstack-tempest are likely to have an impact on
2# the devstack part of the job, so we keep devstack in the main play to
3# avoid zuul retrying on legitimate failures.
4- hosts: all
5 roles:
Andrea Frittoli688f36e2018-02-18 22:27:34 +00006 - orchestrate-devstack
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01007
8# We run tests only on one node, regardless how many nodes are in the system
9- hosts: tempest
10 roles:
11 - setup-tempest-run-dir
12 - setup-tempest-data-dir
13 - acl-devstack-files
14 - run-tempest