Skip to content
Snippets Groups Projects

Replace hlt2_pp_thor_without_UT with hlt2_pp_2024 throughput test

Merged Andre Gunther requested to merge gunther-2024-throughput into master
All threads resolved!
Files
2
@@ -214,12 +214,7 @@ run2_gaudi_head = preparePatchesSlot(
run2_gaudi_head.Gaudi.version = "HEAD"
run2_gaudi_head.Gaudi.checkout_opts["merges"] = ["label=lhcb-gaudi-head"]
run2_gaudi_head.enabled = True
run2_gaudi_head.platforms = [
"x86_64_v2-el9-gcc13-opt",
"x86_64_v2-el9-gcc13-dbg",
"x86_64_v2-el9-clang16-opt",
"x86_64_v2-el9-clang16-dbg",
]
run2_gaudi_head.platforms = PLATFORMS_RUN2
slots.append(run2_gaudi_head)
slot2023 = preparePatchesSlot("2023")
Loading