[Ex CI] add hip-clr pipeline ID, add status badge to README (#782)

This commit is contained in:
Daniel Su
2025-08-27 13:25:47 -04:00
committed by GitHub
orang tua f0955f5a83
melakukan 7055fbfc7f
2 mengubah file dengan 8 tambahan dan 3 penghapusan
@@ -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)
+3 -3
Melihat File
@@ -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) <br> [![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 | | |