-
Notifications
You must be signed in to change notification settings - Fork 623
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
Remove images from Docker Hub from tests #3499
Conversation
Note that this here is highlighting another of our test issues: we do have a number of platform specific files, but we ALSO do mark certain tests as skipped if we are on windows. Using the two mechanisms simultaneously is problematic, and leading to situations like this here, where we have to add non-sensical definitions. Suggestion is to stop using platform specific files for tests entirely, and instead just use appropriate
|
TestRunWithTtyAndDetached #3437 Besides that ^, it is ready. @AkihiroSuda at your convenience. |
Hi @apostasie, there is also a rate limiting on ghcr and everywhere!
unfortunately there is no flag that does this check in the pull subcommand |
At the start of tests, we could spin a local registry and push there the images we need. Then we could leverage hosts.toml to use the local registry as cache during the tests. That would limit the number of round trips to the average to once per test suite and per image... |
@AkihiroSuda updated to remove the fake "busybox" name and added a comment. |
|
I am sure there is - we just never hit it on the CI, or debugging locally... |
Signed-off-by: apostasie <[email protected]>
Latest failures are the usual - |
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.
Thanks
Fix #3498