From 7d4259a268b50f5429472d4f8a74b69bd03c96fe Mon Sep 17 00:00:00 2001 From: Jordan Jacobelli Date: Mon, 3 Apr 2023 21:13:42 +0200 Subject: [PATCH] Use ARC V2 self-hosted runners for CPU jobs (#806) This PR is updating the runner labels to use ARC V2 self-hosted runners for CPU jobs only. This is needed to resolve the auto-scalling issues. Authors: - Jordan Jacobelli (https://github.com/jjacobelli) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: https://github.com/nv-morpheus/Morpheus/pull/806 --- .github/workflows/ci_pipe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 84b9eb1659..8b082239f6 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -60,7 +60,7 @@ jobs: check: if: ${{ inputs.run_check }} name: Check - runs-on: [self-hosted, linux, amd64, cpu4] + runs-on: linux-amd64-cpu4 timeout-minutes: 60 container: credentials: @@ -91,7 +91,7 @@ jobs: build: name: Build - runs-on: [self-hosted, linux, amd64, cpu16] + runs-on: linux-amd64-cpu16 timeout-minutes: 60 container: credentials: @@ -157,7 +157,7 @@ jobs: documentation: name: Documentation needs: [build] - runs-on: [self-hosted, linux, amd64, cpu4] + runs-on: linux-amd64-cpu4 timeout-minutes: 60 container: credentials: