From 40c9d3d7a20185f725ede3c11f52c5301e5833df Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Mon, 25 Nov 2024 00:16:11 -0500 Subject: [PATCH] SWDEV-458516 - External CI: Support commits on both staging and mainline Change-Id: I1970029bdd6469a7a79c28b63b451e8be462e142 [ROCm/clr commit: 31ee9f02ff29c450d42d9473767bd8349507817e] --- projects/clr/.azuredevops/rocm-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/.azuredevops/rocm-ci.yml b/projects/clr/.azuredevops/rocm-ci.yml index be63c060d4..f87dcac5fb 100644 --- a/projects/clr/.azuredevops/rocm-ci.yml +++ b/projects/clr/.azuredevops/rocm-ci.yml @@ -8,12 +8,12 @@ resources: type: github endpoint: ROCm name: ROCm/HIP - ref: amd-staging + ref: $(Build.SourceBranch) - repository: hipother_repo type: github endpoint: ROCm name: ROCm/hipother - ref: amd-staging + ref: $(Build.SourceBranch) pipelines: - pipeline: hip_pipeline source: \HIP