Skip to content

Commit

Permalink
feat: force use 01 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jun 3, 2024
1 parent 9524c13 commit 8c2e995
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench_rspack_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
ref: ${{ inputs.commit_sha }}

bench:
runs-on: [self-hosted, benchmark]
runs-on: [self-hosted, benchmark, rspack-benchmark-01]
needs: prepare-binding
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bench_rspack_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
ref: pull/${{ inputs.prNumber }}/head

bench:
runs-on: [self-hosted, benchmark]
runs-on: [self-hosted, benchmark, rspack-benchmark-01]
needs: [create-comment, prepare-binding]
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
outputs:
diff-result: ${{ steps.print-results.outputs.diff-result }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

bench:
needs: prepare-binding
runs-on: [self-hosted, benchmark]
runs-on: [self-hosted, benchmark, rspack-benchmark-01]
timeout-minutes: 30
strategy:
matrix:
shardIndex: [1, 2, 3]
shardTotal: [3]
shardIndex: [1]
shardTotal: [1]
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 8c2e995

Please sign in to comment.