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: 49509 Change-Id: Ibaa75d824978414ebe52162355986eec0c89fae7 Signed-off-by: Reed, Joshua <Joshua.Reed@windriver.com>
This commit is contained in:
parent
137ddea65b
commit
cddef6ec49
@ -45,8 +45,6 @@
|
||||
- starlingx/update
|
||||
- starlingx/utilities
|
||||
- starlingx/root
|
||||
files:
|
||||
- python3-k8sapp-dell-storage/*
|
||||
vars:
|
||||
tox_envlist: metadata
|
||||
tox_extra_args: -c python3-k8sapp-dell-storage/k8sapp_dell_storage/tox.ini
|
||||
|
Loading…
Reference in New Issue
Block a user