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:
Clark Boylan 2023-03-03 11:47:02 -08:00
parent b43d0ca192
commit a5dd619e24
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Variables below configure MariaDB connection details.
.. zuul:rolevar:: gerrit_reviewdb_mariadb_username
:default: gerrit
The user to make and connect with.
The MariaDB user to make and connect with.
.. zuul:rolevar:: gerrit_reviewdb_mariadb_password
:default: <unset>

View File

@ -420,7 +420,7 @@
- inventory/base
- playbooks/service-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/install-docker/
- playbooks/roles/iptables/