Skip to content
Snippets Groups Projects
Commit 448e893b authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[CI] set longer timeouts for the post-merge continuous job

parent 9b458c6a
No related branches found
No related tags found
1 merge request!1992[CI] set longer timeouts for the post-merge continuous job
Pipeline #32402 passed
......@@ -337,6 +337,8 @@ FileLicenceCheck:
stage: build
tags:
- CbmRoot
# Possible since Gitlab 15.7, job-level timeout can exceed project timeout but not Runner timeout
timeout: 1h 30m # Continuous tests after merge need more time than the pre-merge CI
.linux_variables: &linux_variables
OS: "Debian12"
......@@ -347,6 +349,7 @@ FileLicenceCheck:
SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION"
FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_fs_${FAIRSOFT_VERSION}"
EXTRA_PATH: "${SIMPATH}/bin"
CI_TEST_STAGE_TOTAL_TIME_LIMIT: 1800 # in seconds = 30 m, Continuous tests after merge need longer than pre-merge CI
.macosx_tag: &macosx_tag
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment