Skip to content
Snippets Groups Projects
Commit d230fb9e authored by Ross John Hunter's avatar Ross John Hunter
Browse files

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!372Retire hlt2 2023 bandwidth test
Pipeline #6733790 passed
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment