Skip to content

Commit

Permalink
[DO NOT MERGE] Test GHAs Workflows on new CPU runners
Browse files Browse the repository at this point in the history
Do not merge this PR! It adjusts the GHAs workflows in this repository to ensure that our new CPU runners work correctly.
  • Loading branch information
ajschmidt8 committed Dec 6, 2023
1 parent b152175 commit 9007335
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

build:
name: Build
runs-on: linux-amd64-cpu16
runs-on: linux-amd64-cpu16-testing
timeout-minutes: 60
container:
credentials:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9007335

Please sign in to comment.