Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!76486
2024-12-09: merge of 24.0 into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
2024-12-09: merge of 24.0 into main
tadej/athena:sweep_24.0_main_2024-12-09
into
main
Overview
3
Commits
29
Pipelines
1
Changes
32
Merged
Tadej Novak
requested to merge
tadej/athena:sweep_24.0_main_2024-12-09
into
main
2 months ago
Overview
3
Commits
29
Pipelines
1
Changes
32
Expand
This sweep contains the following MRs:
!76470 (merged)
Fix test_zprime_tide.sh preInclude
InnerDetector
,
PhysValidation
!76469 (merged)
AthMonitoringAlgorithm : fix for undefined StatusCode when TrigDecTool is not used
Core
,
DQ
!76445 (merged)
BStoRDO: We need calo digits for overlay
Overlay
,
Simulation
,
Test
,
Tools
!76444 (merged)
Finalise initial BStoRDO workflow for ID
Egamma
,
InnerDetector
,
Overlay
,
Simulation
,
Test
,
Tools
!76443 (merged)
Add CI test for data overlay minbias preprocessing
Test
,
Tools
!76450 (merged)
Make TFCSHitCellMappingWiggle more robust
Simulation
!76426 (merged)
Fixes for new versions with invalid segments (MM and Pad)
MuonSpectrometer
!76425 (merged)
Fix dcubeXml in test_zprime_tide.sh
InnerDetector
,
PhysValidation
!76429 (merged)
Fix input file configuration for IDPVM Data ART tests
InnerDetector
,
PhysValidation
!76430 (merged)
Fix test_zprime_tide ART test
InnerDetector
,
PhysValidation
!76432 (merged)
Fix
ATLASSIM-7369
: CaloDetDescrManager not found
Simulation
!76433 (merged)
Only book technical efficiency plots when scheduled in IDPVM
InnerDetector
,
PhysValidation
!76378 (merged)
[
ATR-30593
] Avoid using the keywords Primary or TagAndProbe in chain group names in the MC menu
Trigger
,
TriggerMenu
!76333 (merged)
Cleaning up debug messages to make them more useful
DQ
,
L1Calo
,
Trigger
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ddbf832c
29 commits,
2 months ago
32 files
+
283
−
176
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
AtlasTest/CITest/Athena.cmake
+
3
−
0
Options
@@ -44,6 +44,9 @@ atlas_add_citest( PileUpPresamplingRun3
atlas_add_citest
(
PileUpPresamplingRun4FullTruth
SCRIPT RunWorkflowTests_Run4.py --CI -p -w PileUpPresampling -e '--maxEvents 5'
)
atlas_add_citest
(
DataOverlayPreparationRun3
SCRIPT RunWorkflowTests_Run3.py --CI -p -w MinbiasPreprocessing -e '--maxEvents 5'
)
atlas_add_citest
(
OverlayRun2MC
SCRIPT RunWorkflowTests_Run2.py --CI -o -w MCOverlay -e '--conditionsTag OFLCOND-MC16-SDR-RUN2-12'
)
Loading