-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
pj-on-kind doesn't work anymore #32443
Comments
There are no sig labels on this issue. Please add an appropriate label by using one of the following commands:
Please see the group list for a listing of the SIGs, working groups, and committees available. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@cjwagner the description references your PR, are you able to take a look at this? Thanks cc: @BenTheElder |
Yes, there is a trivial fix required for the config/pj-on-kind.sh script in this repo. The comment at the bottom of the script hints at what this is. I'll make a quick PR to fix it.
pj-on-kind.sh does still exist in the same relative path that it did before. It was just moved with the rest of the Prow source code to kubernetes-sigs/prow. The docs are still valid, there are just some links that are broken due to the code moving repos. Feel free to open an issue about the broken links in kubernetes-sigs/prow (or even better open a PR 😄 ). |
Looks like links in the docs are being fixed here: kubernetes-sigs/prow#103 |
What happened:
After the merge of #32418, it seems like
config/pj-on-kind.sh
wasn't properly cleaned up. It still refers toprow/pj-on-kind.sh
, which no longer exists in the repo. See:test-infra/config/pj-on-kind.sh
Line 26 in b4a7a2b
What you expected to happen:
Either
config/pj-on-kind.sh
should work or be removed from the repository. However, after merging #32418, the documentation (https://docs.prow.k8s.io/docs/build-test-update) on how to test Prow jobs locally is also outdated.How to reproduce it (as minimally and precisely as possible):
./config/pj-on-kind.sh
, it returns the error:pj-on-kind.sh
and other ways to run Prow jobs locally as if they were still in this repository.Please provide links to example occurrences, if any:
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: