Fix infra-prod-service-review file matchers
We changed review01.openstack.org to review02.openstack.org in the host var file matchers for this job thinking that was the issue previously. Unfortunately the actual file is review02.opendev.org. Update the matcher again to actually trigger the job. We also make a small edit to the gerrit role's README to ensure we trigger the job when this change lands. Change-Id: I1f235d0ddbb2d7f400ea2e99ffabdf5db35671a1
This commit is contained in:
parent
b43d0ca192
commit
a5dd619e24
@ -14,7 +14,7 @@ Variables below configure MariaDB connection details.
|
|||||||
.. zuul:rolevar:: gerrit_reviewdb_mariadb_username
|
.. zuul:rolevar:: gerrit_reviewdb_mariadb_username
|
||||||
:default: gerrit
|
:default: gerrit
|
||||||
|
|
||||||
The user to make and connect with.
|
The MariaDB user to make and connect with.
|
||||||
|
|
||||||
.. zuul:rolevar:: gerrit_reviewdb_mariadb_password
|
.. zuul:rolevar:: gerrit_reviewdb_mariadb_password
|
||||||
:default: <unset>
|
:default: <unset>
|
||||||
|
@ -420,7 +420,7 @@
|
|||||||
- inventory/base
|
- inventory/base
|
||||||
- playbooks/service-review.yaml
|
- playbooks/service-review.yaml
|
||||||
- inventory/service/group_vars/review.yaml
|
- inventory/service/group_vars/review.yaml
|
||||||
- inventory/service/host_vars/review02.openstack.org.yaml
|
- inventory/service/host_vars/review02.opendev.org.yaml
|
||||||
- playbooks/roles/pip3/
|
- playbooks/roles/pip3/
|
||||||
- playbooks/roles/install-docker/
|
- playbooks/roles/install-docker/
|
||||||
- playbooks/roles/iptables/
|
- playbooks/roles/iptables/
|
||||||
|
Loading…
Reference in New Issue
Block a user