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

New test wrapper script

parent a2493925
No related branches found
No related tags found
1 merge request!376[RTA/DPA BW tests]: Use new 2024 HLT1-filtered min. bias in bandwidth tests
This commit is part of merge request !376. Comments created here will be created in the context of that merge request.
#!/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
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