ci: bump timeout-minutes from 60 minutes to 121 minutes for normal 'fast' jobs
parent
0b46d62199
commit
c7ecb18f52
|
@ -49,7 +49,7 @@ jobs:
|
||||||
ubuntu-tcc:
|
ubuntu-tcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
steps:
|
steps:
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
ubuntu-tcc-boehm-gc:
|
ubuntu-tcc-boehm-gc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
steps:
|
steps:
|
||||||
|
@ -171,7 +171,7 @@ jobs:
|
||||||
misc-tooling:
|
misc-tooling:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
steps:
|
steps:
|
||||||
|
@ -243,7 +243,7 @@ jobs:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
name: alpine-musl
|
name: alpine-musl
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
container:
|
container:
|
||||||
# Alpine docker pre-built container
|
# Alpine docker pre-built container
|
||||||
image: thevlang/vlang:alpine-build
|
image: thevlang/vlang:alpine-build
|
||||||
|
@ -272,7 +272,7 @@ jobs:
|
||||||
macos:
|
macos:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
steps:
|
steps:
|
||||||
|
@ -361,7 +361,7 @@ jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
|
@ -457,7 +457,7 @@ jobs:
|
||||||
ubuntu-clang:
|
ubuntu-clang:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc clang
|
VFLAGS: -cc clang
|
||||||
steps:
|
steps:
|
||||||
|
@ -539,7 +539,7 @@ jobs:
|
||||||
|
|
||||||
# ubuntu-autofree-selfcompile:
|
# ubuntu-autofree-selfcompile:
|
||||||
# runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
# timeout-minutes: 60
|
# timeout-minutes: 121
|
||||||
# env:
|
# env:
|
||||||
# VFLAGS: -cc gcc
|
# VFLAGS: -cc gcc
|
||||||
# steps:
|
# steps:
|
||||||
|
@ -554,7 +554,7 @@ jobs:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
name: ubuntu-musl
|
name: ubuntu-musl
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
container:
|
container:
|
||||||
image: thevlang/vlang:ubuntu-build
|
image: thevlang/vlang:ubuntu-build
|
||||||
env:
|
env:
|
||||||
|
@ -580,7 +580,7 @@ jobs:
|
||||||
|
|
||||||
# ubuntu-musl:
|
# ubuntu-musl:
|
||||||
# runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
# timeout-minutes: 60
|
# timeout-minutes: 121
|
||||||
# env:
|
# env:
|
||||||
# VFLAGS: -cc musl-gcc
|
# VFLAGS: -cc musl-gcc
|
||||||
# V_CI_MUSL: 1
|
# V_CI_MUSL: 1
|
||||||
|
@ -606,7 +606,7 @@ jobs:
|
||||||
windows-gcc:
|
windows-gcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc gcc
|
VFLAGS: -cc gcc
|
||||||
steps:
|
steps:
|
||||||
|
@ -649,7 +649,7 @@ jobs:
|
||||||
windows-msvc:
|
windows-msvc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
steps:
|
steps:
|
||||||
|
@ -693,7 +693,7 @@ jobs:
|
||||||
windows-tcc:
|
windows-tcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
VJOBS: 1
|
VJOBS: 1
|
||||||
|
@ -782,7 +782,7 @@ jobs:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
name: Parser silent mode
|
name: Parser silent mode
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install zzuf
|
- name: Install zzuf
|
||||||
|
@ -821,7 +821,7 @@ jobs:
|
||||||
v-apps-compile:
|
v-apps-compile:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build V
|
- name: Build V
|
||||||
|
|
|
@ -6,7 +6,7 @@ jobs:
|
||||||
|
|
||||||
debug-msvc:
|
debug-msvc:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc msvc
|
VFLAGS: -cc msvc
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
vab-compiles-v-examples:
|
vab-compiles-v-examples:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-java@v2
|
- uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
websocket_tests:
|
websocket_tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
timeout-minutes: 60
|
timeout-minutes: 121
|
||||||
env:
|
env:
|
||||||
VFLAGS: -cc tcc -no-retry-compilation
|
VFLAGS: -cc tcc -no-retry-compilation
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue