Skip to content

Commit

Permalink
Move NUMPROCS from CI.yml to runner config (along with hard usage lim…
Browse files Browse the repository at this point in the history
…its)
  • Loading branch information
aaruni96 committed Oct 24, 2024
1 parent 552550d commit 71cc52c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
if: runner.os == 'macOS' && runner.environment == 'self-hosted'
# runner.environment is supposed to be a valid property: https://github.com/orgs/community/discussions/48359#discussioncomment-9059557
run: echo "NUMPROCS=5" >> $GITHUB_ENV
- name: "Use multiple processes for self-hosted Linux runners"
if: runner.os == 'Linux' && runner.environment == 'self-hosted'
run: echo "NUMPROCS=6" >> $GITHUB_ENV
- name: "set test subgroup"
if: ${{ matrix.group }} != ''
run: echo "OSCAR_TEST_SUBSET=${{matrix.group}}" >> $GITHUB_ENV
Expand Down

0 comments on commit 71cc52c

Please sign in to comment.