mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
refactor: Make RunnerReplicaSet and Runner backed by the same logic that backs RunnerSet
This commit is contained in:
@@ -265,6 +265,8 @@ func (e *env) installActionsRunnerController(t *testing.T) {
|
||||
|
||||
if e.useRunnerSet {
|
||||
scriptEnv = append(scriptEnv, "USE_RUNNERSET=1")
|
||||
} else {
|
||||
scriptEnv = append(scriptEnv, "USE_RUNNERSET=false")
|
||||
}
|
||||
|
||||
varEnv := []string{
|
||||
|
||||
Reference in New Issue
Block a user