diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml new file mode 100644 index 00000000..56168c3f --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,44 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - develop + paths: + exclude: + - .githooks + - .github + - .jenkins + - docs + - '.*.y*ml' + - '*.md' + - LICENSE.txt + +pr: + autoCancel: true + branches: + include: + - develop + paths: + exclude: + - .githooks + - .github + - .jenkins + - docs + - '.*.y*ml' + - '*.md' + - LICENSE.txt + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/rocRAND.yml@pipelines_repo