Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Guillermo Nicolas Hamity
athena
Commits
4d14929b
Verified
Commit
4d14929b
authored
2 years ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
Split MT reco CI tests and their checks
parent
89f86539
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AtlasTest/CITest/Athena.cmake
+10
-2
10 additions, 2 deletions
AtlasTest/CITest/Athena.cmake
with
10 additions
and
2 deletions
AtlasTest/CITest/Athena.cmake
+
10
−
2
View file @
4d14929b
...
...
@@ -84,9 +84,13 @@ atlas_add_citest( RecoRun2MC_PileUp
DEPENDS_SUCCESS PileUpPresamplingRun2
)
atlas_add_citest
(
RecoRun3Data
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a q449 -e '--maxEvents 100' --
threads 8
--no-output-checks
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a q449
--threads 8
-e '--maxEvents 100' --
run-only
--no-output-checks
PROPERTIES PROCESSORS 8
)
atlas_add_citest
(
RecoRun3Data_Checks
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a q449 --threads 8 -e '--maxEvents 100' --checks-only --output-path ../RecoRun3Data --no-output-checks
DEPENDS_SUCCESS RecoRun3Data
)
atlas_add_citest
(
RecoRun3Data_CAConfig
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -e '--CA --maxEvents 100' --threads 8 --no-output-checks
)
...
...
@@ -95,9 +99,13 @@ atlas_add_citest( RecoRun3Data_LegacyVsCA
DEPENDS_SUCCESS RecoRun3Data RecoRun3Data_CAConfig
)
atlas_add_citest
(
RecoRun3Data_Bulk
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 --postExec=
"all:FPEAuditor.NStacktracesOnFPE=20"
' --
threads 8
--no-output-checks
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a f1262
--threads 8
-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 --postExec=
"all:FPEAuditor.NStacktracesOnFPE=20"
' --
run-only
--no-output-checks
PROPERTIES PROCESSORS 8
)
atlas_add_citest
(
RecoRun3Data_Bulk_Checks
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a f1262 --threads 8 -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 --postExec=
"all:FPEAuditor.NStacktracesOnFPE=20"
' --checks-only --output-path ../RecoRun3Data_Bulk --no-output-checks
DEPENDS_SUCCESS RecoRun3Data_Bulk
)
atlas_add_citest
(
RecoRun3Data_Express
SCRIPT RunWorkflowTests_Run3.py --CI -r -w DataReco -a x686 -e '--maxEvents 25 --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' --no-output-checks
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment