Skip to content

Commit

Permalink
Specify the docker mode for ARC on arc-runner-config.yaml (#4937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt authored Feb 9, 2024
1 parent ca91db4 commit b970144
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/arc-runner-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runnerConfig:
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
dockerMode: dind
- cpu: 8.0
isEphemeral: true
maxRunners: 150
Expand All @@ -27,3 +28,34 @@ runnerConfig:
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
containerMode: dind
- cpu: 8.0
isEphemeral: true
maxRunners: 150
memory: 32Gi
minRunners: 1
nodeType: compute-amd64
partDocker: 20Gi
partTmp: 50Gi
partWork: 150Gi
runnerLabel: linux.2xlarge.arc-rootless
scaleDownFactor: 0.80
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
containerMode: dind-rootless
- cpu: 8.0
isEphemeral: true
maxRunners: 150
memory: 32Gi
minRunners: 1
nodeType: compute-amd64
partDocker: 20Gi
partTmp: 50Gi
partWork: 150Gi
runnerLabel: linux.2xlarge.arc-k8s
scaleDownFactor: 0.80
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
containerMode: k8s

0 comments on commit b970144

Please sign in to comment.