From 825b37f36742b9b57140a0f1597a20c2eacd1312 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 15 May 2024 12:53:43 -0500 Subject: [PATCH] Azure - Add rocm-ci.yml Change-Id: I1086884fe70081822a79d0e7a814ceb81813d62c Signed-off-by: Galantsev, Dmitrii [ROCm/amdsmi commit: a0bfa0e44eb357d3ffa67972394b414b6802a738] --- projects/amdsmi/.azuredevops/rocm-ci.yml | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 projects/amdsmi/.azuredevops/rocm-ci.yml diff --git a/projects/amdsmi/.azuredevops/rocm-ci.yml b/projects/amdsmi/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..0a5ee0c584 --- /dev/null +++ b/projects/amdsmi/.azuredevops/rocm-ci.yml @@ -0,0 +1,40 @@ +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: + - .github + - docs + - '.*.y*ml' + - '*.md' + - LICENSE + +pr: + autoCancel: true + branches: + include: + - develop + paths: + exclude: + - .github + - docs + - '.*.y*ml' + - '*.md' + - LICENSE + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/amdsmi.yml@pipelines_repo