blob: 513b94825035747e883f7c81acf896c9623ea65f [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
"fuchsia/gcloud",
"fuchsia/status_check",
]
def RunSteps(api):
api.gcloud(
"alpha",
"remote-build-execution",
"worker-pools",
"list",
"--project=goma-fuchsia",
"--instance=default_instance",
)
api.gcloud("help")
api.gcloud.container_image_exists("gcr.io/goma_fuchsia/fuchsia_linux/base")
api.gcloud.patch_gcloud_invoker()
api.gcloud.patch_gcloud_invoker()
def GenTests(api):
yield api.status_check.test("example")