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>
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>