From 9007335f604210bb0042fed783325db1fad5df61 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Wed, 6 Dec 2023 15:55:54 -0500 Subject: [PATCH] [DO NOT MERGE] Test GHAs Workflows on new CPU runners Do not merge this PR! It adjusts the GHAs workflows in this repository to ensure that our new CPU runners work correctly. --- .github/workflows/ci_pipe.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 6dd1b08c3..30f5c55a3 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -83,7 +83,7 @@ jobs: check: if: ${{ inputs.run_check }} name: Check - runs-on: linux-amd64-cpu4 + runs-on: linux-amd64-cpu4-testing timeout-minutes: 60 container: credentials: @@ -114,7 +114,7 @@ jobs: build: name: Build - runs-on: linux-amd64-cpu16 + runs-on: linux-amd64-cpu16-testing timeout-minutes: 60 container: credentials: @@ -230,7 +230,7 @@ jobs: documentation: name: Documentation needs: [build] - runs-on: linux-amd64-cpu4 + runs-on: linux-amd64-cpu4-testing timeout-minutes: 60 container: credentials: @@ -261,7 +261,7 @@ jobs: benchmark: name: Benchmark needs: [build] - runs-on: linux-amd64-cpu4 + runs-on: linux-amd64-cpu4-testing timeout-minutes: 60 container: credentials: @@ -301,7 +301,7 @@ jobs: name: Package if: ${{ inputs.conda_run_build }} needs: [benchmark, documentation, test] - runs-on: linux-amd64-cpu16 + runs-on: linux-amd64-cpu16-testing timeout-minutes: 60 container: credentials: