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
!24658
Manual sweep of
!24657
: Fix for test_athena_G4AtlasCosmic (
ATLASSIM-4186
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Manual sweep of
!24657
: Fix for test_athena_G4AtlasCosmic (
ATLASSIM-4186
)
jchapman/athena:FixATLASSIM-4186_21.3
into
21.3
Overview
5
Commits
1
Pipelines
2
Changes
1
Merged
John Derek Chapman
requested to merge
jchapman/athena:FixATLASSIM-4186_21.3
into
21.3
5 years ago
Overview
5
Commits
1
Pipelines
2
Changes
1
Expand
By default ART tries to compare the first 10 events in the file, but this job only writes out 4.
0
0
Merge request reports
Compare
21.3
version 1
f74e4909
5 years ago
21.3 (base)
and
latest version
latest version
dc1a6417
1 commit,
5 years ago
version 1
f74e4909
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Simulation/Tests/SimCoreTests/test/test_athena_G4AtlasCosmic.sh
+
1
−
1
Options
@@ -15,6 +15,6 @@ echo "art-result: $? simulation"
# TODO This is a regression test I think.
ArtPackage
=
$1
ArtJobName
=
$2
art.py compare grid
${
ArtPackage
}
${
ArtJobName
}
art.py compare grid
--entries
-1
${
ArtPackage
}
${
ArtJobName
}
echo
"art-result:
$?
regression"
Loading