-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI is broken because prow was changed and is looking for the wrong file #1191
Comments
/assign @camilamacedo86 |
I was going to open a new issue so will just comment here instead: DescriptionPR are failing the Notes:Some notes that may be relevant aside from what @camilamacedo86 already mentioned:
Example PR: |
Hi @DirectXMan12 @mengqiy @droot Note that the error |
pull-kubebuilder-e2e is an optional check and doesn't block PRs from merging. |
Closing this one since the default check is solved and pull-kubebuilder-e2e was clarified. |
Sorry for the confusion, I should have held the test infra PR as well until the refactor in e2e was done. But as it is optional presubmit, it should not block PRs. It will look ugly though 🙁 |
/kind bug
Following the Prow issue:
could not start the process: fork/exec ./test_e2e.sh: no such file or directory
Note that the file which has been used by so far is: https://github.com/kubernetes-sigs/kubebuilder/blob/master/test_ci.sh and it was changed
The text was updated successfully, but these errors were encountered: