diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..7c8efd71d6 --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,66 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + - repository: matching_repo + type: github + endpoint: ROCm + name: ROCm/clr + ref: develop + pipelines: + - pipeline: rocr-runtime_pipeline + source: rocr-runtime + trigger: + branches: + include: + - master + - pipeline: rocprofiler-register_pipeline + source: rocprofiler-register + trigger: + branches: + include: + - amd-mainline + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - develop + paths: + exclude: + - docs + - '.github' + - '.jenkins' + - '.*.yaml' + - CODEOWNERS + - Jenkinsfile + - LICENSE.txt + - '**/*.md' + - VERSION + +pr: + autoCancel: true + branches: + include: + - develop + paths: + exclude: + - docs + - '.github' + - '.jenkins' + - '.*.yaml' + - CODEOWNERS + - Jenkinsfile + - LICENSE.txt + - '**/.md' + - VERSION + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/HIP.yml@pipelines_repo