Use regular expressions for wiki hostgroups
The wiki and wiki-dev hostgroups can't conveniently both use globs, since one will also match a superset of the other. Instead use regular expressions for a more exact matching. Change-Id: Ic81b4440783758e5063c2408fe5c15e09977fc22
This commit is contained in:
parent
61a47a7a81
commit
8abea4206a
@ -10,6 +10,6 @@ afs afs*.*.openstack.org
|
||||
wheel-mirror *wheel-mirror-*.openstack.org
|
||||
afsadmin mirror-update.openstack.org:release.slave.openstack.org
|
||||
signing signing*.ci.openstack.org
|
||||
wiki wiki*.openstack.org
|
||||
wiki-dev wiki-dev*.openstack.org
|
||||
wiki ~wiki\d+\.openstack\.org
|
||||
wiki-dev ~wiki-dev\d+\.openstack\.org
|
||||
disabled ci-backup-rs-ord.openstack.org:ask-staging.openstack.org:db368fcd-e61a-4294-a5cb-851c16650f7a:wiki.openstack.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user