From 001bc2dea718fe81fde092060b182313a8ec714f Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Mon, 25 Nov 2024 00:19:15 -0500 Subject: [PATCH] SWDEV-458516 - External CI: Support commits on both staging and mainline Change-Id: Ie256402db9c5f306eb1feb05a088fa9a5eab9e5f [ROCm/hipother commit: bceb8acbc4a46ccd964a59ef93036c79fa1eff2e] --- projects/hipother/.azuredevops/rocm-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hipother/.azuredevops/rocm-ci.yml b/projects/hipother/.azuredevops/rocm-ci.yml index 41901e3f01..0c2d620d7b 100644 --- a/projects/hipother/.azuredevops/rocm-ci.yml +++ b/projects/hipother/.azuredevops/rocm-ci.yml @@ -8,12 +8,12 @@ resources: type: github endpoint: ROCm name: ROCm/clr - ref: amd-staging + ref: $(Build.SourceBranch) - repository: hipother_repo type: github endpoint: ROCm name: ROCm/HIP # leverage HIP job that builds both AMD and NV backends - ref: amd-staging + ref: $(Build.SourceBranch) variables: - group: common