Ignore btest failures for now

This commit is contained in:
Takashi Kokubun 2025-02-12 20:57:15 -08:00
parent 93f67e24d2
commit d68f878976
Notes: git 2025-04-18 13:48:40 +00:00
2 changed files with 8 additions and 6 deletions

View file

@ -29,15 +29,16 @@ jobs:
- test_task: 'zjit-test' - test_task: 'zjit-test'
configure: '--enable-zjit=dev' configure: '--enable-zjit=dev'
- test_task: 'btest-bruby' - test_task: 'btest'
configure: '--enable-zjit=dev'
zjit_opts: '--zjit' zjit_opts: '--zjit'
configure: '--enable-zjit=dev'
btests: '../src/bootstraptest/test_zjit.rb' btests: '../src/bootstraptest/test_zjit.rb'
continue-on-test_task: true
- test_task: 'check' - test_task: 'check'
configure: '--enable-zjit'
# Test without ZJIT for now # Test without ZJIT for now
#zjit_opts: '--zjit-call-threshold=1' #zjit_opts: '--zjit-call-threshold=1'
configure: '--enable-zjit'
env: env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }} GITPULLOPTIONS: --no-tags origin ${{ github.ref }}

View file

@ -34,15 +34,16 @@ jobs:
- test_task: 'zjit-test' - test_task: 'zjit-test'
configure: '--enable-zjit=dev' configure: '--enable-zjit=dev'
- test_task: 'btest-bruby' - test_task: 'btest'
configure: '--enable-zjit=dev'
zjit_opts: '--zjit' zjit_opts: '--zjit'
configure: '--enable-zjit=dev'
btests: '../src/bootstraptest/test_zjit.rb' btests: '../src/bootstraptest/test_zjit.rb'
continue-on-test_task: true
- test_task: 'check' - test_task: 'check'
configure: '--enable-zjit'
# Test without ZJIT for now # Test without ZJIT for now
#zjit_opts: '--zjit-call-threshold=1' #zjit_opts: '--zjit-call-threshold=1'
configure: '--enable-zjit'
env: env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }} GITPULLOPTIONS: --no-tags origin ${{ github.ref }}