From f7dba2eb5c1d377dd90b5e261b1c769fe2fe59cf Mon Sep 17 00:00:00 2001 From: ammallya Date: Wed, 1 Oct 2025 09:57:44 -0700 Subject: [PATCH] Adding skip to docs paths (#1196) --- .azuredevops/rocm_ci_caller.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index 49dfa1e4de..54f0d5e345 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -58,6 +58,15 @@ jobs: if [[ "$file" == projects/clr/* || "$file" == projects/hip/* || "$file" == projects/hip-tests/* ]]; then WINDOWS_SKIP=false fi + if [[ "$file" == projects/hip/docs/* || \ + "$file" == projects/rdc/docs/* || \ + "$file" == projects/rocm-smi-lib/docs/* || \ + "$file" == projects/rocminfo/docs/* || \ + "$file" == projects/rocprofiler-compute/docs/* || \ + "$file" == projects/rocprofiler-systems/docs/* || \ + "$file" == projects/rocr-runtime/runtime/docs/* ]]; then + WINDOWS_SKIP=true + fi if [[ "$MATCH_FOUND" == true && "$WINDOWS_SKIP" == false ]]; then break fi