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: 49492

Change-Id: Ibbe919f2d4336e2019179859f111af31635d665c
Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
This commit is contained in:
Reed, Joshua 2024-02-06 09:36:31 -07:00
parent 85852fdd4a
commit f5d03fac8a

View File

@ -87,8 +87,6 @@
- starlingx/update - starlingx/update
- starlingx/utilities - starlingx/utilities
- starlingx/root - starlingx/root
files:
- python3-k8sapp-auditd/*
vars: vars:
tox_envlist: metadata tox_envlist: metadata
tox_extra_args: -c python3-k8sapp-auditd/k8sapp_auditd/tox.ini tox_extra_args: -c python3-k8sapp-auditd/k8sapp_auditd/tox.ini