Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PRConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb Data Packages
PRConfig
Commits
d230fb9e
Commit
d230fb9e
authored
1 year ago
by
Ross John Hunter
Browse files
Options
Downloads
Patches
Plain Diff
Remove reference to 2023 test in big wrapper script and update copyright date
parent
94259863
No related branches found
No related tags found
1 merge request
!372
Retire hlt2 2023 bandwidth test
Pipeline
#6733790
passed
1 year ago
Stage: check
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/benchmark-scripts/Moore_bandwidth_test.sh
+3
-8
3 additions, 8 deletions
scripts/benchmark-scripts/Moore_bandwidth_test.sh
with
3 additions
and
8 deletions
scripts/benchmark-scripts/Moore_bandwidth_test.sh
+
3
−
8
View file @
d230fb9e
#!/bin/bash
###############################################################################
# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration
#
# (c) Copyright 2023
-2024
CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
...
...
@@ -22,8 +22,7 @@ Usage: Moore/run /path/to/Moore_bandwidth_test.sh [options] 2>&1 | tee <path-to-
Expected to be called by e.g. Moore_hlt2_bandwidth.sh for the periodic LHCbPR tests.
--process: "hlt1", "hlt2" or "spruce".
--input-data: "nominal", "2023" or "latest".
"2023" not currently available for process == spruce or hlt1.
--input-data: "nominal" or "latest".
"latest" not currently available for process == hlt1 or hlt2.
-h|--help: print this message and exit.
...
...
@@ -128,12 +127,8 @@ case $PROCESS in
CONFIG_FILE
=
"
${
TEST_PATH_PREFIX
}
hlt2_bandwidth_input_nominal_with_gec.yaml"
EXTRA_OPTS
=
'$MOOREROOT/options/calo_decoding_packed.py $MOOREROOT/options/muon_geometry_v2.py'
;;
2023
)
CONFIG_FILE
=
"
${
TEST_PATH_PREFIX
}
hlt2_bandwidth_input_2023.yaml"
EXTRA_OPTS
=
"
${
TEST_PATH_PREFIX
}
hlt2_bandwidth_input_2023_extra_opts.py"
;;
*
)
echo
"ERROR: --input-data must be
\"
nominal
\"
or
\"
2023
\"
for process
\"
$PROCESS
\"
"
echo
"ERROR: --input-data must be
\"
nominal
\"
for process
\"
$PROCESS
\"
"
exit
1
;;
esac
...
...
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