Skip to content

Commit

Permalink
Cleanup ARC configs (#4985)
Browse files Browse the repository at this point in the history
* Removed useless runners;
* Removed unused parameters;

Tested on the ci-infra side:
<img width="638" alt="Screenshot 2024-03-06 at 13 47 57"
src="https://github.com/pytorch/test-infra/assets/3964975/4083bd2d-b9dc-40ea-a7bc-a58c65039289">
  • Loading branch information
DanilBaibak authored Mar 7, 2024
1 parent 7f3fea9 commit 73a217e
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions .github/arc-runner-config.yaml
Original file line number Diff line number Diff line change
@@ -1,46 +1,25 @@
runnerConfig:
- cpu: 4.0
isEphemeral: true
maxRunners: 150
memory: 16Gi
minRunners: 1
nodeType: compute-amd64
partDocker: 20Gi
partTmp: 50Gi
partWork: 150Gi
runnerLabel: linux.large.arc
scaleDownFactor: 0.80
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
runnerLabel: linux.large
containerMode: dind-rootless
workingDiskSpace: 300Gi
- 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
runnerLabel: linux.2xlarge
containerMode: dind-rootless
workingDiskSpace: 300Gi
- cpu: 4.0
isEphemeral: true
maxRunners: 150
memory: 16Gi
minRunners: 1
nodeType: compute-gpu
partDocker: 20Gi
partTmp: 50Gi
partWork: 150Gi
runnerLabel: linux-gpu.large.arc
scaleDownFactor: 0.80
scaleDownThreshold: 0.60
scaleUpFactor: 1.20
scaleUpThreshold: 0.80
runnerLabel: linux-gpu.large
containerMode: dind-rootless
workingDiskSpace: 300Gi

0 comments on commit 73a217e

Please sign in to comment.