From 53977821b5f5bda680471c562daf320d553ff540 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Mon, 11 Aug 2025 14:02:46 -0700 Subject: [PATCH] Add CI Badge for tracking CI status in prep for gating changes (#1851) This PR is intended to move RCCL to gating changes on CI failures. Right now, only build/unittests run per PR consistently. We should eventually add all single and multi-node test status badges once those tests are running in presubmit and continuously on develop --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 92c29a52e5..2fc642a975 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ will run only AllReduce correctness tests with float16 datatype. A list of avail There are also other performance and error-checking tests for RCCL. These are maintained separately at https://github.com/ROCm/rccl-tests. See the rccl-tests README for more information on how to build and run those tests. +## RCCL CI Status + +RCCL Build/Unittests [![RCCL](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Frccl?repoName=ROCm%2Frccl&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=107&repoName=ROCm%2Frccl&branchName=develop) + ## Library and API Documentation Please refer to the [RCCL Documentation Site](https://rocm.docs.amd.com/projects/rccl/en/latest/) for current documentation.