mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #34306 from Random-Liu/fix-cri-presubmit-test
Automatic merge from submit-queue CRI: Fix cri pre-submit test. Fixes https://github.com/kubernetes/kubernetes/pull/33988#issuecomment-252134276. We should use `k8s-jkns-pr-node-e2e` instead of `k8s-jkns-ci-node-e2e` for presubmit test. @yujuhong @feiskyer
This commit is contained in:
commit
c02db86f2e
@ -3,7 +3,7 @@ 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_PROJECT=k8s-jkns-pr-node-e2e
|
||||
GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT}"
|
||||
CLEANUP=true
|
||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
|
||||
|
Loading…
Reference in New Issue
Block a user