From 8a8813aa43210013d384312d6d058f8c1440fd38 Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Tue, 15 Oct 2024 15:48:33 -0400 Subject: [PATCH] External CI: enable Azure CI (#408) --- .azuredevops/rocm-ci.yml | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 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..ae8122ae --- /dev/null +++ b/.azuredevops/rocm-ci.yml @@ -0,0 +1,44 @@ +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: + - amd-staging + - amd-mainline + paths: + exclude: + - .github + - docs + - '.*.y*ml' + - '*.md' + - LICENSE + - VERSION + +pr: + autoCancel: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - .github + - docs + - '.*.y*ml' + - '*.md' + - LICENSE + - VERSION + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/omnitrace.yml@pipelines_repo