From 7b1b911e49202a6ffdd9d22645eecd1570f56626 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Fri, 17 Feb 2023 10:11:53 -0800
Subject: [PATCH] Trigger infra-prod-service-review when review02 hostvars
 update

We didn't update this job's file matchers when review01 was replaced
with review02. That caused us to miss triggering this job when review02
hostvars updated. Fix that which should also cause this job to run since
we update the job.

Change-Id: I8b58ee26084681242b9881651d6eeab9ff8d5ad2
---
 zuul.d/infra-prod.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml
index 6754894f8f..70e37e3c39 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/review01.openstack.org.yaml
+      - inventory/service/host_vars/review02.openstack.org.yaml
       - playbooks/roles/pip3/
       - playbooks/roles/install-docker/
       - playbooks/roles/iptables/