From 8a893ea0b8883baa5af8155dcb4eb74d9d97c4d3 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Tue, 23 Apr 2024 20:58:41 -0400 Subject: [PATCH] Add support for external CI builds using Azure Pipelines Change-Id: I8f4de331f00317a959b86f7e5b7a1025ba03564b --- .azuredevops/rocm-ci.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..229f0d21c1 --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,32 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: External-CI-Token + name: ROCm/ROCm + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - master + paths: + exclude: + - '*.md' + +pr: + autoCancel: true + branches: + include: + - master + paths: + exclude: + - '*.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/ROCT-Thunk-Interface.yml@pipelines_repo