mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #24480 from spxtr/bump-test-go
Automatic merge from submit-queue Bump kubernetes-test-go timeout. It looks like the run times got more inconsistent because of load on the VM. Adding another Jenkins slave improved things so we're not constantly timing out, but it still gets a little close to timing out at times. Average runtime is ~45 mins so I went with a 100 min timeout. Fixes #24285
This commit is contained in:
		@@ -74,16 +74,16 @@
 | 
				
			|||||||
        - 'go':
 | 
					        - 'go':
 | 
				
			||||||
            branch: 'master'
 | 
					            branch: 'master'
 | 
				
			||||||
            cron-string: '{sq-cron-string}'
 | 
					            cron-string: '{sq-cron-string}'
 | 
				
			||||||
            timeout: 80
 | 
					            timeout: 100
 | 
				
			||||||
        - 'go-release-1.2':
 | 
					        - 'go-release-1.2':
 | 
				
			||||||
            branch: 'release-1.2'
 | 
					            branch: 'release-1.2'
 | 
				
			||||||
            # Every 3 hours
 | 
					            # Every 3 hours
 | 
				
			||||||
            cron-string: 'H H/3 * * *'
 | 
					            cron-string: 'H H/3 * * *'
 | 
				
			||||||
            timeout: 50
 | 
					            timeout: 100
 | 
				
			||||||
        - 'go-release-1.1':
 | 
					        - 'go-release-1.1':
 | 
				
			||||||
            branch: 'release-1.1'
 | 
					            branch: 'release-1.1'
 | 
				
			||||||
            # Every 6 hours
 | 
					            # Every 6 hours
 | 
				
			||||||
            cron-string: 'H H/12 * * *'
 | 
					            cron-string: 'H H/12 * * *'
 | 
				
			||||||
            timeout: 30
 | 
					            timeout: 60
 | 
				
			||||||
    jobs:
 | 
					    jobs:
 | 
				
			||||||
        - 'kubernetes-test-{suffix}'
 | 
					        - 'kubernetes-test-{suffix}'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user