depot/third_party/copybara/cloudbuild.yaml
Default email dfee7b6196 Project import generated by Copybara.
GitOrigin-RevId: b578e69f18a543889ded9c57a8f0dffacdb103d8
2020-05-15 16:19:19 -04:00

9 lines
321 B
YAML

# GCB configuration file
# To learn more about GCB, go to https://cloud.google.com/container-builder/docs/
steps:
- name: gcr.io/cloud-builders/bazel
entrypoint: "bash"
args: ["-c", "./cloudbuild.sh test ... --test_output=errors --sandbox_tmpfs_path=/tmp -j 1000"]
options:
machine_type: N1_HIGHCPU_32
timeout: 30m