Commit 9aac6cfd authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #34068 from Random-Liu/add-cri-presubmit-test

Automatic merge from submit-queue CRI: Add presubmit CRI validation test. For #31459. This PR adds a new suite for CRI presubmit validation which runs non-flaky, non-serial, non-slow test per-pr. Except this PR, I'll also change the test-infra side. Ideally, after this is done, we should be be able to trigger CRI validation test per-pr with something like `@k8s-bot cri node e2e test this` and `@k8s-bot cri e2e test this`. @yujuhong @feiskyer @yifan-gu @freehan /cc @kubernetes/sig-node
parents 05192d9d 6a4a6e5b
GCI_CLOUD_INIT=test/e2e_node/jenkins/gci-init.yaml
GCE_HOSTS=
GCE_IMAGES=gci-dev-55-8820-0-0
GCE_IMAGE_PROJECT=google-containers
GCE_ZONE=us-central1-f
GCE_PROJECT=k8s-jkns-ci-node-e2e
GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT}"
CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
SETUP_NODE=false
TEST_ARGS='--runtime-integration-type=cri'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment