Skip to content

Commit 8c3c9fd

Browse files
committed
Skip lobsters
It uses old commonmarker c-api-stable branch.
1 parent 12d9cd0 commit 8c3c9fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
matrix:
210210
include:
211211
# Using the same setup as ZJIT jobs
212-
- bench_opts: '--warmup=1 --bench=1 --excludes=shipit'
212+
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
213213

214214
runs-on: ubuntu-24.04
215215

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
include:
179179
# Test --call-threshold=2 with 2 iterations in total
180180
- ruby_opts: '--zjit-call-threshold=2'
181-
bench_opts: '--warmup=1 --bench=1 --excludes=shipit'
181+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
182182
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
183183

184184
runs-on: macos-14

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
include:
237237
# Test --call-threshold=2 with 2 iterations in total
238238
- ruby_opts: '--zjit-call-threshold=2'
239-
bench_opts: '--warmup=1 --bench=1 --excludes=shipit'
239+
bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
240240
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
241241

242242
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)