From b970144e3585a8a918c75229f9d33a3dbfb30af0 Mon Sep 17 00:00:00 2001 From: Jean Schmidt <4520845+jeanschmidt@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:10:46 +0100 Subject: [PATCH] Specify the docker mode for ARC on arc-runner-config.yaml (#4937) --- .github/arc-runner-config.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/arc-runner-config.yaml b/.github/arc-runner-config.yaml index 7f61fc3252..e39a52d5f5 100644 --- a/.github/arc-runner-config.yaml +++ b/.github/arc-runner-config.yaml @@ -13,6 +13,7 @@ runnerConfig: scaleDownThreshold: 0.60 scaleUpFactor: 1.20 scaleUpThreshold: 0.80 + dockerMode: dind - cpu: 8.0 isEphemeral: true maxRunners: 150 @@ -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