From efc500d2ffd4aa05d16e32dde05a4f7c4948624c Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Fri, 27 Sep 2024 14:08:36 -0500 Subject: [PATCH] [CI] Temporarily disable RCCL UT Standalone.RegressionTiming in CI (#1350) Signed-off-by: nileshnegi [ROCm/rccl commit: 8b3ed8f10405021d188a12b114e1e62d0029294b] --- projects/rccl/.jenkins/common.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rccl/.jenkins/common.groovy b/projects/rccl/.jenkins/common.groovy index 99722aa4bd..eb797ed45d 100644 --- a/projects/rccl/.jenkins/common.groovy +++ b/projects/rccl/.jenkins/common.groovy @@ -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