From 654a8a27f889bb4bfa9d909a2aa08075afaee4a4 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Tue, 21 May 2024 11:44:11 -0400 Subject: [PATCH] Enable ROCm External CI pipeline triggers Change-Id: Ic025465136c9e8d36af5a67e9e0880671f59a329 --- .azuredevops/rocm-ci.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .azuredevops/rocm-ci.yml diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..27fd51a9ab --- /dev/null +++ b/.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