Skip to content
Snippets Groups Projects
Commit 43ba17d5 authored by Peter Berta's avatar Peter Berta Committed by Andrea Coccaro
Browse files

CI: q449 update + new test with latest configuration used at Tier0 + Increased...

CI: q449 update + new test with latest configuration used at Tier0 + Increased number of events for diff-root

Adding one new data test with diff-root comparison using the latest setup used at Tier0 and recent 13.6 TeV input; Removing output comparison from q449; Updating to the latest settings for the express processing test; Increasing the number of events for diff-root comparison
parent 2e6c7387
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!563892022-08-31: daily merge of 22.0 into master,!55991CI: q449 update + new test with latest configuration used at Tier0 + Increased number of events for diff-root
...@@ -91,12 +91,16 @@ atlas_add_citest( RecoRun2MC_PileUp ...@@ -91,12 +91,16 @@ atlas_add_citest( RecoRun2MC_PileUp
SCRIPT RunWorkflowTests_Run2.py --CI -p -w MCPileUpReco -e '--maxEvents 5 --inputRDO_BKGFile=../../PileUpPresamplingRun2/run_d1730/myRDO.pool.root' --no-output-checks # go two levels up as the test runs in a subfolder SCRIPT RunWorkflowTests_Run2.py --CI -p -w MCPileUpReco -e '--maxEvents 5 --inputRDO_BKGFile=../../PileUpPresamplingRun2/run_d1730/myRDO.pool.root' --no-output-checks # go two levels up as the test runs in a subfolder
DEPENDS_SUCCESS PileUpPresamplingRun2 ) DEPENDS_SUCCESS PileUpPresamplingRun2 )
atlas_add_citest( RecoRun3Data_Collisions atlas_add_citest( RecoRun3Data
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a q449 -e '--maxEvents 500 --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/TCT_Run3/data22_900GeV.00424070.express_express.merge.RAW._lb0100._SFO-ALL._0001.1' --threads 8 SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a q449 -e '--maxEvents 100 --conditionsTag=CONDBR2-BLKPA-2022-07 --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/TCT_Run3/data22_13p6TeV.00431493.physics_Main.daq.RAW._lb0525._SFO-16._0001.data' --threads 8
PROPERTIES PROCESSORS 8 ) PROPERTIES PROCESSORS 8 )
atlas_add_citest( RecoRun3Data_Collisions_Express atlas_add_citest( RecoRun3Data_Bulk
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a x676 -e '--maxEvents 100 --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/TCT_Run3/data22_13p6TeV.00428353.express_express.merge.RAW._lb0800._SFO-ALL._0001.1' --threads 8 --no-output-checks SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a f1262 -e '--skipEvents 100 --maxEvents 500 --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/TCT_Run3/data22_13p6TeV.00431493.physics_Main.daq.RAW._lb0525._SFO-16._0001.data' --threads 8 --no-output-checks
PROPERTIES PROCESSORS 8 )
atlas_add_citest( RecoRun3Data_Express
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a x686 -e '--maxEvents 200 --inputBSFile=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/Tier0ChainTests/TCT_Run3/data22_13p6TeV.00428353.express_express.merge.RAW._lb0800._SFO-ALL._0001.1' --threads 8 --no-output-checks
PROPERTIES PROCESSORS 8 ) PROPERTIES PROCESSORS 8 )
atlas_add_citest( RecoRun3Data_Cosmics atlas_add_citest( RecoRun3Data_Cosmics
......
This diff is collapsed.
This diff is collapsed.
...@@ -21,5 +21,5 @@ references_map = { ...@@ -21,5 +21,5 @@ references_map = {
# Reco # Reco
"q442": "v5", "q442": "v5",
"q445": "v14", "q445": "v14",
"q449": "v9", "q449": "v10",
} }
...@@ -40,8 +40,8 @@ class QTest(WorkflowTest): ...@@ -40,8 +40,8 @@ class QTest(WorkflowTest):
# TODO: disable RDO comparison for now # TODO: disable RDO comparison for now
# if type == WorkflowType.MCReco: # if type == WorkflowType.MCReco:
# self.output_checks.append(FrozenTier0PolicyCheck(setup, "RDO", 10)) # self.output_checks.append(FrozenTier0PolicyCheck(setup, "RDO", 10))
self.output_checks.append(FrozenTier0PolicyCheck(setup, "ESD", 10)) self.output_checks.append(FrozenTier0PolicyCheck(setup, "ESD", 20))
self.output_checks.append(FrozenTier0PolicyCheck(setup, "AOD", 30)) self.output_checks.append(FrozenTier0PolicyCheck(setup, "AOD", 60))
self.digest_checks = [] self.digest_checks = []
if "--CA" not in extra_args: if "--CA" not in extra_args:
......
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