From dd19eea4b63d820098016876fcb96b6065b28d22 Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch> Date: Thu, 24 Oct 2024 02:03:31 +0200 Subject: [PATCH] Updated `run_workflow_tests_run2_mc` --- athena_ci/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml index 5f349ddba..545d624ed 100644 --- a/athena_ci/ci.yml +++ b/athena_ci/ci.yml @@ -150,7 +150,7 @@ run_workflow_tests_run2_mc: extends: .run_base script: - cd run - - RunWorkflowTests_Run2.py --CI -r -w MCReco --threads 0 -e '--CA "all:True" "RDOtoRDOTrigger:False" --conditionsTag "default:OFLCOND-MC16-SDR-RUN2-11" "RDOtoRDOTrigger:OFLCOND-MC16-SDR-RUN2-08-02" --maxEvents 25' --detailed-comparison + - RunWorkflowTests_Run2.py --CI -r -w MCReco --threads 0 -e '--maxEvents 25 --conditionsTag OFLCOND-MC16-SDR-RUN2-12' --detailed-comparison run_workflow_tests_run3_mc: extends: .run_base -- GitLab