Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: tools/dm_flags.py

Issue 1152003009: Stop running tiles_rt-gpu on the bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 22ec8da0fb63e8b0e4127a7f4599ec104f6784fa..fd945a5b546e85320417509ab9a595979b98da0b 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -62,7 +62,7 @@ def get_args(bot):
if 'NexusPlayer' not in bot:
configs.extend(mode + '-8888' for mode in
['serialize', 'tiles_rt', 'pipe'])
- configs.append('tiles_rt-gpu')
+
if 'ANGLE' in bot:
configs.append('angle')
args.append('--config')
@@ -141,10 +141,6 @@ def get_args(bot):
blacklist.extend('gpu image subset _ msaa image subset _'.split(' '))
blacklist.extend('msaa16 gm _ tilemodesProcess'.split(' '))
- if 'GalaxyS4' in bot:
- # This occasionally runs forever. skia:3802
- blacklist.extend('tiles_rt-gpu gm _ imagefilterscropped'.split(' '))
-
if blacklist:
args.append('--blacklist')
args.extend(blacklist)
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698