github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-scalability-release-1-7.env (about) 1 2 ### job-env 3 # Use the 1.1 project for now, since it has quota. 4 # TODO: create a project k8s-e2e-gce-scalability-release and move this test there 5 # Override GCE defaults. 6 MASTER_SIZE=n1-standard-4 7 NODE_SIZE=n1-standard-1 8 NODE_DISK_SIZE=50GB 9 NUM_NODES=100 10 ALLOWED_NOTREADY_NODES=1 11 REGISTER_MASTER=true 12 13 # Switch off image puller to workaround #44701 14 PREPULL_E2E_IMAGES=false 15 # Reduce logs verbosity 16 TEST_CLUSTER_LOG_LEVEL=--v=2 17 # Increase resync period to simulate production 18 TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h 19 # Increase delete collection parallelism 20 TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16 21