From 48eab712140046d4bedf0619d5b6a184ca180bd4 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 7 Aug 2024 03:40:31 -0400 Subject: [PATCH] SWDEV-458516 - External CI: Align with branch naming convention. Change-Id: I1546a601b49f84bd24837e03f9350dc7d35af510 --- .azuredevops/rocm-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index b433e7a34d..a377ba2d3d 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -8,12 +8,12 @@ resources: type: github endpoint: ROCm name: ROCm/clr - ref: develop + ref: amd-staging - repository: hipother_repo type: github endpoint: ROCm name: ROCm/hipother - ref: develop + ref: amd-staging pipelines: - pipeline: rocr-runtime_pipeline source: \ROCR-Runtime @@ -26,6 +26,7 @@ resources: trigger: branches: include: + - amd-staging - amd-mainline variables: @@ -36,7 +37,8 @@ trigger: batch: true branches: include: - - develop + - amd-staging + - amd-mainline paths: exclude: - docs @@ -53,7 +55,8 @@ pr: autoCancel: true branches: include: - - develop + - amd-staging + - amd-mainline paths: exclude: - docs