aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-07-26 10:17:02 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-26 14:30:16 +0000
commitb5093bc9ede318fe9fc5d62142dd08da646ff370 (patch)
treeca9b9d4185b418716311b6a765389f544079d3e1 /infra/bots/recipes/test.py
parent01a9128a6f8e8a18cce11de2891f4b2052035f53 (diff)
[infra] Add Metal to no_upload.
In https://skia-review.googlesource.com/c/skia/+/143107, the Metal tasks were added with a whitelist of one unit test, so there are no Gold results to upload. Gold treats the empty results files as invalid, which generates Trooper alerts. No-Try: true Change-Id: Ifcdfccefb173c5cb970d60da5b7c3a89d6bc15db Reviewed-on: https://skia-review.googlesource.com/143500 Commit-Queue: Stephan Altmueller <stephana@google.com> Reviewed-by: Stephan Altmueller <stephana@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com> Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index d073f1e21e..994011c75d 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -812,6 +812,8 @@ def dm_flags(api, bot):
args.extend(blacklisted)
if 'Metal' in bot:
+ # If we modify the whitelist to include GMs, also update infra/bots/cfg.json
+ # to remove Metal from no_upload.
match = ['GrUploadPixelsTests']
if match: