From 892a56cb5451c589c342a30d2c75979385254892 Mon Sep 17 00:00:00 2001 From: amd-hsivasun Date: Thu, 11 Sep 2025 16:40:07 -0400 Subject: [PATCH] [Ex CI] Enable hip-tests (#957) * [Ex CI] Enable hip-tests * Add Pipeline Id * Fixed typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .azuredevops/hip-tests.yml | 44 +++++++++++++++++++ .github/scripts/azure_resolve_subtree_deps.py | 1 + 2 files changed, 45 insertions(+) create mode 100644 .azuredevops/hip-tests.yml diff --git a/.azuredevops/hip-tests.yml b/.azuredevops/hip-tests.yml new file mode 100644 index 0000000000..170a629ee5 --- /dev/null +++ b/.azuredevops/hip-tests.yml @@ -0,0 +1,44 @@ +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +parameters: +- name: pipelinesRepoRef + type: string + default: refs/heads/develop +- name: triggerDownstreamJobs + type: boolean + default: true + +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + ref: ${{ parameters.pipelinesRepoRef }} + +trigger: + batch: true + branches: + include: + - develop + paths: + include: + - projects/hip-tests + exclude: + - projects/hip-tests/.jenkins + - projects/hip-tests/CODEOWNERS + - projects/hip-tests/LICENSE.txt + - projects/hip-tests/**/*.md + +pr: none + +stages: +- stage: hip_tests + jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/hip-tests.yml@pipelines_repo + parameters: + sparseCheckoutDir: projects/hip-tests + triggerDownstreamJobs: ${{ parameters.triggerDownstreamJobs }} +- template: templates/report-summary-check-wrapper.yml diff --git a/.github/scripts/azure_resolve_subtree_deps.py b/.github/scripts/azure_resolve_subtree_deps.py index 8fc2fdb223..445b17e954 100644 --- a/.github/scripts/azure_resolve_subtree_deps.py +++ b/.github/scripts/azure_resolve_subtree_deps.py @@ -84,6 +84,7 @@ def main(argv=None) -> None: "projects/rocr-runtime": 354 "projects/rocminfo": 356, "projects/rocm-smi-lib": 358, + "projects/hip-tests": 362, "projects/rocprofiler-sdk": 347, }