Skip to content

Commit

Permalink
fix: disable fail-fast for matrix jobs in continuous benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
kk-min committed Mar 13, 2024
1 parent 928f548 commit ba15a8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-benchmarking-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
runs-on: [ self-hosted, aws ]
timeout-minutes: 1200
strategy:
fail-fast: false
matrix:
runtime:
[
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
runs-on: [ self-hosted, gcr ]
timeout-minutes: 1200
strategy:
fail-fast: false
matrix:
runtime:
[
Expand Down Expand Up @@ -309,6 +311,7 @@ jobs:
runs-on: [ self-hosted, azure ]
timeout-minutes: 1200
strategy:
fail-fast: false
matrix:
runtime:
[
Expand Down

0 comments on commit ba15a8e

Please sign in to comment.