From 0706d918c892bc308d132c09c92d0f5e8045dfd5 Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Tue, 15 Oct 2024 16:42:56 -0400 Subject: [PATCH] External CI: enable CI triggers (#6) [ROCm/rocprofiler-systems commit: c16f57801ad83ca23bd0dd1895473592a54cc350] --- .../.azuredevops/rocm-ci.yml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 projects/rocprofiler-systems/.azuredevops/rocm-ci.yml diff --git a/projects/rocprofiler-systems/.azuredevops/rocm-ci.yml b/projects/rocprofiler-systems/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..1bac3aa31e --- /dev/null +++ b/projects/rocprofiler-systems/.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 }}/rocprofiler-systems.yml@pipelines_repo