From f0df6fcccb0470a5c25f1f3fc8c456de40e87ad4 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:54:11 -0600 Subject: [PATCH] Remove call to junit in math ci (#124) [ROCm/rccl-tests commit: aac5f2b56c1de08570152e0e457f234a5c1cc307] --- projects/rccl-tests/.jenkins/common.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/rccl-tests/.jenkins/common.groovy b/projects/rccl-tests/.jenkins/common.groovy index b0846f62ab..c709f06566 100644 --- a/projects/rccl-tests/.jenkins/common.groovy +++ b/projects/rccl-tests/.jenkins/common.groovy @@ -38,7 +38,6 @@ def runTestCommand (platform, project) """ platform.runCommand(this, command) - junit "${project.paths.project_build_prefix}/*.xml" } return this