Skip to content

Commit

Permalink
ci: Set minimum ARC runners to 0 (#4992)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxiiro authored Mar 11, 2024
1 parent c189874 commit d9cdefd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/arc-runner-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ runnerConfig:
- cpu: 4.0
maxRunners: 150
memory: 16Gi
minRunners: 1
minRunners: 0
nodeType: compute-amd64
runnerLabel: linux.large
containerMode: dind-rootless
workingDiskSpace: 300Gi
- cpu: 8.0
maxRunners: 150
memory: 32Gi
minRunners: 1
minRunners: 0
nodeType: compute-amd64
runnerLabel: linux.2xlarge
containerMode: dind-rootless
workingDiskSpace: 300Gi
- cpu: 4.0
maxRunners: 150
memory: 16Gi
minRunners: 1
minRunners: 0
nodeType: compute-gpu
runnerLabel: linux-gpu.large
containerMode: dind-rootless
Expand Down

0 comments on commit d9cdefd

Please sign in to comment.