Merge "Use zuul-scheduler group instead of zuul* glob"

This commit is contained in:
Zuul 2018-01-19 23:37:01 +00:00 committed by Gerrit Code Review
commit b3de9fb360
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- hosts: '!review.openstack.org:!git0*:!zuul*:!afs*:!baremetal*:!controller*:!compute*:!puppetmaster*:!disabled' - hosts: '!review.openstack.org:!git0*:!zuulv3*:!zuul-scheduler:!afs*:!baremetal*:!controller*:!compute*:!puppetmaster*:!disabled'
strategy: free strategy: free
gather_facts: true gather_facts: true
roles: roles:

View File

@ -29,7 +29,7 @@
project_config_ref: "{{ hostvars.localhost.gitinfo.after }}" project_config_ref: "{{ hostvars.localhost.gitinfo.after }}"
vars: vars:
puppet_timeout: 60m puppet_timeout: 60m
- hosts: "zuul*.openstack.org:!disabled" - hosts: "zuulv3.openstack.org:zuul-scheduler:!disabled"
strategy: free strategy: free
gather_facts: true gather_facts: true
roles: roles: