diff --git a/.azuredevops/rocwmma.yml b/.azuredevops/rocwmma.yml new file mode 100644 index 00000000000..7d432e04d6c --- /dev/null +++ b/.azuredevops/rocwmma.yml @@ -0,0 +1,45 @@ +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 + - release-staging/rocm-rel-7.* + paths: + exclude: + - projects/rocwmma/.githooks + - projects/rocwmma/.github + - projects/rocwmma/.jenkins + - projects/rocwmma/docs + - 'projects/rocwmma/.*.y*ml' + - 'projects/rocwmma/*.md' + +pr: none + +stages: +- stage: rocwmma + jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/rocWMMA.yml@pipelines_repo + parameters: + sparseCheckoutDir: projects/rocwmma + 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 0d9eabafa43..17767b925bc 100644 --- a/.github/scripts/azure_resolve_subtree_deps.py +++ b/.github/scripts/azure_resolve_subtree_deps.py @@ -109,6 +109,7 @@ def main(argv=None) -> None: "projects/hipsparselt": 309, "projects/miopen": 320, "shared/origami": 364, + "projects/rocwmma": 370, } args = parse_arguments(argv)