From a90d0dccedd8bd51e2adc58e976f94a10d9d4ff4 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Wed, 31 Jul 2024 14:25:09 +0200 Subject: [PATCH] Fix CI pipline The OS of run4 was upgraded to Debian12 so we need to update the CI runner on that machine. --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6de868156..72857c99f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -248,15 +248,14 @@ FileLicenceCheck: - CbmRoot_realData .realData_variables: &realData_variables - OS: "Debian10" - EXTRA_PATH: /opt/cmake/3.20.1/bin + OS: "Debian12" NCPU: 16 RAW_DATA_PATH: "/opt/cbmsoft/beamtime-test-data/reduced/" - FAIRSOFT_VERSION: "apr21p2_root6" + FAIRSOFT_VERSION: "apr21p2" FAIRROOT_VERSION: "v18.6.7" - BASE_PATH: "/opt/cbmsoft" - SIMPATH: "$BASE_PATH/fairsoft_$FAIRSOFT_VERSION/installation" - FAIRROOTPATH: "$BASE_PATH/fairroot_${FAIRROOT_VERSION}-fairsoft_${FAIRSOFT_VERSION}" + BASE_PATH: "/opt/" + SIMPATH: "$BASE_PATH/fairsoft/$FAIRSOFT_VERSION" + FAIRROOTPATH: "$BASE_PATH/fairroot/${FAIRROOT_VERSION}_${FAIRSOFT_VERSION}" CHECK_GEO_HASH_CHANGE: "1" .apptainer_tag: &apptainer_tag -- GitLab