skia2/infra/bots/cfg.json
Ben Wagner b5093bc9ed [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>
2018-07-26 14:30:16 +00:00

20 lines
334 B
JSON

{
"gs_bucket_gm": "skia-infra-gm",
"gs_bucket_nano": "skia-perf",
"gs_bucket_coverage": "skia-coverage",
"gs_bucket_calm": "skia-calmbench",
"pool": "Skia",
"no_upload": [
"ASAN",
"AbandonGpuContext",
"Coverage",
"MSAN",
"Metal",
"OpenCL",
"SKQP",
"TSAN",
"UBSAN",
"Valgrind"
]
}