summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 55664c18..5faa1d03 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -652,17 +652,9 @@ No reason to rebase base-artifacts."
done < <(${rr[breakup_updated_components]})
elif ! [ $score -lt 0 ] 2>/dev/null; then
# Bisect failures in all steps after "-1" step.
- local baseline_rev cur_rev
- baseline_rev=$(git_rev_parse_long $single_component ${rr[baseline_branch]} baseline) &
- # Baseline branch may not exist, so don't fail if it's not found.
- wait $! || baseline_rev=""
+ local cur_rev
cur_rev=$(git -C $single_component rev-parse HEAD)
- if [ x"$baseline_rev" = x"$cur_rev" ]; then
- echo "WARNING: Detected regression with no change in sources of $single_component"
- false
- fi
-
cat > $trigger_dest/trigger-bisect <<EOF
current_project=$single_component
bad_url=${rr[${single_component}_url]}