diff --git a/projects/rocminfo/.azuredevops/rocm-ci.yml b/projects/rocminfo/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..afd8276c51 --- /dev/null +++ b/projects/rocminfo/.azuredevops/rocm-ci.yml @@ -0,0 +1,43 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: External-CI-Token + name: ROCm/ROCm + pipelines: + - pipeline: rocr-runtime_pipeline + source: rocr-runtime + trigger: + branches: + include: + - master + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - master + paths: + exclude: + - .github + - License.txt + - README.md' + +pr: + autoCancel: true + branches: + include: + - master + paths: + exclude: + - .github + - License.txt + - README.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/rocminfo.yml@pipelines_repo