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
Show more breadcrumbs
Peter Sherwood
athena
Commits
93eaa533
Commit
93eaa533
authored
7 years ago
by
Iain Bertram
Browse files
Options
Downloads
Patches
Plain Diff
Added 20.9 reference file directory for new release in testing (ATLASSIM-3607)
No change to executables. Tested in lcplus.
parent
69103a92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/Tests/DigitizationTests/scripts/DigitizationCheckReferenceLocation.sh
+3
-3
3 additions, 3 deletions
...zationTests/scripts/DigitizationCheckReferenceLocation.sh
with
3 additions
and
3 deletions
Simulation/Tests/DigitizationTests/scripts/DigitizationCheckReferenceLocation.sh
+
3
−
3
View file @
93eaa533
#!/bin/sh
#!/bin/sh
export
DigitizationTestsVersion
=
"dev"
export
DigitizationTestsVersion
=
"dev"
if
[[
$ATLAS_RELEASE_BASE
==
*
"20.7.X.Y-VAL"
*
]]
;
then
if
[[
$ATLAS_RELEASE_BASE
==
*
"20.7.X.Y-VAL"
*
]]
;
then
DigitizationTestsVersion
=
"20.7.X.Y-VAL"
DigitizationTestsVersion
=
"20.7.X.Y-VAL"
elif
[[
$ATLAS_RELEASE_BASE
==
*
"20.7"
*
]]
;
then
elif
[[
$ATLAS_RELEASE_BASE
==
*
"20.7"
*
]]
;
then
DigitizationTestsVersion
=
"20.7.X"
DigitizationTestsVersion
=
"20.7.X"
elif
[[
$ATLAS_RELEASE_BASE
==
*
"20.9"
*
]]
;
then
DigitizationTestsVersion
=
"20.9"
elif
[[
$ATLAS_RELEASE_BASE
==
*
"20.20"
*
]]
;
then
elif
[[
$ATLAS_RELEASE_BASE
==
*
"20.20"
*
]]
;
then
DigitizationTestsVersion
=
"20.20.X"
DigitizationTestsVersion
=
"20.20.X"
elif
[[
$ATLAS_RELEASE_BASE
==
*
"mig7"
*
]]
;
then
elif
[[
$ATLAS_RELEASE_BASE
==
*
"mig7"
*
]]
;
then
...
@@ -16,5 +18,3 @@ elif [[ $ATLAS_RELEASE_BASE == *"20.1"* ]]; then
...
@@ -16,5 +18,3 @@ elif [[ $ATLAS_RELEASE_BASE == *"20.1"* ]]; then
elif
[[
$ATLAS_RELEASE_BASE
==
*
"21.0"
*
]]
;
then
elif
[[
$ATLAS_RELEASE_BASE
==
*
"21.0"
*
]]
;
then
DigitizationTestsVersion
=
"21.0.X"
DigitizationTestsVersion
=
"21.0.X"
fi
fi
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