Open ca-scribner opened 10 months ago
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5218.
This message was autogenerated
Should we include this in canonical/bundle-kubeflow#765?
Bug Description
If
get-rocks-modified.yaml
returns an empty list because no rock dirs have experienced changes for this push, the CI passes an empty list as therock-dir
and the later workflows fail because the matrix vector must contain something. An example of this is this dex-auth-rocks run which happened when cutting a new track from main (and thus, no changes to the repo happened during the push).To Reproduce
Run the workflow without a change to a file in a rock dir
Environment
-
Relevant Log Output
Additional Context
This might be solvable just by adding a check in
get-rocks-modified.yaml
to make sure if we find no dirs, we return an empty list[]