openstacksdk/playbooks/devstack/post.yaml
Jesse Pretorius (odyssey4me) 6535d6eafa [tests] Improve devstack/post playbook efficiency
By adjusting the syntax to the newer format, the fetch-subunit
role will be skipped entirely, rather than run with all its
tasks skipped. This gives us results sooner and burns less
electricity, making the world a better place. :)

Change-Id: I6ae5a63051d512eecb2a603af9d74ec139eb0877
2020-03-25 20:06:51 +00:00

10 lines
224 B
YAML

- hosts: all
tasks:
- include_role:
name: fetch-tox-output
- include_role:
name: fetch-subunit-output
when: fetch_subunit|default(true)|bool
- include_role:
name: process-stackviz