integration: use busybox:1.32.0 since latest is unavailable#5320
integration: use busybox:1.32.0 since latest is unavailable#5320fuweid wants to merge 1 commit intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
```bash curl -s https://mirror.gcr.io//v2/library/busybox/tags/list | jq '[.tags ]' [ [ "1.26.2", "1.27.2", "1.28", "1.29", "1.29.2", "1.30", "1.30.1", "1.31", "1.31.0", "1.31.1", "1.32.0" ] ] ``` The latest is gone. I think we should setup image in github container registry for CI if possible. Signed-off-by: Wei Fu <[email protected]>
|
Build succeeded.
|
|
Looks like there's a failure; probably introduced in #5253, but not sure why it passed on that PR and is failing here |
|
I think I see the problem; it should only perform that part of the test if the parent process does not have a OOM score set, or its score is containerd/sys/oom_linux_test.go Line 74 in 1edab60 However I think there's a bug / not clearly defined behavior in Lines 68 to 76 in 1edab60 The |
|
Opened #5321 to fix the test |
|
I'm not seeing rate limit error on GHA macOS recently. |
SGTM! |
FWIW, I'm also checking with the hub team (I know there's work-in-progress to allow "read-only tokens" for authenticating; which would allow authenticating, without leaking credentials in public CI situations) |
The latest is gone. I think we should setup image in github container
registry for CI if possible.
Signed-off-by: Wei Fu [email protected]