Initial testing of ISF main config
Add ISF_MainConfigNew_Test.py
(ripped from @dnoel /ISF_newstyle) to test new style ISF configuration.
Make various fixes such that it configures without error. The configured accumulator is not yet able to run without error, however, and does not match old-style config.
Fixes to accumulator merging, tool attachment and symbol naming.
Move some G4 config to G4AtlasUserActionConfigNew.py to avoid circular dependence.
Add CaloG4SimConfigNew.py.
Merge request reports
Activity
added NewConfig label
This merge request affects 10 packages:
- Calorimeter/CaloG4Sim
- Simulation/G4Atlas/G4AtlasServices
- Simulation/G4Utilities/G4UserActions
- Simulation/ISF/ISF_Config
- Simulation/ISF/ISF_Core/ISF_Services
- Simulation/ISF/ISF_Core/ISF_Tools
- Simulation/ISF/ISF_Fatras/ISF_FatrasServices
- Simulation/ISF/ISF_Geant4/ISF_Geant4Services
- Simulation/ISF/ISF_Geant4/ISF_Geant4Tools
- Simulation/ISF/ISF_SimulationSelectors
added Calorimeter JetEtmiss Simulation master review-pending-level-1 labels
removed Calorimeter JetEtmiss Simulation master review-pending-level-1 labels
added Calorimeter JetEtmiss Simulation master review-pending-level-1 labels
- Resolved by John Derek Chapman
added 1 commit
- d5610572 - Initial ISF python testing and fixes to make it run
CI Result SUCCESS (hash ad4e1d9d)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 3
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 19144]This merge request affects 10 packages:
- Calorimeter/CaloG4Sim
- Simulation/G4Atlas/G4AtlasServices
- Simulation/G4Utilities/G4UserActions
- Simulation/ISF/ISF_Config
- Simulation/ISF/ISF_Core/ISF_Services
- Simulation/ISF/ISF_Core/ISF_Tools
- Simulation/ISF/ISF_Fatras/ISF_FatrasServices
- Simulation/ISF/ISF_Geant4/ISF_Geant4Services
- Simulation/ISF/ISF_Geant4/ISF_Geant4Tools
- Simulation/ISF/ISF_SimulationSelectors
CI Result SUCCESS (hash d5610572)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 3
AthSimulation: number of compilation errors 0, warnings 3
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 19180]added 1 commit
- f12781bc - Initial ISF python testing and fixes to make it run
This merge request affects 10 packages:
- Calorimeter/CaloG4Sim
- Simulation/G4Atlas/G4AtlasServices
- Simulation/G4Utilities/G4UserActions
- Simulation/ISF/ISF_Config
- Simulation/ISF/ISF_Core/ISF_Services
- Simulation/ISF/ISF_Core/ISF_Tools
- Simulation/ISF/ISF_Fatras/ISF_FatrasServices
- Simulation/ISF/ISF_Geant4/ISF_Geant4Services
- Simulation/ISF/ISF_Geant4/ISF_Geant4Tools
- Simulation/ISF/ISF_SimulationSelectors
added 1 commit
- 20336abf - Initial ISF python testing and fixes to make it run
This merge request affects 10 packages:
- Calorimeter/CaloG4Sim
- Simulation/G4Atlas/G4AtlasServices
- Simulation/G4Utilities/G4UserActions
- Simulation/ISF/ISF_Config
- Simulation/ISF/ISF_Core/ISF_Services
- Simulation/ISF/ISF_Core/ISF_Tools
- Simulation/ISF/ISF_Fatras/ISF_FatrasServices
- Simulation/ISF/ISF_Geant4/ISF_Geant4Services
- Simulation/ISF/ISF_Geant4/ISF_Geant4Tools
- Simulation/ISF/ISF_SimulationSelectors
CI Result SUCCESS (hash 20336abf)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 19194]- Resolved by Rupert Tombs
CI Result FAILURE (hash f12781bc)Athena AthSimulation AthGeneration AnalysisBase externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 1
AthSimulation: number of compilation errors 0, warnings 1
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 19193]
added review-user-action-required label and removed review-pending-level-1 label
- Resolved by Rupert Tombs
Hi, please fix failed test and resolve the compilation warning:
/var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py:22:1: warning: F401 'ISF_FatrasServices.ISF_FatrasConfig.fatrasSimServiceIDCfg' imported but unused from ISF_FatrasServices.ISF_FatrasConfig import ( ^ /var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py:173:11: warning: F821 undefined name 'FatrasSimServiceIDCfg' acc = FatrasSimServiceIDCfg(flags) ^ /var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py:433:11: warning: F821 undefined name 'FatrasSimServiceIDCfg' acc = FatrasSimServiceIDCfg(flags) ^ /var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py:502:11: warning: F821 undefined name 'FatrasSimServiceIDCfg' acc = FatrasSimServiceIDCfg(flags)
^
/var/lib/jenkins/workspace/CI-MERGE-REQUEST-CC7/master/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py:640:11: warning: F821 undefined name 'FatrasSimServiceIDCfg' acc = FatrasSimServiceIDCfg(flags)
(looks like a typo: fatrasSimServiceIDCfg-> FatrasSimServiceIDCfg)
Magdalena (L1)
Edited by Magdalena Slawinska
added review-pending-level-1 label and removed review-user-action-required label
added review-approved label and removed review-pending-level-1 label
mentioned in commit 0671bab8
added sweep:ignore label