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
e71c24bb
Commit
e71c24bb
authored
1 year ago
by
Ross John Hunter
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh
+20
-0
20 additions, 0 deletions
scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh
with
20 additions
and
0 deletions
scripts/benchmark-scripts/Moore_hlt2_2024_bandwidth.sh
0 → 100755
+
20
−
0
View file @
e71c24bb
#!/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
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