Skip to content

Commit

Permalink
Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
yutongzhang-microsoft committed Dec 11, 2024
1 parent 49019cd commit c9d0353
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 245 deletions.
11 changes: 3 additions & 8 deletions .azure-pipelines/impacted_area_testing/get-impacted-area.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ steps:
sudo apt-get install -y jq
FINAL_FEATURES=""
echo "$(DIFF_FOLDERS)"
IFS=' ' read -ra FEATURES_LIST <<< "$(DIFF_FOLDERS)"
for FEATURE in "${FEATURES_LIST[@]}"
do
Expand All @@ -44,15 +43,11 @@ steps:
FINAL_FEATURES="$FINAL_FEATURES,${FEATURE#tests/}"
fi
# Just for test
elif [[ "$FEATURE" == *azure-pipelines* ]]; then
continue
# If changes related to other folders excpet tests, we also consider them as common part.
# The scope of PR testing is all test scripts.
# else
# FINAL_FEATURES=""
# break
else
FINAL_FEATURES=""
break
fi
done
Expand Down
Loading

0 comments on commit c9d0353

Please sign in to comment.