e2e: Fix wrong scale trigger configuration used in test (#1434)
This commit is contained in:
		
							parent
							
								
									e6bddcd238
								
							
						
					
					
						commit
						3b67ee727f
					
				|  | @ -52,7 +52,8 @@ spec: | ||||||
|   scaleTargetRef: |   scaleTargetRef: | ||||||
|     name: ${NAME} |     name: ${NAME} | ||||||
|   scaleUpTriggers: |   scaleUpTriggers: | ||||||
|   - githubEvent: {} |   - githubEvent: | ||||||
|  |       workflowJob: {} | ||||||
|     amount: 1 |     amount: 1 | ||||||
|     duration: "10m" |     duration: "10m" | ||||||
|   minReplicas: ${RUNNER_MIN_REPLICAS} |   minReplicas: ${RUNNER_MIN_REPLICAS} | ||||||
|  |  | ||||||
|  | @ -71,7 +71,8 @@ spec: | ||||||
|     kind: RunnerSet |     kind: RunnerSet | ||||||
|     name: ${NAME} |     name: ${NAME} | ||||||
|   scaleUpTriggers: |   scaleUpTriggers: | ||||||
|   - githubEvent: {} |   - githubEvent: | ||||||
|  |       workflowJob: {} | ||||||
|     amount: 1 |     amount: 1 | ||||||
|     duration: "10m" |     duration: "10m" | ||||||
|   minReplicas: ${RUNNER_MIN_REPLICAS} |   minReplicas: ${RUNNER_MIN_REPLICAS} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue