diff options
author | Stephan Altmueller <stephana@google.com> | 2018-03-07 14:44:44 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-07 20:44:50 +0000 |
commit | 88df8d2e5a87df5605b1d5530408cc6f534d8feb (patch) | |
tree | 669d656f7b14912c621cfb6b5813e4c7092ffbb1 /infra/bots/isolate_gcloud_linux.isolate | |
parent | 5183e649efdcf4bf46a2883fdedec7a3b7e4fb0f (diff) |
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>
Diffstat (limited to 'infra/bots/isolate_gcloud_linux.isolate')
-rw-r--r-- | infra/bots/isolate_gcloud_linux.isolate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/bots/isolate_gcloud_linux.isolate b/infra/bots/isolate_gcloud_linux.isolate new file mode 100644 index 0000000000..028052e1ba --- /dev/null +++ b/infra/bots/isolate_gcloud_linux.isolate @@ -0,0 +1,7 @@ +{ + 'variables': { + 'command': [ + '/bin/cp', '-rL', 'gcloud_linux', '${ISOLATED_OUTDIR}', + ], + }, +} |