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
!68415
Drop legacy configuration jobs from SimCoreTests ART scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Drop legacy configuration jobs from SimCoreTests ART scripts
jchapman/athena:RemoveLegacySimCoreTestsART_main
into
main
Overview
4
Commits
1
Pipelines
1
Changes
27
Merged
John Derek Chapman
requested to merge
jchapman/athena:RemoveLegacySimCoreTestsART_main
into
main
1 year ago
Overview
4
Commits
1
Pipelines
1
Changes
27
Expand
Dropping Legacy configurations from SimCoreTests ART jobs.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
67b2d9c9
1 commit,
1 year ago
27 files
+
263
−
1225
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
Simulation/Tests/SimCoreTests/test/test_AtlasG4_AFPSimTest.sh
+
7
−
53
Options
#!/bin/sh
#
# art-description: Tests ATLAS + AFP simulation, generating events on-the-fly
# art-include: 2
3
.0/Athena
# art-include: 2
4
.0/Athena
# art-include: main/Athena
# art-type: grid
# art-architecture: '#x86_64-intel'
@@ -13,7 +13,7 @@
AtlasG4_tf.py
\
--CA
\
--preInclude
'ParticleGun.ParticleGunConfig.ALFA_SingleParticlePreInclude'
\
--outputHITSFile
'test.
CA.
HITS.pool.root'
\
--outputHITSFile
'test.HITS.pool.root'
\
--maxEvents
'3'
\
--randomSeed
'10'
\
--geometryVersion
'ATLAS-R2-2015-03-01-00'
\
@@ -30,61 +30,15 @@ mv log.AtlasG4Tf log.AtlasG4Tf_CA
echo
"art-result:
$rc
simCA"
status
=
$rc
AtlasG4_tf.py
\
--preInclude
'G4AtlasTests/preInclude.ALFA_SingleParticle.py'
\
--outputHITSFile
'test.HITS.pool.root'
\
--maxEvents
'3'
\
--randomSeed
'10'
\
--geometryVersion
'ATLAS-R2-2015-03-01-00_VALIDATION'
\
--conditionsTag
'OFLCOND-RUN12-SDR-19'
\
--DataRunNumber
'222525'
\
--runNumber
'999999'
\
--physicsList
'FTFP_BERT'
\
--AFPOn
'True'
\
--postInclude
'PyJobTransforms/UseFrontier.py'
\
--imf
False
\
--athenaopts
'"--config-only=ConfigSimCG.pkl"'
AtlasG4_tf.py
\
--preInclude
'G4AtlasTests/preInclude.ALFA_SingleParticle.py'
\
--outputHITSFile
'test.HITS.pool.root'
\
--maxEvents
'3'
\
--randomSeed
'10'
\
--geometryVersion
'ATLAS-R2-2015-03-01-00_VALIDATION'
\
--conditionsTag
'OFLCOND-RUN12-SDR-19'
\
--DataRunNumber
'222525'
\
--runNumber
'999999'
\
--physicsList
'FTFP_BERT'
\
--AFPOn
'True'
\
--postInclude
'PyJobTransforms/UseFrontier.py'
\
--imf
False
rc2
=
$?
mv
log.AtlasG4Tf log.AtlasG4Tf_CG
echo
"art-result:
$rc2
simOLD"
if
[
$status
-eq
0
]
then
status
=
$rc2
fi
rc3
=
-9999
if
[
$status
-eq
0
]
then
acmd.py diff-root test.HITS.pool.root test.CA.HITS.pool.root
--error-mode
resilient
--mode
=
semi-detailed
rc3
=
$?
status
=
$rc3
fi
echo
"art-result:
$rc3
OLDvsCA"
rc4
=
-9999
if
[
$rc2
-eq
0
]
rc2
=
-9999
if
[
$rc
-eq
0
]
then
ArtPackage
=
$1
ArtJobName
=
$2
art.py compare grid
--entries
3
${
ArtPackage
}
${
ArtJobName
}
--mode
=
semi-detailed
--file
=
test.HITS.pool.root
rc
4
=
$?
status
=
$rc
4
rc
2
=
$?
status
=
$rc
2
fi
echo
"art-result:
$rc
4
regression"
echo
"art-result:
$rc
2
regression"
exit
$status
Loading