Skip to content

Commit 704f891

Browse files
committed
Don't run ractor-related CI jobs on truffleruby, they just fail
1 parent bb92557 commit 704f891

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
ruby: [ruby, head, truffleruby]
54+
ruby: [ruby, head]
5555
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
5656
steps:
5757
- uses: actions/checkout@v3
@@ -66,14 +66,13 @@ jobs:
6666
WARMUP_ITRS: '1'
6767
MIN_BENCH_ITRS: '1'
6868
MIN_BENCH_TIME: '0'
69-
continue-on-error: ${{ matrix.ruby == 'truffleruby' }}
7069

7170
benchmark-ractor-only:
7271
runs-on: ubuntu-latest
7372
strategy:
7473
fail-fast: false
7574
matrix:
76-
ruby: [ruby, head, truffleruby]
75+
ruby: [ruby, head]
7776
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
7877
steps:
7978
- uses: actions/checkout@v3
@@ -88,7 +87,6 @@ jobs:
8887
WARMUP_ITRS: '1'
8988
MIN_BENCH_ITRS: '1'
9089
MIN_BENCH_TIME: '0'
91-
continue-on-error: ${{ matrix.ruby == 'truffleruby' }}
9290

9391
benchmark-graph:
9492
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)