From d1535862bc1a66c783ce8d8558619b8c853ea420 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 13 Feb 2026 10:32:49 +0900 Subject: Skip shipit benchmark because sassc is not working with artifact under the ext directory. https://github.com/ruby/ruby/actions/runs/21970480259/job/63470652855 --- .github/workflows/ubuntu.yml | 2 +- .github/workflows/zjit-macos.yml | 2 +- .github/workflows/zjit-ubuntu.yml | 2 +- 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 -- cgit v1.2.3