mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	Merge pull request #21375 from gmarek/config
Auto commit by PR queue bot
This commit is contained in:
		| @@ -88,9 +88,6 @@ | |||||||
|         - 'gce-scalability': |         - 'gce-scalability': | ||||||
|             description: 'Run scalability E2E tests on GCE using the latest successful build.' |             description: 'Run scalability E2E tests on GCE using the latest successful build.' | ||||||
|             timeout: 120 |             timeout: 120 | ||||||
|         - 'gce-flannel': |  | ||||||
|             description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.' |  | ||||||
|             timeout: 90 |  | ||||||
|        - 'gce-examples': |        - 'gce-examples': | ||||||
|             description: 'Run e2e examples test on GCE using the latest successful Kubernetes build.' |             description: 'Run e2e examples test on GCE using the latest successful Kubernetes build.' | ||||||
|             timeout: 90 |             timeout: 90 | ||||||
| @@ -267,12 +264,17 @@ | |||||||
|         - 'gke-ingress': |         - 'gke-ingress': | ||||||
|             description: 'Run [Feature:Ingress] tests on GKE using the latest successful build.' |             description: 'Run [Feature:Ingress] tests on GKE using the latest successful build.' | ||||||
|             timeout: 90 |             timeout: 90 | ||||||
|             emails: '$DEFAULT_RECIPIENTS, beeps@google.com' |             emails: 'beeps@google.com' | ||||||
|             test-owner: 'beeps' |             test-owner: 'beeps' | ||||||
|         - 'gce-ingress': |         - 'gce-ingress': | ||||||
|             description: 'Run [Feature:Ingress] tests on GCE using the latest successful build.' |             description: 'Run [Feature:Ingress] tests on GCE using the latest successful build.' | ||||||
|             timeout: 90 |             timeout: 90 | ||||||
|             emails: '$DEFAULT_RECIPIENTS, beeps@google.com' |             emails: 'beeps@google.com' | ||||||
|  |             test-owner: 'beeps' | ||||||
|  |         - 'gce-flannel': | ||||||
|  |             description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.' | ||||||
|  |             timeout: 90 | ||||||
|  |             emails: 'beeps@google.com' | ||||||
|             test-owner: 'beeps' |             test-owner: 'beeps' | ||||||
|         - 'gce-es-logging': |         - 'gce-es-logging': | ||||||
|             description: 'Run [Feature:Elasticsearch] tests on GCE using the latest successful build.' |             description: 'Run [Feature:Elasticsearch] tests on GCE using the latest successful build.' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user