-
Notifications
You must be signed in to change notification settings - Fork 771
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
Fix pushing of image to a private repository #895
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
I finally got this sorted, the issue with using the default registry was that it wasn't available by the time the The issue is reproduced in tests; I don't feel Semaphore CI is doing the tests properly, as it shows the first commit as passing although it doesn't. I am wondering if it has ran the HEAD of the PR twice instead of running each commit in the PR. Bonus: I think this change will reduce the odds of the first test timing out. |
Holy moley. Good test coverage 👍 I see absolutely nothing wrong with the code. Thank you for covering everything from integration to unit tests. Tests pass, code looks good, LGTM 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kadel @surajnarwade second look?
I'd like to get this in for this month's release, so I'm going to merge it in 👍 Thanks a lot @Code0x58 for the PR! |
This is to test and fix #893
p.s. The existing tests/platform flaked on OpenShift