From 31ee9f02ff29c450d42d9473767bd8349507817e 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 --- .azuredevops/rocm-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index be63c060d4..f87dcac5fb 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.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