From 735771404005331d3dbfa74b807048190deaa807 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 20 Jun 2024 03:40:25 -0400 Subject: [PATCH] Enable external CI pipeline triggers Change-Id: Ifcde2c489e5057b6bc37b02156b6232c299e4808 [ROCm/hipother commit: a44a75a56d25589e8fd527914bd531b8cad6769a] --- projects/hipother/.azuredevops/rocm-ci.yml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 projects/hipother/.azuredevops/rocm-ci.yml diff --git a/projects/hipother/.azuredevops/rocm-ci.yml b/projects/hipother/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..4614fdcdf1 --- /dev/null +++ b/projects/hipother/.azuredevops/rocm-ci.yml @@ -0,0 +1,50 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + - repository: matching_repo + type: github + endpoint: ROCm + name: ROCm/clr + ref: amd-staging + - repository: hipother_repo + type: github + endpoint: ROCm + name: ROCm/hip # leverage HIP job that builds both AMD and NV backends + ref: amd-staging + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.github' + - CODEOWNERS + - LICENSE.txt + - '**/*.md' + +pr: + autoCancel: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.github' + - CODEOWNERS + - LICENSE.txt + - '**/*.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/HIP.yml@pipelines_repo