From c75ed97b6b64ae4f2a436a4988852b3408e60f3b Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 7 Aug 2024 03:51:27 -0400 Subject: [PATCH] SWDEV-458516 - External CI: Align with branch naming convention. Change-Id: I3f1fb1e2c2d32a22a144c5f85d1e34a7c95b29a6 --- .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 0000000000..cae1cdaf80 --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,48 @@ +resources: + repositories: + - repository: pipelines_repo + type: github + endpoint: ROCm + name: ROCm/ROCm + pipelines: + - pipeline: hip_pipeline + source: \HIP + trigger: + branches: + include: + - amd-staging + - amd-mainline + +variables: +- group: common +- template: /.azuredevops/variables-global.yml@pipelines_repo + +trigger: + batch: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.jenkins' + - CODEOWNERS + - LICENSE.txt + - '**/.md' + +pr: + autoCancel: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - '.jenkins' + - CODEOWNERS + - LICENSE.txt + - '**/.md' + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/hip-tests.yml@pipelines_repo