Skip to content

Commit 9d0b621

Browse files
committed
ZJIT: Resurrect --seed to stabilize CI
ref: ruby#14459
1 parent d14b4a7 commit 9d0b621

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- test_task: 'check'
3636
configure: '--enable-zjit=dev'
3737
run_opts: '--zjit-call-threshold=1'
38+
testopts: '--seed=11831'
3839
specopts: '-T --zjit-call-threshold=1'
3940

4041
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb

.github/workflows/zjit-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- test_task: 'check'
5555
configure: '--enable-zjit=dev'
5656
run_opts: '--zjit-call-threshold=1'
57+
testopts: '--seed=18140'
5758
specopts: '-T --zjit-call-threshold=1'
5859

5960
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb

0 commit comments

Comments
 (0)