From 5ba23700cea1d825190c7b2c5b4a23a85b7e1125 Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <tsulaia@cern.ch> Date: Thu, 27 Mar 2025 16:18:27 -0700 Subject: [PATCH] athena_ci: updated conditions tags in run3/run4 reco tests --- athena_ci/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml index 3d56cbd6f..36ce1283d 100644 --- a/athena_ci/ci.yml +++ b/athena_ci/ci.yml @@ -173,7 +173,7 @@ run_workflow_tests_run3_mc: extends: .run_base script: - cd run - - RunWorkflowTests_Run3.py --CI -r -w MCReco -e '--maxEvents 25 --conditionsTag OFLCOND-MC23-SDR-RUN3-05' --detailed-comparison + - RunWorkflowTests_Run3.py --CI -r -w MCReco -e '--maxEvents 25 --conditionsTag OFLCOND-MC23-SDR-RUN3-08' --detailed-comparison run_workflow_tests_run4_reco: extends: .run_base @@ -182,7 +182,7 @@ run_workflow_tests_run4_reco: - build_geomodel_athena script: - cd run - - RunWorkflowTests_Run4.py --CI -r -w MCReco -e '--conditionsTag OFLCOND-MC21-SDR-RUN4-01 --maxEvents 5 --inputHITSFile=../../myHITS.pool.root' --no-output-checks + - RunWorkflowTests_Run4.py --CI -r -w MCReco -e '--conditionsTag OFLCOND-MC21-SDR-RUN4-03 --maxEvents 5 --inputHITSFile=../../myHITS.pool.root' --no-output-checks ################################################### -- GitLab