Skip to content
Snippets Groups Projects
Commit 989a3535 authored by Vakho Tsulaia's avatar Vakho Tsulaia
Browse files

athena_ci: changes in the simulation part of the pipeline

- Added the detailed checks option to the default Run3 configuration
- Introduced an SQLite-based Run3 configuration
parent f4bcb7b8
Branches
Tags
1 merge request!446athena_ci: changes in the simulation part of the pipeline
Pipeline #12009849 passed
......@@ -50,10 +50,7 @@ class RCBase {
RCBase(const RCBase &right) = delete;
RCBase & operator=(const RCBase &right) = delete;
// The reference count
mutable std::atomic<unsigned> m_count{0};
};
#endif
......@@ -136,7 +136,7 @@ simulation_tests_run3:
extends: .run_base
script:
- cd run
- RunWorkflowTests_Run3.py --CI -s -w FullSim --threads 4 -e '--maxEvents 20' --run-only
- RunWorkflowTests_Run3.py --CI -s -w FullSim --threads 4 -e '--maxEvents 50' --detailed-comparison
- mv run_s4006/log.EVNTtoHITS ./
- mv run_s4006/myHITS.pool.root ./
artifacts:
......@@ -145,6 +145,19 @@ simulation_tests_run3:
- myHITS.pool.root
- log.EVNTtoHITS
simulation_tests_run3_sqlite:
extends: .run_base
script:
- cd run
- RunWorkflowTests_Run3.py --CI -s -w FullSim -a s4454 --threads 4 -e '--maxEvents 50 --geometrySQLiteFullPath /cvmfs/atlas.cern.ch/repo/sw/database/GroupData/Geometry/ATLAS-R3S-2021-03-02-00-DEV02.db' --detailed-comparison
- mv run_s4454/log.EVNTtoHITS ./
- mv run_s4454/myHITS.pool.root ./
artifacts:
paths:
- Run3Tests.log
- myHITS.pool.root
- log.EVNTtoHITS
simulation_tests_run4:
extends: .run_base
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment