mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #20651 from ihmccreery/quarantine-reboot
Auto commit by PR queue bot
This commit is contained in:
		@@ -514,6 +514,24 @@ case ${JOB_NAME} in
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Feature jobs
 | 
					  # Feature jobs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Runs only the reboot tests on GCE.
 | 
				
			||||||
 | 
					  kubernetes-e2e-gce-reboot)
 | 
				
			||||||
 | 
					    : ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-reboot"}
 | 
				
			||||||
 | 
					    : ${E2E_NETWORK:="e2e-reboot"}
 | 
				
			||||||
 | 
					    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Feature:Reboot\]"}
 | 
				
			||||||
 | 
					    : ${KUBE_GCE_INSTANCE_PREFIX:="e2e-reboot"}
 | 
				
			||||||
 | 
					    : ${PROJECT:="kubernetes-jenkins"}
 | 
				
			||||||
 | 
					  ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  kubernetes-e2e-gke-reboot)
 | 
				
			||||||
 | 
					    : ${E2E_CLUSTER_NAME:="jkns-gke-e2e-ci-reboot"}
 | 
				
			||||||
 | 
					    : ${E2E_NETWORK:="e2e-gke-ci-reboot"}
 | 
				
			||||||
 | 
					    : ${E2E_SET_CLUSTER_API_VERSION:=y}
 | 
				
			||||||
 | 
					    : ${PROJECT:="k8s-jkns-e2e-gke-ci-reboot"}
 | 
				
			||||||
 | 
					    : ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
 | 
				
			||||||
 | 
					    : ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Feature:Reboot\]"}
 | 
				
			||||||
 | 
					  ;;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Runs only the examples tests on GCE.
 | 
					  # Runs only the examples tests on GCE.
 | 
				
			||||||
  kubernetes-e2e-gce-examples)
 | 
					  kubernetes-e2e-gce-examples)
 | 
				
			||||||
    : ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-examples"}
 | 
					    : ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-examples"}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -189,13 +189,23 @@
 | 
				
			|||||||
            timeout: 300
 | 
					            timeout: 300
 | 
				
			||||||
            emails: '$DEFAULT_RECIPIENTS, ihmccreery@google.com'
 | 
					            emails: '$DEFAULT_RECIPIENTS, ihmccreery@google.com'
 | 
				
			||||||
            test-owner: 'ihmccreery'
 | 
					            test-owner: 'ihmccreery'
 | 
				
			||||||
        - 'gke-ingress':
 | 
					        - 'gce-reboot':
 | 
				
			||||||
            description: 'Run [Feature:Ingress] tests on GKE using the latest successful build.'
 | 
					            description: 'Run [Feature:Reboot] tests on GCE using the latest successful build.'
 | 
				
			||||||
 | 
					            timeout: 120
 | 
				
			||||||
 | 
					            emails: '$DEFAULT_RECIPIENTS, ihmccreery@google.com'
 | 
				
			||||||
 | 
					            test-owner: 'ihmccreery'
 | 
				
			||||||
 | 
					        - 'gke-reboot':
 | 
				
			||||||
 | 
					            description: 'Run [Feature:Reboot] tests on GKE using the latest successful build.'
 | 
				
			||||||
 | 
					            timeout: 120
 | 
				
			||||||
 | 
					            emails: '$DEFAULT_RECIPIENTS, ihmccreery@google.com'
 | 
				
			||||||
 | 
					            test-owner: 'ihmccreery'
 | 
				
			||||||
 | 
					        - 'gce-ingress':
 | 
				
			||||||
 | 
					            description: 'Run [Feature:Ingress] tests on GCE using the latest successful build.'
 | 
				
			||||||
            timeout: 90
 | 
					            timeout: 90
 | 
				
			||||||
            emails: '$DEFAULT_RECIPIENTS, beeps@google.com'
 | 
					            emails: '$DEFAULT_RECIPIENTS, beeps@google.com'
 | 
				
			||||||
            test-owner: 'beeps'
 | 
					            test-owner: 'beeps'
 | 
				
			||||||
        - 'gce-ingress':
 | 
					        - 'gke-ingress':
 | 
				
			||||||
            description: 'Run [Feature:Ingress] tests on GCE 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: '$DEFAULT_RECIPIENTS, beeps@google.com'
 | 
				
			||||||
            test-owner: 'beeps'
 | 
					            test-owner: 'beeps'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,7 +45,9 @@ const (
 | 
				
			|||||||
	rebootPodReadyAgainTimeout = 5 * time.Minute
 | 
						rebootPodReadyAgainTimeout = 5 * time.Minute
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var _ = Describe("Reboot [Disruptive]", func() {
 | 
					// Reboot tests are flaky, and when they break, they break the whole cluster.
 | 
				
			||||||
 | 
					// They need to run in a separate suite until we can make them better.
 | 
				
			||||||
 | 
					var _ = Describe("Reboot [Disruptive] [Feature:Reboot]", func() {
 | 
				
			||||||
	var f *Framework
 | 
						var f *Framework
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	BeforeEach(func() {
 | 
						BeforeEach(func() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user