skia2/infra/bots/cfg.json
Stephan Altmüller 64cc576b1f [infra] Make GS buckets for images and hash file URL configurable
This is necessary for lottie-ci so we can upload to different
buckets and fetch different hash files.

Bug: skia:
Change-Id: I98b4d551df34473e2b5fc04284b0de04fbc097f3
Reviewed-on: https://skia-review.googlesource.com/144840
Commit-Queue: Stephan Altmueller <stephana@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2018-08-02 07:17:21 +00:00

21 lines
435 B
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",
"no_upload": [
"ASAN",
"AbandonGpuContext",
"Coverage",
"MSAN",
"Metal",
"OpenCL",
"SKQP",
"TSAN",
"UBSAN",
"Valgrind"
]
}