Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!64469
ACTS CI: Enable longer FPE stack trace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ACTS CI: Enable longer FPE stack trace
tadej/athena:acts-fpe
into
main
Overview
3
Commits
1
Pipelines
1
Changes
11
Merged
Tadej Novak
requested to merge
tadej/athena:acts-fpe
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
11
Expand
Enable longer FPE stack trace in ACTS CI tests.
/cc
@cvarni
@pagessin
0
0
Merge request reports
Viewing commit
995058fa
Show latest version
11 files
+
11
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
Verified
995058fa
ACTS CI: Enable longer FPE stack trace
· 995058fa
Tadej Novak
authored
1 year ago
AtlasTest/CITest/test/ActsBenchmarkWithSpot.sh
+
1
−
0
Options
@@ -5,6 +5,7 @@ input_rdo=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/InDetPhysValMonitori
n_events
=
10
Reco_tf.py
--CA
\
--preExec
"flags.Exec.FPE=500;"
\
--preInclude
"InDetConfig.ConfigurationHelpers.OnlyTrackingPreInclude,ActsConfig.ActsCIFlags.actsBenchmarkSpotFlags"
\
--postExec
"cfg.getEventAlgo(
\"
ActsTrkITkPixelClusterizationAlg
\"
).PixelClustersKey=
\"
xAODpixelClusters
\"
;cfg.getEventAlgo(
\"
ActsTrkITkStripClusterizationAlg
\"
).StripClustersKey=
\"
xAODstripClusters
\"
;"
\
--inputRDOFile
${
input_rdo
}
\
Loading