We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb1594 commit 100d149Copy full SHA for 100d149
Configuration/PyReleaseValidation/python/relval_Run4.py
@@ -80,8 +80,9 @@
80
numWFIB.extend([prefixDet+34.758]) # HLTTiming75e33, ticl_barrel
81
numWFIB.extend([prefixDet+34.759]) # HLTTiming75e33 + NANO
82
numWFIB.extend([prefixDet+34.77]) # NGTScouting
83
-numWFIB.extend([prefixDet+34.771]) # NGTScouting + NANO
84
-numWFIB.extend([prefixDet+34.772]) # NGTScouting + NANO (including validation)
+numWFIB.extend([prefixDet+34.771]) # NGTScouting + alpaka + TICL-v5 + TICL-Barrel
+numWFIB.extend([prefixDet+34.772]) # NGTScouting + NANO
85
+numWFIB.extend([prefixDet+34.773]) # NGTScouting + NANO (including validation)
86
87
for numWF in numWFIB:
88
workflows[numWF] = _upgrade_workflows[numWF]
0 commit comments