From 2a5db63dc246d1e2cdbc964b40e7530c035b2b1e Mon Sep 17 00:00:00 2001 From: "Reed, Joshua" Date: Tue, 6 Feb 2024 09:44:06 -0700 Subject: [PATCH] Correct trigger for metadata job in .zuul.yaml The metadata job previously would only trigger when a file in the python3-* repo was changed. This means one could get a change to the metadata.yaml submitted without the proper pipeline job checking the file. This change corrects that. Test Plan: PASS: Verify metadata job runs. Story: 2010929 Task: 49490 Change-Id: I576df5c732d8b32621961f9d7b76f5b347334ddf Signed-off-by: Reed, Joshua --- .zuul.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 51b3d63..3f84b40 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -72,8 +72,6 @@ - starlingx/update - starlingx/utilities - starlingx/root - files: - - python3-k8sapp-oidc/* vars: tox_envlist: metadata tox_extra_args: -c python3-k8sapp-oidc/k8sapp_oidc/tox.ini