Commit Graph

2 Commits

Author SHA1 Message Date
Phil Estes
4f95737e1c Remove Alpha gate from k8s e2e runs
Copying the same change made to k8s infra testing to remove Alpha gated
features from standard end to end testing runs

Signed-off-by: Phil Estes <estesp@amazon.com>
2025-07-29 05:57:36 -04:00
Chris Henzie
b92e8b544a Add GitHub Action for k8s node e2e tests
Introduces a workflow to run Kubernetes node e2e tests against
containerd pull requests. This is the first step in migrating
containerd's CI off of the community-owned prow.k8s.io infrastructure.

This new workflow is modeled after the existing presubmit job:
https://github.com/kubernetes/test-infra/blob/master/config/jobs/containerd/containerd/containerd-presubmit-jobs.yaml

Initially this workflow will not be required to pass on PRs. We can make
it required later once it's proven to be stable.

Signed-off-by: Chris Henzie <chrishenzie@google.com>
2025-07-01 10:46:17 -07:00