e2e: Fix wrong scale trigger configuration used in test (#1434)

This commit is contained in:
Yusuke Kuoka
2022-05-12 09:19:58 +09:00
committed by GitHub
parent e6bddcd238
commit 3b67ee727f
2 changed files with 4 additions and 2 deletions

View File

@@ -52,7 +52,8 @@ spec:
scaleTargetRef:
name: ${NAME}
scaleUpTriggers:
- githubEvent: {}
- githubEvent:
workflowJob: {}
amount: 1
duration: "10m"
minReplicas: ${RUNNER_MIN_REPLICAS}

View File

@@ -71,7 +71,8 @@ spec:
kind: RunnerSet
name: ${NAME}
scaleUpTriggers:
- githubEvent: {}
- githubEvent:
workflowJob: {}
amount: 1
duration: "10m"
minReplicas: ${RUNNER_MIN_REPLICAS}