Skip to content
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: bump to ubuntu-24.04 #3042

Merged
merged 2 commits into from
Mar 4, 2025
Merged

Conversation

crazy-max
Copy link
Member

relates to #3040 (comment)

@crazy-max
Copy link
Member Author

crazy-max commented Mar 4, 2025

Now I remember why we were still on ubuntu-20.04 for e2e tests. That's because k3s is not working since 22.04: https://github.com/docker/buildx/actions/runs/13658745854/job/38184705379#step:7:86

/usr/bin/kubectl get nodes --no-headers -oname
E0304 16:53:48.732555    2194 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://127.0.0.1:6443/api?timeout=32s\": dial tcp 127.0.0.1:6443: connect: connection refused"
E0304 16:53:48.733923    2194 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://127.0.0.1:6443/api?timeout=32s\": dial tcp 127.0.0.1:6443: connect: connection refused"
E0304 16:53:48.735196    2194 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://127.0.0.1:6443/api?timeout=32s\": dial tcp 127.0.0.1:6443: connect: connection refused"
E0304 16:53:48.736490    2194 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://127.0.0.1:6443/api?timeout=32s\": dial tcp 127.0.0.1:6443: connect: connection refused"
E0304 16:53:48.737814    2194 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://127.0.0.1:6443/api?timeout=32s\": dial tcp 127.0.0.1:6443: connect: connection refused"
The connection to the server 127.0.0.1:6443 was refused - did you specify the right host or port?
Unable to resolve node name (The process '/usr/bin/kubectl' failed with exit code 1). Attempt 1 of 10.

I will try to fix that but we could disable kubernetes tests in the meantime.

@crazy-max crazy-max force-pushed the ci-bump-ubuntu branch 2 times, most recently from bcb15ff to 50769a2 Compare March 4, 2025 17:22
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max marked this pull request as draft March 4, 2025 22:49
@crazy-max crazy-max force-pushed the ci-bump-ubuntu branch 2 times, most recently from 1726bcf to ef23651 Compare March 4, 2025 23:15
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max
Copy link
Member Author

Pushed extra commit to fix k3s install. See upstream change: crazy-max/.github#27

@crazy-max crazy-max marked this pull request as ready for review March 4, 2025 23:23
@tonistiigi tonistiigi merged commit e23695d into docker:master Mar 4, 2025
138 checks passed
@crazy-max crazy-max deleted the ci-bump-ubuntu branch March 4, 2025 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants