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