github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/jobs/env/ci-kubernetes-e2e-gci-gce-scalability-stable1.env (about)

     1  ### job-env
     2  
     3  # Override GCE defaults.
     4  MASTER_SIZE=n1-standard-4
     5  NODE_SIZE=n1-standard-1
     6  NODE_DISK_SIZE=50GB
     7  NUM_NODES=100
     8  ALLOWED_NOTREADY_NODES=1
     9  REGISTER_MASTER=true
    10  
    11  # Switch off image puller to workaround #44701
    12  PREPULL_E2E_IMAGES=false
    13  # Reduce logs verbosity
    14  TEST_CLUSTER_LOG_LEVEL=--v=2
    15  # Increase resync period to simulate production
    16  TEST_CLUSTER_RESYNC_PERIOD=--min-resync-period=12h
    17  # Increase delete collection parallelism
    18  TEST_CLUSTER_DELETE_COLLECTION_WORKERS=--delete-collection-workers=16
    19