From 9360411496f9922b0924dcb2c3e9c5705e4b268a Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 28 Feb 2024 15:07:02 +0100 Subject: .github/workflows/ci.yml: require min 31 core per test job We use machines with 32 CPU and 32 RAM. Adding this options we prevent 2 runner PODs scheduling to the same node. --- .github/arc_config/values.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/arc_config') diff --git a/.github/arc_config/values.yaml b/.github/arc_config/values.yaml index f7f8a4e23..023e62b86 100644 --- a/.github/arc_config/values.yaml +++ b/.github/arc_config/values.yaml @@ -195,6 +195,9 @@ template: - name: runner image: ghcr.io/actions/actions-runner:latest command: ["/home/runner/run.sh"] + resources: + requests: + cpu: 31 ## Optional controller service account that needs to have required Role and RoleBinding ## to operate this gha-runner-scale-set installation. -- cgit mrf-deployment