acceptance,e2e: Enhance deploy.sh to support more types of runnersets

This commit is contained in:
Yusuke Kuoka
2022-02-27 11:43:07 +00:00
parent c221b6e278
commit 3115d71471
3 changed files with 51 additions and 11 deletions

View File

@@ -277,7 +277,9 @@ func (e *env) installActionsRunnerController(t *testing.T) {
"TEST_ID=" + e.testID,
fmt.Sprintf("RUNNER_FEATURE_FLAG_EPHEMERAL=%v", e.featureFlagEphemeral),
fmt.Sprintf("RUNNER_SCALE_DOWN_DELAY_SECONDS_AFTER_SCALE_OUT=%d", e.scaleDownDelaySecondsAfterScaleOut),
fmt.Sprintf("REPO_RUNNER_MIN_REPLICAS=%d", e.minReplicas),
fmt.Sprintf("ORG_RUNNER_MIN_REPLICAS=%d", e.minReplicas),
fmt.Sprintf("ENTERPRISE_RUNNER_MIN_REPLICAS=%d", e.minReplicas),
}
if e.dockerdWithinRunnerContainer {