containerd
containerd copied to clipboard
Migrate off Kubernetes Prow
Per https://github.com/kubernetes/k8s.io/issues/7709, we are being asked to migrate containerd's Kubernetes-related CI (sig-node e2e tests) off the Kubernetes project Prow. It has been suggested that we can run the same e2e tests in GitHub Actions, but this is TBD.
As far as I'm aware, the request is to migrate off by the end of 2025.
@samuelkarp is the bot going away too?
Yes, I believe so. We'll have to look for alternatives for any functionality we want to keep. I found https://github.com/googleapis/repo-automation-bots this morning; some of these look like they might be viable replacements.
@samuelkarp @mxpv here's a HOWTO i just tested. (haven't dug into failures, there were some!) https://gist.github.com/dims/29b734404b94715373759f25c18e555e
Thanks @dims for the excellent script, this was a great launching off point for the GitHub action. Opened #12028 for review, let me know what you all think
Removed the disabled presubmit jobs in Prow. Now all node e2e tests run on GHA. I believe that should be everything, closing.
Have we also migrated away from all the prow plugins including labels and cherry-pick robot? If not we should reopen this issue to track that as well.
No, good point, thanks for the reminder. I'll look into this