From a477879e58737c386e66d7d769b7476fccaac216 Mon Sep 17 00:00:00 2001 From: Random-Liu Date: Fri, 7 Oct 2016 00:48:22 -0700 Subject: [PATCH] Fix cri pre-submit test. --- test/e2e_node/jenkins/cri_validation/jenkins-pull.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/jenkins/cri_validation/jenkins-pull.properties b/test/e2e_node/jenkins/cri_validation/jenkins-pull.properties index 195cf68bb60..86a2f091e26 100644 --- a/test/e2e_node/jenkins/cri_validation/jenkins-pull.properties +++ b/test/e2e_node/jenkins/cri_validation/jenkins-pull.properties @@ -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'