[CI] Temporarily disable RCCL UT Standalone.RegressionTiming in CI (#1350)

Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>

[ROCm/rccl commit: 8b3ed8f104]
Этот коммит содержится в:
Nilesh M Negi
2024-09-27 14:08:36 -05:00
коммит произвёл GitHub
родитель d5a2245a40
Коммит efc500d2ff
+3
Просмотреть файл
@@ -17,6 +17,9 @@ def runCompileCommand(platform, project, jobName)
def runTestCommand (platform, project, gfilter, envars)
{
// Temporarily disable Standalone.RegressionTiming for RCCL CI
gfilter = "*:-Standalone.Regression*"
String sudo = auxiliary.sudo(platform.jenkinsLabel)
def command = """#!/usr/bin/env bash