Skip to content
Snippets Groups Projects
Verified Commit e6824218 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Increase job timeouts.

parent 9037c800
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ build docs: ...@@ -2,7 +2,7 @@ build docs:
stage: build stage: build
image: $CONTAINER_GCC_IMAGE image: $CONTAINER_GCC_IMAGE
needs: [meta, ci_images] needs: [meta, ci_images]
timeout: 15 minutes timeout: 30 minutes
variables: variables:
DOX_WARNINGS_THRESHOLD: 18 DOX_WARNINGS_THRESHOLD: 18
script: script:
......
...@@ -4,7 +4,7 @@ build linux arch: ...@@ -4,7 +4,7 @@ build linux arch:
- .test-artifacts - .test-artifacts
tags: [shell, envinf23] tags: [shell, envinf23]
needs: [meta] needs: [meta]
timeout: 2h timeout: 3h
variables: variables:
BUILD_CTEST_LARGE_ON_MASTER: "true" BUILD_CTEST_LARGE_ON_MASTER: "true"
CMAKE_PRESET: release-all CMAKE_PRESET: release-all
......
...@@ -6,7 +6,7 @@ build linux petsc: ...@@ -6,7 +6,7 @@ build linux petsc:
- envinf - envinf
- shell - shell
needs: [meta] needs: [meta]
timeout: 2h timeout: 3h
variables: variables:
BUILD_CTEST_LARGE_ON_MASTER: "true" BUILD_CTEST_LARGE_ON_MASTER: "true"
CMAKE_PRESET: release-petsc CMAKE_PRESET: release-petsc
......
...@@ -11,7 +11,7 @@ build linux: ...@@ -11,7 +11,7 @@ build linux:
- if: $CI_COMMIT_BRANCH =~ /^v[0-9]\.[0-9]\.[0-9]/ - if: $CI_COMMIT_BRANCH =~ /^v[0-9]\.[0-9]\.[0-9]/
- when: manual - when: manual
allow_failure: true allow_failure: true
timeout: 2h timeout: 3h
variables: variables:
CMAKE_PRESET: release-all CMAKE_PRESET: release-all
CMAKE_ARGS: >- CMAKE_ARGS: >-
...@@ -29,7 +29,7 @@ linux ctest large: ...@@ -29,7 +29,7 @@ linux ctest large:
rules: rules:
- when: manual - when: manual
allow_failure: true allow_failure: true
timeout: 2h timeout: 3h
variables: variables:
BUILD_TESTS: "false" BUILD_TESTS: "false"
BUILD_CTEST_LARGE: "true" BUILD_CTEST_LARGE: "true"
...@@ -43,7 +43,7 @@ build linux (no unity): ...@@ -43,7 +43,7 @@ build linux (no unity):
- .template-build-linux - .template-build-linux
tags: [docker] tags: [docker]
needs: [meta, ci_images] needs: [meta, ci_images]
timeout: 2h timeout: 3h
variables: variables:
BUILD_TESTS: "false" BUILD_TESTS: "false"
BUILD_CTEST: "false" BUILD_CTEST: "false"
...@@ -55,7 +55,7 @@ build linux (no deps, no procs): ...@@ -55,7 +55,7 @@ build linux (no deps, no procs):
extends: .template-build-linux extends: .template-build-linux
tags: [docker] tags: [docker]
needs: [meta, ci_images] needs: [meta, ci_images]
timeout: 1h timeout: 2h
variables: variables:
BUILD_TESTS: "false" BUILD_TESTS: "false"
BUILD_CTEST: "false" BUILD_CTEST: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment