From 14dc59be38414fcdd47b34c48d1cdfd28db10c43 Mon Sep 17 00:00:00 2001 From: Amartya Sinha Date: Mon, 29 Sep 2025 16:20:42 +0530 Subject: [PATCH] Add all molecule files to the scope of check_zuul_jobs check_zuul_jobs take care of multiple zuul related files. It also includes molecule job file. If any change is made to molecule within role definition, this job is not triggered, and it causes manual changes issue for molecule.yml zuul file. This commit ensure this job is run every time when any change is made to molecule file of any role. It will ensure jobs are not broken due to such changes. --- zuul.d/pods.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/pods.yaml b/zuul.d/pods.yaml index 8955abeb0..5c22d4727 100644 --- a/zuul.d/pods.yaml +++ b/zuul.d/pods.yaml @@ -34,6 +34,7 @@ - ^zuul.d/.* - ^ci/templates/.* - ^ci/config/.* + - ^roles/.*/molecule/.* - job: name: cifmw-pod-k8s-snippets-source