Skip to content
Snippets Groups Projects
Commit 324f5817 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Florian Uhlig
Browse files

[CI] Add job timeout specific to build stage jobs, set to 1h30 for now

parent c0cbbda0
No related branches found
No related tags found
1 merge request!1951[CI] Add detection of job timeout and total test time TO check to CI
......@@ -206,6 +206,7 @@ FileLicenceCheck:
# job template
#
.build_and_test: &build_and_test
timeout: 1h 30m # Possible since Gitlab 15.7, job-level timeout can exceed project timeout but not Runner timeout
before_script:
- if [ "$CI_MERGE_REQUEST_PROJECT_PATH" != "computing/cbmroot" ]; then
- if [ "$CI_PROJECT_PATH" != "computing/cbmroot" ]; then
......
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