Skip to content
Snippets Groups Projects

CITest: Migrate G4ExHive test

Merged Frank Winklmeier requested to merge fwinkl/athena:citest2 into master
2 files
+ 19
9
Compare changes
  • Side-by-side
  • Inline
Files
2
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
#
#
# CI test definitions for the AthSimulation project
# CI test definitions for the AthSimulation project
# --> README.md before you modify this file
# --> README.md before you modify this file
@@ -8,6 +8,6 @@ atlas_add_citest( DuplicateClass
@@ -8,6 +8,6 @@ atlas_add_citest( DuplicateClass
SCRIPT python -c 'import ROOT'
SCRIPT python -c 'import ROOT'
PROPERTIES FAIL_REGULAR_EXPRESSION "class .* is already in" )
PROPERTIES FAIL_REGULAR_EXPRESSION "class .* is already in" )
# TODO:
atlas_add_citest( G4ExHive
# G4ExHive
SCRIPT athena.py --threads=4 --evtMax=50 G4AtlasApps/jobOptions.G4AtlasMT.py
# SimulationTier0
PROPERTIES PROCESSORS 4 )
Loading