Draft: Handle multiple throughput options in a single job
Compare changes
+ 153
− 137
@@ -176,6 +176,19 @@ def send_gitlab_feedback(
@@ -208,151 +221,154 @@ class ThroughputProfileHandler(BaseHandler):
Allow to run multiple throughput tests with different options as part of the same job. The idea is to be able to share the download and installation overhead between throughput tests of the same build, which is about 6 min per job.
Goes with lhcb-datapkg/PRConfig!308 (closed)