From 228cd05a720b4a486a5eaa94d507988711fb9db8 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Tue, 21 May 2024 11:36:17 -0400 Subject: [PATCH] Enable ROCm External CI pipeline triggers Change-Id: Ibb246bb12ed5b0d36447b7a310cff95ade359b78 --- .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 0000000..accd3da --- /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 + - README.md + +pr: + autoCancel: true + branches: + include: + - amd-master + - amd-staging + paths: + exclude: + - .github + - doc + - LICENSE + - README.md + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/roctracer.yml@pipelines_repo