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: 49493 Change-Id: I1302731e5b3fc47d164f793e3351665d97b84176 Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
This commit is contained in:
parent
ecf8d6f60e
commit
e097b7cfda
@ -48,8 +48,6 @@
|
||||
- starlingx/update
|
||||
- starlingx/utilities
|
||||
- starlingx/root
|
||||
files:
|
||||
- python3-k8sapp-harbor/*
|
||||
vars:
|
||||
tox_envlist: metadata
|
||||
tox_extra_args: -c python3-k8sapp-harbor/k8sapp_harbor/tox.ini
|
||||
|
Loading…
Reference in New Issue
Block a user