From a5dd619e24d2275d163baac40473be7bd94bb9b5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 3 Mar 2023 11:47:02 -0800 Subject: [PATCH] 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 --- playbooks/roles/gerrit/README.rst | 2 +- zuul.d/infra-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/gerrit/README.rst b/playbooks/roles/gerrit/README.rst index a40ee64e0e..fd109c3b00 100644 --- a/playbooks/roles/gerrit/README.rst +++ b/playbooks/roles/gerrit/README.rst @@ -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: diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml index 70e37e3c39..0db4159f88 100644 --- a/zuul.d/infra-prod.yaml +++ b/zuul.d/infra-prod.yaml @@ -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/