mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	First pass at a GKE large cluster Jenkins job
Runs a 1000 node GKE parallel e2e test. On demand only. We'll add more tests as I see what actually works - this is going to have some flakiness on its own.
This commit is contained in:
		@@ -235,6 +235,18 @@
 | 
				
			|||||||
                export GINKGO_PARALLEL="y"
 | 
					                export GINKGO_PARALLEL="y"
 | 
				
			||||||
                export ZONE="us-central1-f"
 | 
					                export ZONE="us-central1-f"
 | 
				
			||||||
                export ADDITIONAL_ZONES="us-central1-a,us-central1-b"
 | 
					                export ADDITIONAL_ZONES="us-central1-a,us-central1-b"
 | 
				
			||||||
 | 
					        - 'gke-large-cluster':
 | 
				
			||||||
 | 
					            description: 'Run all non-flaky, non-slow, non-disruptive, non-feature tests on GKE, in parallel on a large (1000 node) GKE cluster'
 | 
				
			||||||
 | 
					            timeout: 300
 | 
				
			||||||
 | 
					            emails: 'zml@google.com'
 | 
				
			||||||
 | 
					            cron-string: ''
 | 
				
			||||||
 | 
					            trigger-job: ''
 | 
				
			||||||
 | 
					            job-env: |
 | 
				
			||||||
 | 
					                export PROJECT="gke-large-cluster-jenkins"
 | 
				
			||||||
 | 
					                export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
 | 
				
			||||||
 | 
					                export GINKGO_PARALLEL="y"
 | 
				
			||||||
 | 
					                export ZONE="us-central1-b"
 | 
				
			||||||
 | 
					                export NUM_NODES=1000
 | 
				
			||||||
    jobs:
 | 
					    jobs:
 | 
				
			||||||
        - 'kubernetes-e2e-{suffix}'
 | 
					        - 'kubernetes-e2e-{suffix}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user