Fix typo in configure-mirrors role name when triggering jobs

The jobs weren't triggering when modifying the configure-mirrors role
because we were expecting a change in configure-mirror instead...

Change-Id: I11e0136c316fdcace63ce75bc471e9494d6224cf
This commit is contained in:
David Moreau Simard 2018-03-02 08:09:24 -05:00
parent c389cfd3cc
commit d9c5eb1134
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
- zuul: openstack-infra/zuul-jobs
run: tests/base.yaml
files:
- ^roles/configure-mirror/.*
- ^roles/configure-mirrors/.*
- ^roles/configure-unbound/.*
- ^roles/emit-job-header/.*
- ^roles/fetch-zuul-cloner/.*
@ -76,7 +76,7 @@
- zuul: openstack-infra/zuul-jobs
run: tests/multinode.yaml
files:
- ^roles/configure-mirror/.*
- ^roles/configure-mirrors/.*
- ^roles/configure-unbound/.*
- ^roles/emit-job-header/.*
- ^roles/fetch-zuul-cloner/.*