From dc1466b8995a04461f0e1fc1d820fb7100258ccc Mon Sep 17 00:00:00 2001 From: "P.-A. Loizeau" <p.-a.loizeau@gsi.de> Date: Mon, 11 Nov 2024 13:35:22 +0100 Subject: [PATCH] [CI] Reduce job TO to 1h + test TO for real data to 25m now that !1952 is in --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3161135bdb..a0593f0c8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +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 + timeout: 1h # 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 @@ -262,7 +262,7 @@ FileLicenceCheck: SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION" FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}" CHECK_GEO_HASH_CHANGE: "1" - CI_TEST_STAGE_TOTAL_TIME_LIMIT: 2100 # 35 minutes until MR 1952 is merged + CI_TEST_STAGE_TOTAL_TIME_LIMIT: 1500 # in seconds = 25 minutes .apptainer_tag: &apptainer_tag stage: build -- GitLab