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