diff --git a/projects/hipother/.azuredevops/rocm-ci.yml b/projects/hipother/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..4614fdcdf1 --- /dev/null +++ b/projects/hipother/.azuredevops/rocm-ci.yml @@ -0,0 +1,50 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + - repository: matching_repo + type: github + endpoint: ROCm + name: ROCm/clr + ref: amd-staging + - repository: hipother_repo + type: github + endpoint: ROCm + name: ROCm/hip # leverage HIP job that builds both AMD and NV backends + ref: amd-staging + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.github' + - CODEOWNERS + - LICENSE.txt + - '**/*.md' + +pr: + autoCancel: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.github' + - CODEOWNERS + - LICENSE.txt + - '**/*.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/HIP.yml@pipelines_repo