Skip to content

Commit

Permalink
Increase CI tests parallelism from 3 to 4 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jul 23, 2024
1 parent 3dd3bf8 commit bae25fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/actions/ci-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,16 @@ runs:
run: ./scripts/ci-runners.sh
shell: bash
- if: ${{ contains(fromJSON(inputs.checks), 'tests-0') }}
run: ./scripts/ci-tests.sh 0 3
run: ./scripts/ci-tests.sh 0 4
shell: bash
- if: ${{ contains(fromJSON(inputs.checks), 'tests-1') }}
run: ./scripts/ci-tests.sh 1 3
run: ./scripts/ci-tests.sh 1 4
shell: bash
- if: ${{ contains(fromJSON(inputs.checks), 'tests-2') }}
run: ./scripts/ci-tests.sh 2 3
run: ./scripts/ci-tests.sh 2 4
shell: bash
- if: ${{ contains(fromJSON(inputs.checks), 'tests-3') }}
run: ./scripts/ci-tests.sh 3 4
shell: bash
- if: ${{ contains(fromJSON(inputs.checks), 'hw-host') }}
run: ./scripts/hwci.sh host --no-default-features
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
x tests-0 pull_request push schedule
x tests-1 pull_request push schedule
x tests-2 pull_request push schedule
x tests-3 pull_request push schedule
x hw-host pull_request push schedule
x book pull_request push schedule
x footprint pull_request push
Expand Down

0 comments on commit bae25fc

Please sign in to comment.