From be31cca4dfff725c89898bcf541d55a226a41299 Mon Sep 17 00:00:00 2001 From: Joseph Macaranas Date: Thu, 22 Aug 2024 12:40:28 -0400 Subject: [PATCH] External CI: Add support for ROCR+Thunk combined repo. Change-Id: Ib2305d6ed81f29d146c73a4063e08671c8a8273a --- .azuredevops/rocm-ci.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index 8fd154c367..43d8301516 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -13,20 +13,26 @@ trigger: batch: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: + - .github + - LICENSE.txt - '*.md' pr: autoCancel: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: + - .github + - LICENSE.txt - '*.md' drafts: false jobs: - - template: ${{ variables.CI_COMPONENT_PATH }}/ROCT-Thunk-Interface.yml@pipelines_repo + - template: ${{ variables.CI_COMPONENT_PATH }}/ROCR-Runtime.yml@pipelines_repo