kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.5k stars 1.57k forks source link

[CI] Fail the e2e tests if the image builds fail #10929

Open HumairAK opened 1 week ago

HumairAK commented 1 week ago

If the image builds fail, the e2e tests will proceed as usual, but fail to deploy with "imagePullBackOff" states for the associated deployments.

Relevant gh workflows:

HumairAK commented 1 week ago

Example: https://github.com/kubeflow/pipelines/actions/runs/9599914548/job/26474847944?pr=10787

We could have notified a lot earlier for this failure