diff --git a/projects/rocprofiler/.azuredevops/rocm-ci.yml b/projects/rocprofiler/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..27fd51a9ab --- /dev/null +++ b/projects/rocprofiler/.azuredevops/rocm-ci.yml @@ -0,0 +1,40 @@ +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: + - amd-master + - amd-staging + paths: + exclude: + - .github + - doc + - LICENSE + - '*.md' + +pr: + autoCancel: true + branches: + include: + - amd-master + - amd-staging + paths: + exclude: + - .github + - doc + - LICENSE + - '*.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/rocprofiler.yml@pipelines_repo