skia2/infra/bots/cfg.json
Stephan Altmueller 88df8d2e5a Test SKQP on Firebase Testlab and Upload
- adds building the testlab driver (run_testlab) as a separate step
- adds gcloud isolate necessary to run testlab
- adds Testlab support and uploading a verified AKP to GCS (with
  meta data attached).

Bug: skia:
Change-Id: I1bf265f46c99360eb3a9eb684886f93de48085fe
Reviewed-on: https://skia-review.googlesource.com/111603
Reviewed-by: Eric Boren <borenet@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Stephan Altmueller <stephana@google.com>
2018-03-07 20:44:50 +00:00

18 lines
307 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",
"Coverage",
"MSAN",
"TSAN",
"UBSAN",
"Valgrind",
"AbandonGpuContext",
"SKQP"
]
}