[roll-dep] Allow logs in ANGLE rolls

This is hampering Skia's ability to easily diagnose failures introduced
by ANGLE rolls.

Bug:skia:6998
Change-Id: I646200b691be0a07051e9ae1f7feaf2cd1c0671a
Reviewed-on: https://chromium-review.googlesource.com/638070
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Eric Boren <borenet@chromium.org>
changes/70/638070/2
Eric Boren 8 years ago committed by Commit Bot
parent 03293e8d1f
commit 07efc5a757

@ -61,9 +61,7 @@ def get_log_url(upstream_url, head, master):
def should_show_log(upstream_url):
"""Returns True if a short log should be included in the tree."""
# Skip logs for very active projects.
if upstream_url.endswith((
'/angle/angle.git',
'/v8/v8.git')):
if upstream_url.endswith('/v8/v8.git'):
return False
if 'webrtc' in upstream_url:
return False

Loading…
Cancel
Save