Add more timeouts to macos, mjit, ubuntu and windows workflows.
This commit is contained in:
parent
da0e8158c9
commit
a3ac1bf450
Notes:
git
2020-07-20 07:59:23 +09:00
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
if: matrix.test_task == 'check'
|
if: matrix.test_task == 'check'
|
||||||
- run: make $JOBS -s ${{ matrix.test_task }}
|
- run: make $JOBS -s ${{ matrix.test_task }}
|
||||||
|
timeout-minutes: 30
|
||||||
working-directory: build
|
working-directory: build
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
|
3
.github/workflows/mjit.yml
vendored
3
.github/workflows/mjit.yml
vendored
@ -48,10 +48,13 @@ jobs:
|
|||||||
- run: sudo make $JOBS -s install
|
- run: sudo make $JOBS -s install
|
||||||
working-directory: build
|
working-directory: build
|
||||||
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||||
|
timeout-minutes: 10
|
||||||
working-directory: build
|
working-directory: build
|
||||||
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||||
|
timeout-minutes: 10
|
||||||
working-directory: build
|
working-directory: build
|
||||||
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||||
|
timeout-minutes: 5
|
||||||
working-directory: build
|
working-directory: build
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
if: matrix.test_task == 'check'
|
if: matrix.test_task == 'check'
|
||||||
- run: make $JOBS -s ${{ matrix.test_task }}
|
- run: make $JOBS -s ${{ matrix.test_task }}
|
||||||
|
timeout-minutes: 30
|
||||||
working-directory: build
|
working-directory: build
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: nmake test
|
- name: nmake test
|
||||||
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\${{ matrix.vs }}\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
nmake ${{ matrix.test_task }}
|
nmake ${{ matrix.test_task }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user