Skip to content
Snippets Groups Projects
Verified Commit 2173c3e7 authored by Tadej Novak's avatar Tadej Novak
Browse files

AthDerivation: Make sure CA-based jobs can run + disable some tests

parent a6a1fcbb
No related branches found
No related tags found
No related merge requests found
Pipeline #4428310 passed
......@@ -55,7 +55,7 @@ atlas_add_test( EvenInfoCnvConfigTestMT
PRIVATE_WORKING_DIRECTORY
POST_EXEC_SCRIPT nopost.sh )
if( NOT SIMULATIONBASE AND NOT GENERATIONBASE AND NOT XAOD_ANALYSIS )
if( NOT SIMULATIONBASE AND NOT GENERATIONBASE AND NOT ATLAS_DERIVATION_RELEASE AND NOT XAOD_ANALYSIS )
atlas_add_test( EventInfoOverlayConfigTest
SCRIPT test/EventInfoOverlay_test.py
PROPERTIES TIMEOUT 300
......
......@@ -10,7 +10,7 @@ atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
#atlas_install_scripts( test/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
#atlas_install_joboptions( share/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
if (NOT SIMULATIONBASE)
if (NOT SIMULATIONBASE AND NOT ATLAS_DERIVATION_RELEASE)
atlas_add_test( TrackingPassFlags_test
SCRIPT python -m InDetConfig.TrackingPassFlags
POST_EXEC_SCRIPT nopost.sh)
......
......@@ -9,7 +9,7 @@ atlas_subdir( MuonConfig )
atlas_install_python_modules( python/*.py test/MdtRdoToPrepDataTool_test.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_data( share/*.ref )
if( NOT SIMULATIONBASE )
if( NOT SIMULATIONBASE AND NOT ATLAS_DERIVATION_RELEASE )
# Mdt tests
atlas_add_test( MdtRdoToPrepDataTool_test
SCRIPT python -m MuonConfig.MdtRdoToPrepDataTool_test
......
......@@ -38,6 +38,13 @@ find_package( tdaq-common REQUIRED )
find_package( Frontier_Client )
find_package( VDT )
# Set the project into "ATLAS_DERIVATION_RELEASE mode".
set( ATLAS_DERIVATION_RELEASE TRUE CACHE BOOL
"Flag specifying that this is a derivation release build" )
if( ATLAS_DERIVATION_RELEASE )
add_definitions( -DATLAS_DERIVATION_RELEASE )
endif()
# Set up where to find the AthenaPoolUtilitiesTest CMake code.
set( AthenaPoolUtilitiesTest_DIR
"${CMAKE_SOURCE_DIR}/../../Database/AthenaPOOL/AthenaPoolUtilities/cmake"
......
......@@ -15,3 +15,10 @@ set( CLHEP_ROOT "${CLHEP_LCGROOT}" CACHE PATH "Path to pick up CLHEP from" )
# Find Gaudi.
find_package( Gaudi @Gaudi_VERSION@ EXACT REQUIRED ${_quietFlag} )
# Set the project into "ATLAS_DERIVATION_RELEASE mode".
set( ATLAS_DERIVATION_RELEASE TRUE CACHE BOOL
"Flag specifying that this is a derivation release build" )
if( ATLAS_DERIVATION_RELEASE )
add_definitions( -DATLAS_DERIVATION_RELEASE )
endif()
......@@ -133,14 +133,23 @@
+ Generators/TruthUtils
+ Generators/McEventSelector
# HGTD
+ HighGranularityTimingDetector/HGTD_Conditions/HGTD_ConditionsAlgorithms
+ HighGranularityTimingDetector/HGTD_Config
+ HighGranularityTimingDetector/HGTD_DetDescr/.*
+ HighGranularityTimingDetector/HGTD_DetDescrCnv/.*
+ HighGranularityTimingDetector/HGTD_Reconstruction/HGTD_TrackingGeometry
# Inner detector package(s).
+ InnerDetector/InDetConditions/BeamSpot.*
+ InnerDetector/InDetConditions/InDetByteStreamErrors.*
+ InnerDetector/InDetConditions/InDetCond.*
+ InnerDetector/InDetConditions/SiPropertiesTool
+ InnerDetector/InDetConditions/.*ConditionsAlgorithms
+ InnerDetector/InDetConditions/.*ConditionsData
+ InnerDetector/InDetConditions/.*ConditionsServices
+ InnerDetector/InDetConditions/.*ConditionsTools
+ InnerDetector/InDetConditions/TRT_ConditionsAlgs
+ InnerDetector/InDetConditions/TRT_ConditionsNN
+ InnerDetector/InDetConfig
- InnerDetector/InDetDetDescr/BCMPrimeReadoutGeometry
......@@ -151,7 +160,9 @@
+ InnerDetector/InDetDetDescr/.*Cabling
+ InnerDetector/InDetDetDescr/.*GeoModel
+ InnerDetector/InDetDetDescr/.*ReadoutGeometry
+ InnerDetector/InDetDetDescr/PixelGeoModelXml
+ InnerDetector/InDetDetDescr/PixelReadoutDefinitions
+ InnerDetector/InDetDetDescr/StripGeoModelXml
+ InnerDetector/InDetDetDescrCnv/.*
+ InnerDetector/InDetEventCnv/InDetPrepRawDataToxAOD
+ InnerDetector/InDetExample/InDetRecExample
......@@ -394,6 +405,7 @@
# Tool package(s).
+ Tools/ART
+ Tools/Campaigns
+ Tools/DirectIOART
+ Tools/LWHists
+ Tools/PathResolver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment