github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gce-scalability.env (about) 1 ### job-env 2 3 # Create a project k8s-jenkins-scalability-head and move this test there 4 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