From e71c24bb169ffb63773a84e119377e3087fd9646 Mon Sep 17 00:00:00 2001
From: Ross Hunter <ross.john.hunter@cern.ch>
Date: Mon, 15 Jan 2024 13:06:16 +0000
Subject: [PATCH] New test wrapper script

---
 .../Moore_hlt2_2024_bandwidth.sh              | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100755 scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh

diff --git a/scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh b/scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh
new file mode 100755
index 00000000..f23905a0
--- /dev/null
+++ b/scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh
@@ -0,0 +1,20 @@
+#!/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
-- 
GitLab