Merge pull request #33131 from Random-Liu/fix-node-e2e-for-cri

Automatic merge from submit-queue

Fix the properties file for node e2e cri validation.

I fixed this locally before, but accidentally missed in the PR. Sorry about that.

This time, I've tried myself, it should work.

@yujuhong
This commit is contained in:
Kubernetes Submit Queue 2016-09-20 17:09:30 -07:00 committed by GitHub
commit 0986a01f4f

View File

@ -15,4 +15,4 @@ GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_V
CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE=false
TEST_ARGS='--runtime-integration-type=cri"
TEST_ARGS='--runtime-integration-type=cri'