bb9769fb21
This loads in the known digests from Gold, starts the test harness (which runs the GMs using puppeteer) and then uses goldctl to upload the results to Gold when finished. This will fail (and should not be landed) until https://skia-review.googlesource.com/c/buildbot/+/328156 makes it into goldctl and the cipd build. Bug: skia:10812 Change-Id: I89e5cf188d8f2adeba4ff676525d9bfbdcb46d5a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/328380 Reviewed-by: Leandro Lovisolo <lovisolo@google.com> Reviewed-by: Eric Boren <borenet@google.com>
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"gs_bucket_gm": "skia-infra-gm",
|
|
"gold_hashes_url": "https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt",
|
|
"gs_bucket_nano": "skia-perf",
|
|
"gs_bucket_coverage": "skia-coverage",
|
|
"pool": "Skia",
|
|
"project": "skia",
|
|
"no_upload": [
|
|
"ASAN",
|
|
"AbandonGpuContext",
|
|
"Coverage",
|
|
"MSAN",
|
|
"OpenCL",
|
|
"SKQP",
|
|
"TSAN",
|
|
"Valgrind",
|
|
"WasmGMTests"
|
|
],
|
|
"service_account_canary": "skia-canary@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_compile": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_housekeeper": "skia-external-housekeeper@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_recreate_skps": "skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_upload_binary": "skia-external-binary-uploader@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_upload_gm": "skia-external-gm-uploader@skia-swarming-bots.iam.gserviceaccount.com",
|
|
"service_account_upload_nano": "skia-external-nano-uploader@skia-swarming-bots.iam.gserviceaccount.com"
|
|
}
|