From 5dac731f29cd11f0fb5535f593717b1f30524caf Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 7 Aug 2024 03:45:15 -0400 Subject: [PATCH] SWDEV-458516 - External CI: Align with branch naming convention. Change-Id: Ie1d874742b804f02ceda68064fa54f5d59c092b7 [ROCm/clr commit: cd4ed0916b47d7b6a8e8d97bfcba6208ccbeddb8] --- projects/clr/.azuredevops/rocm-ci.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/projects/clr/.azuredevops/rocm-ci.yml b/projects/clr/.azuredevops/rocm-ci.yml index 7c7eaecd36..be63c060d4 100644 --- a/projects/clr/.azuredevops/rocm-ci.yml +++ b/projects/clr/.azuredevops/rocm-ci.yml @@ -8,25 +8,27 @@ resources: type: github endpoint: ROCm name: ROCm/HIP - ref: develop + ref: amd-staging - repository: hipother_repo type: github endpoint: ROCm name: ROCm/hipother - ref: develop + ref: amd-staging pipelines: - pipeline: hip_pipeline source: \HIP trigger: branches: include: - - develop + - amd-staging + - amd-mainline - pipeline: hipother_pipeline source: \hipother trigger: branches: include: - - develop + - amd-staging + - amd-mainline variables: - group: common @@ -36,7 +38,8 @@ trigger: batch: true branches: include: - - develop + - amd-staging + - amd-mainline paths: exclude: - CODEOWNERS @@ -47,7 +50,8 @@ pr: autoCancel: true branches: include: - - develop + - amd-staging + - amd-mainline paths: exclude: - CODEOWNERS