From f4527ef98132b60424b453a2dd96e0df28c7a236 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 15 May 2024 18:03:27 -0400 Subject: [PATCH 1/2] Enable external CI pipeline triggers --- .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 From 59b3bff8a10fe30b07f465ba87f7c2e0a6e54687 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 18 Jul 2024 02:10:47 -0400 Subject: [PATCH 2/2] External CI: Add triggers for mainline branch --- .azuredevops/rocm-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index 80cc1201..e1d591bf 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .githooks @@ -31,6 +32,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .githooks