summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-13 10:32:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2026-02-13 11:22:20 +0900
commitd1535862bc1a66c783ce8d8558619b8c853ea420 (patch)
tree2a5ccd6dff69e711fe4d1c1186d70214d8e7e3e5
parentbe8f647bdab59d16554900c16c101e453863918d (diff)
Skip shipit benchmark because sassc is not working with artifact under the ext directory.
https://github.com/ruby/ruby/actions/runs/21970480259/job/63470652855
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/zjit-macos.yml2
-rw-r--r--.github/workflows/zjit-ubuntu.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 2ed27e278b..b8e5af7f0f 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -208,7 +208,7 @@ jobs:
matrix:
include:
# Using the same setup as ZJIT jobs
- - bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
+ - bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
runs-on: ubuntu-24.04
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml
index aa3c08b9d8..820fa91f1a 100644
--- a/.github/workflows/zjit-macos.yml
+++ b/.github/workflows/zjit-macos.yml
@@ -158,7 +158,7 @@ jobs:
include:
# Test --call-threshold=2 with 2 iterations in total
- ruby_opts: '--zjit-call-threshold=2'
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
+ bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: macos-14
diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml
index f79c1c5b1d..d3e954bd72 100644
--- a/.github/workflows/zjit-ubuntu.yml
+++ b/.github/workflows/zjit-ubuntu.yml
@@ -215,7 +215,7 @@ jobs:
include:
# Test --call-threshold=2 with 2 iterations in total
- ruby_opts: '--zjit-call-threshold=2'
- bench_opts: '--warmup=1 --bench=1 --excludes=lobsters'
+ bench_opts: '--warmup=1 --bench=1 --excludes=lobsters,shipit'
configure: '--enable-zjit=dev_nodebug' # --enable-zjit=dev is too slow
runs-on: ubuntu-24.04