Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/auto_parallel/ci_auto_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ for element in "${target_lists_for_semi_auto_ci[@]}";do
fi
count=$((count+1))
done
# get the location of "test/collective/fleet" in target_lists_for_dygraph_ci
# get the location of "test/collective/hybrid_strategy" in target_lists_for_dygraph_ci
count=0
for element in "${target_lists_for_dygraph_ci[@]}";do
if [[ "$element" == "test/collective/fleet" ]]; then
if [[ "$element" == "test/collective/hybrid_strategy" ]]; then
test_dygraph_num=$count
break
fi
Expand Down