From 73a217e735a46f7b2b0119d0d11a899d2df108d9 Mon Sep 17 00:00:00 2001 From: Danylo Baibak Date: Thu, 7 Mar 2024 09:26:21 +0100 Subject: [PATCH] Cleanup ARC configs (#4985) * Removed useless runners; * Removed unused parameters; Tested on the ci-infra side: Screenshot 2024-03-06 at 13 47 57 --- .github/arc-runner-config.yaml | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/.github/arc-runner-config.yaml b/.github/arc-runner-config.yaml index f3f6c097a2..434d4b008e 100644 --- a/.github/arc-runner-config.yaml +++ b/.github/arc-runner-config.yaml @@ -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