mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
CI: Fix duplicate timeouts
This commit is contained in:
parent
f0cf4dce65
commit
f1fe26a334
2
.github/workflows/yjit-macos.yml
vendored
2
.github/workflows/yjit-macos.yml
vendored
@ -140,6 +140,7 @@ jobs:
|
||||
srcdir: src
|
||||
is-yjit: true
|
||||
continue-on-error: true
|
||||
timeout-minutes: 3
|
||||
|
||||
- name: make ${{ matrix.test_task }}
|
||||
run: |
|
||||
@ -158,7 +159,6 @@ jobs:
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
|
||||
continue-on-error: ${{ matrix.continue-on-test_task || false }}
|
||||
timeout-minutes: 3
|
||||
|
||||
- name: make skipped tests
|
||||
run: |
|
||||
|
||||
2
.github/workflows/yjit-ubuntu.yml
vendored
2
.github/workflows/yjit-ubuntu.yml
vendored
@ -188,6 +188,7 @@ jobs:
|
||||
srcdir: src
|
||||
is-yjit: true
|
||||
continue-on-error: true
|
||||
timeout-minutes: 3
|
||||
|
||||
- name: make ${{ matrix.test_task }}
|
||||
run: |
|
||||
@ -208,7 +209,6 @@ jobs:
|
||||
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
|
||||
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
|
||||
continue-on-error: ${{ matrix.continue-on-test_task || false }}
|
||||
timeout-minutes: 3
|
||||
|
||||
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
|
||||
run: echo "https://github.com/${BASE_REPO}/commit/${BASE_SHA}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user