Skip to content
Snippets Groups Projects

[RTA/DPA BW tests]: Use new 2024 HLT1-filtered min. bias in bandwidth tests

Merged Ross John Hunter requested to merge rjhunter-bw-tests-2024-minbias into master
1 file
+ 20
0
Compare changes
  • Side-by-side
  • Inline
#!/bin/bash
###############################################################################
# (c) Copyright 2022-2023 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". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# this path ends up printed on the BW test page; export so it can be picked up in the child process
export SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )/$(basename "$0")"
$PRCONFIGROOT/scripts/benchmark-scripts/Moore_bandwidth_test.sh --process hlt2 --input-data 2024
# force 0 return code so the handler runs even for failed jobs
exit 0
Loading