From 37f8da676a0cb577b2b01c1f514803b39df36941 Mon Sep 17 00:00:00 2001 From: ammallya Date: Fri, 12 Sep 2025 09:18:02 -0700 Subject: [PATCH] Change depth to 250 for large PRs (#972) --- .azuredevops/rocm_ci_caller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index ae721e8f69..537d2d8135 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -38,9 +38,9 @@ jobs: echo "shared/" >> .git/info/sparse-checkout git remote add origin https://github.com/$(REPOSITORY_NAME).git - git fetch --depth=50 origin $(BASE_REF) + git fetch --depth=250 origin $(BASE_REF) - git fetch --depth=50 origin $(HEAD_SHA) + git fetch --depth=250 origin $(HEAD_SHA) git checkout FETCH_HEAD