/area dev-productivity
/kind enhancement
What you would like to be added?
Prevent E2E tests to be triggered unless and until build, test and check jobs have completed successfully.
Why is this needed?
E2E tests require additional resources (bigger runners) and also take a long time to finish. When commits are made to a PR, then there are often cases where make check or make build or make test fails but it still triggers e2e tests which is completely unnecessary.
/area dev-productivity
/kind enhancement
What you would like to be added?
Prevent E2E tests to be triggered unless and until
build,testandcheckjobs have completed successfully.Why is this needed?
E2E tests require additional resources (bigger runners) and also take a long time to finish. When commits are made to a PR, then there are often cases where
make checkormake buildormake testfails but it still triggers e2e tests which is completely unnecessary.