From 92d8dddb60c82bc13924ac129a1288345a535deb Mon Sep 17 00:00:00 2001 From: Daniel Su Date: Mon, 23 Sep 2024 12:28:23 -0400 Subject: [PATCH] External CI: enable CI triggers (#426) Signed-off-by: Daniel Su [ROCm/rocprofiler-compute commit: 7ff385a105422a3e8aa7ed8365976af8ffad0db8] --- .../.azuredevops/rocm-ci.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 projects/rocprofiler-compute/.azuredevops/rocm-ci.yml diff --git a/projects/rocprofiler-compute/.azuredevops/rocm-ci.yml b/projects/rocprofiler-compute/.azuredevops/rocm-ci.yml new file mode 100644 index 0000000000..dad6d85927 --- /dev/null +++ b/projects/rocprofiler-compute/.azuredevops/rocm-ci.yml @@ -0,0 +1,46 @@ +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' + - AUTHORS + - LICENSE + - VERSION + +pr: + autoCancel: true + branches: + include: + - amd-staging + - amd-mainline + paths: + exclude: + - .github + - docs + - '.*.y*ml' + - '*.md' + - AUTHORS + - LICENSE + - VERSION + drafts: false + +jobs: + - template: ${{ variables.CI_COMPONENT_PATH }}/omniperf.yml@pipelines_repo