From b76951774fb0525bf7aee599826702212cda718d Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 17 Aug 2023 11:22:08 +0530 Subject: [PATCH] Run standalone IPA job on tht horizon changes Horizon tht deployment files include tls related changes. In order to verify those changes, we need to run IPA job to verify and catch the breakage. This patch does the same. Related-Bug: #2031599 Change-Id: I1b82b9d9e90f5a80b9cc9d55374f81d05e1a0ac3 Signed-off-by: Chandan Kumar (raukadah) --- zuul.d/standalone-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index c93263898..b895f7c0c 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -797,6 +797,7 @@ - deployment/database/* - deployment/etcd/* - deployment/haproxy/* + - deployment/horizon/* - deployment/keystone/* - deployment/metrics/* - deployment/neutron/*