Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Upload the metadata yaml from nominal hlt2 bw tests, so that it can be accessed later by sprucing bw tests

Merged Luke Grazette requested to merge lugrazet-BW-hlt2-upload-metadata into master
@@ -513,7 +513,9 @@ class BandwidthTestHandler(BaseHandler):
# Only do so if test was completely successful.
if options == "Moore_hlt2_bandwidth" and slot == "lhcb-master" and status:
from datetime import datetime
for fsuffix in ["__full.mdf", ".tck.json", "__full__metadata.yaml"]:
for fsuffix in [
"__full.mdf", ".tck.json", "__full__metadata.yaml"
]:
before_copy = datetime.now()
full_stream_out = os.path.join(
Loading