diff options
| author | Takashi Kokubun <takashi.kokubun@shopify.com> | 2025-10-28 13:47:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 13:47:15 -0700 |
| commit | afb0d43181429d393b3db614cd8246c33c331626 (patch) | |
| tree | f8ac252d62742ac2c65c2da4933821fa68ee8eaa | |
| parent | d0c7234bc79e9b0e415c29ae3250bde12d791b4c (diff) | |
ZJIT: Drop --seed from test-all on CI (#14976)
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 0d2b564c41..f687672ac7 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -36,13 +36,11 @@ jobs: run_opts: '--zjit-call-threshold=1' specopts: '-T --zjit-call-threshold=1' configure: '--enable-zjit=dev' - test_all_opts: '--seed=46450' - test_task: 'check' run_opts: '--zjit-disable-hir-opt --zjit-call-threshold=1' specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1' configure: '--enable-zjit=dev' - test_all_opts: '--seed=46450' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb configure: '--enable-yjit=dev --enable-zjit' @@ -127,7 +125,6 @@ jobs: TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' SYNTAX_SUGGEST_TIMEOUT: '5' PRECHECK_BUNDLED_GEMS: 'no' - TESTS: ${{ matrix.test_all_opts }} continue-on-error: ${{ matrix.continue-on-test_task || false }} - name: Dump crash logs diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index ec92cd5342..5163076be5 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -55,13 +55,11 @@ jobs: run_opts: '--zjit-call-threshold=1' specopts: '-T --zjit-call-threshold=1' configure: '--enable-zjit=dev' - test_all_opts: '--seed=39471' - test_task: 'check' run_opts: '--zjit-disable-hir-opt --zjit-call-threshold=1' specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1' configure: '--enable-zjit=dev' - test_all_opts: '--seed=39471' - test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb configure: '--enable-yjit --enable-zjit=dev' @@ -177,7 +175,6 @@ jobs: SYNTAX_SUGGEST_TIMEOUT: '5' ZJIT_BINDGEN_DIFF_OPTS: '--exit-code' CLANG_PATH: ${{ matrix.clang_path }} - TESTS: ${{ matrix.test_all_opts }} continue-on-error: ${{ matrix.continue-on-test_task || false }} - name: Dump crash logs |
