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

Unified Diff: infra/bots/recipes/swarm_test.py

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 years, 3 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
Index: infra/bots/recipes/swarm_test.py
diff --git a/infra/bots/recipes/swarm_test.py b/infra/bots/recipes/swarm_test.py
index d141fc869603ad70fd48e104c0b8e663bdb55531..82e5d3c59048cc8a439a76fcbc4be0f5691316fd 100644
--- a/infra/bots/recipes/swarm_test.py
+++ b/infra/bots/recipes/swarm_test.py
@@ -63,7 +63,7 @@ def dm_flags(bot):
# These are the canonical configs that we would ideally run on all bots. We
# may opt out or substitute some below for specific bots
- configs = ['565', '8888', 'gpu', 'gpusrgb', 'pdf']
+ configs = ['8888', 'gpu', 'gpusrgb', 'pdf']
# Add in either msaa4 or msaa16 to the canonical set of configs to run
if 'Android' in bot or 'iOS' in bot:
configs.append('msaa4')
@@ -85,6 +85,7 @@ def dm_flags(bot):
configs.remove('pdf')
if '-GCE-' in bot:
+ configs.extend(['565'])
configs.extend(['f16', 'srgb']) # Gamma-correct formats.
configs.extend(['sp-8888', '2ndpic-8888']) # Test niche uses of SkPicture.
configs.extend(['lite-8888']) # Experimental display list.

Powered by Google App Engine
This is Rietveld 408576698