From 7055fbfc7f1eeea31c318335f9226e2ca176434a Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Wed, 27 Aug 2025 13:25:47 -0400 Subject: [PATCH] [Ex CI] add hip-clr pipeline ID, add status badge to README (#782) --- .github/scripts/azure_resolve_subtree_deps.py | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/scripts/azure_resolve_subtree_deps.py b/.github/scripts/azure_resolve_subtree_deps.py index 71fdad9e85..e33f227f82 100644 --- a/.github/scripts/azure_resolve_subtree_deps.py +++ b/.github/scripts/azure_resolve_subtree_deps.py @@ -68,11 +68,16 @@ def main(argv=None) -> None: """Main function to process the projects and output those to be run.""" # Systems build+test dependency tree as defined in Azure CI and TheRock systems_dependencies = { + "projects/clr": {"projects/hip"}, + "projects/hip": {"projects/hipother"} } # Azure pipeline IDs for each project, to be populated as projects are enabled definition_ids = { "projects/rocprofiler-register": 327, "projects/rocprofiler": 329, + "projects/clr": 335, + "projects/hip": 335, + "prjects/hipother": 335 } args = parse_arguments(argv) diff --git a/README.md b/README.md index 1bc7b2efde..d18aefb238 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ This table provides the current status of the migration of specific ROCm systems |------------------------|-----------------|------------------|---------------------------------------|---------------------------------------| | `amdsmi` | EMU | Pending | | | | `aqlprofile` | Public | Completed | | [![CodeQL](https://github.com/ROCm/rocm-systems/actions/workflows/aqlprofile-codeql.yml/badge.svg?branch=develop)](https://github.com/ROCm/rocm-systems/actions/workflows/aqlprofile-codeql.yml)
[![Continuous Integration](https://github.com/ROCm/rocm-systems/actions/workflows/aqlprofile-continuous_integration.yml/badge.svg?branch=develop)](https://github.com/ROCm/rocm-systems/actions/workflows/aqlprofile-continuous_integration.yml) | -| `clr` | Public | Completed | | | -| `hip` | Public | Completed | | | -| `hipother` | Public | Completed | | | +| `clr` | Public | Completed | [![Azure Pipelines](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2Fhip-clr?repoName=ROCm%2Frocm-systems&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=335&repoName=ROCm%2Frocm-systems&branchName=develop) | | +| `hip` | Public | Completed | [![Azure Pipelines](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2Fhip-clr?repoName=ROCm%2Frocm-systems&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=335&repoName=ROCm%2Frocm-systems&branchName=develop) | | +| `hipother` | Public | Completed | [![Azure Pipelines](https://dev.azure.com/ROCm-CI/ROCm-CI/_apis/build/status%2Fmonorepo%2Fhip-clr?repoName=ROCm%2Frocm-systems&branchName=develop)](https://dev.azure.com/ROCm-CI/ROCm-CI/_build/latest?definitionId=335&repoName=ROCm%2Frocm-systems&branchName=develop) | | | `hip-tests` | Public | Completed | | | | `rdc` | Public | Completed | | | | `rocm-core` | Public | Completed | | |