aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/cfg.json
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/cfg.json
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/cfg.json')
-rw-r--r--infra/bots/cfg.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/infra/bots/cfg.json b/infra/bots/cfg.json
index a4eb77ae76..f5cf335b02 100644
--- a/infra/bots/cfg.json
+++ b/infra/bots/cfg.json
@@ -6,13 +6,14 @@
"pool": "Skia",
"no_upload": [
"ASAN",
+ "AbandonGpuContext",
"Coverage",
"MSAN",
+ "Metal",
"OpenCL",
+ "SKQP",
"TSAN",
"UBSAN",
- "Valgrind",
- "AbandonGpuContext",
- "SKQP"
+ "Valgrind"
]
}