From 88df8d2e5a87df5605b1d5530408cc6f534d8feb Mon Sep 17 00:00:00 2001 From: Stephan Altmueller Date: Wed, 7 Mar 2018 14:44:44 -0500 Subject: 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 Reviewed-by: Ben Wagner Commit-Queue: Stephan Altmueller --- infra/bots/isolate_gcloud_linux.isolate | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 infra/bots/isolate_gcloud_linux.isolate (limited to 'infra/bots/isolate_gcloud_linux.isolate') 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}', + ], + }, +} -- cgit v1.2.3