68e470de86
Also, create and use new service account for the G3 compile bots. Interesting failure here refers to when the bot fails only because of test failures and not: * merge failures * unknown failure reasons (eg: some flaky timeouts from the script running in borg) * when the bot is not owned or approved by a Googler NoTry: true Bug: skia:9631 Change-Id: I964fd7874269116cca0e25d1b516283a00d5133f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/254278 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
28 lines
1.2 KiB
JSON
28 lines
1.2 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",
|
|
"gs_bucket_calm": "skia-calmbench",
|
|
"pool": "Skia",
|
|
"project": "skia",
|
|
"no_upload": [
|
|
"ASAN",
|
|
"AbandonGpuContext",
|
|
"Coverage",
|
|
"MSAN",
|
|
"OpenCL",
|
|
"SKQP",
|
|
"TSAN",
|
|
"UBSAN",
|
|
"Valgrind"
|
|
],
|
|
"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_calmbench": "skia-external-calmbench-upload@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"
|
|
}
|