small fixes to make ART tests running
small fixes to make ART tests running fix print commands in Gen_tf add missing packages needed for https://its.cern.ch/jira/browse/AGENE-1787
Merge request reports
Activity
This merge request affects 3 packages:
- Event/xAOD/xAODEventInfoCnv
- Generators/EvgenJobTransforms
- Projects/AthGeneration
Adding @rbianchi as watcher
added Build EDM Generators master review-pending-level-1 labels
CI Result FAILURE (hash 6d1090cb)Athena AthSimulation AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 1, warnings 1
AthSimulation: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 11186]13 13 #include "GaudiKernel/ServiceHandle.h" 14 14 #include "GaudiKernel/ToolHandle.h" 15 15 16 #ifndef XAOD_ANALYSIS 17 #ifndef SIMULATIONBASE 16 #if !(defined(SIMULATIONBASE) || defined(XAOD_ANALYSIS) || defined(GENERATIONBASE) ) 18 17 // Beam condition include(s): 19 18 #include "BeamSpotConditionsData/BeamSpotData.h" 20 19 21 20 // Luminosity include(s): 22 21 #include "LumiBlockData/LuminosityCondData.h" Let's not restart anything. The failure is understandable. The changes in the
CMakeLists.txt
files did remove the package's dependency on theLumiBlockData
library when building Athena. Hence the error... See the discussion in !31349 (merged) on how we should resolve this.
added review-user-action-required label and removed review-pending-level-1 label
mentioned in merge request !31349 (merged)