From efdb7181ff65670ff3cce30ed9f0b0b90cd5e17c Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com> Date: Tue, 21 May 2024 16:39:49 -0400 Subject: [PATCH] Enable external CI pipeline triggers (#361) --- .azuredevops/rocm-ci.yml | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 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 00000000..80cc1201 --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,48 @@ +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 + - .gitlab + - .jenkins + - docs + - '.*.y*ml' + - '*.md' + - LICENSE.txt + - NOTICES.txt + +pr: + autoCancel: true + branches: + include: + - develop + paths: + exclude: + - .githooks + - .github + - .gitlab + - .jenkins + - docs + - '.*.y*ml' + - '*.md' + - LICENSE.txt + - NOTICES.txt + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/hipCUB.yml@pipelines_repo