From 0450eb8f4e94f3fc8414c486373e6b9a0760e000 Mon Sep 17 00:00:00 2001
From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch>
Date: Sun, 7 Jul 2024 18:57:32 -0700
Subject: [PATCH] Patched: simulation_tests_run3

Brought it in sync with Athena main version
---
 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 e8a220cb8..940439f87 100644
--- a/athena_ci/ci.yml
+++ b/athena_ci/ci.yml
@@ -119,7 +119,7 @@ simulation_tests_run3:
   extends: .run_base
   script:
     - cd run
-    - RunWorkflowTests_Run3.py --CI -s -w FullSim --threads 4 -e '--maxEvents 50' --detailed-comparison
+    - RunWorkflowTests_Run3.py --CI -s -w FullSim --threads 4 -e '--maxEvents 20' --run-only 
     - mv run_s4006/log.EVNTtoHITS ./
     - mv run_s4006/myHITS.pool.root ./
   artifacts:
-- 
GitLab