dfee7b6196
GitOrigin-RevId: b578e69f18a543889ded9c57a8f0dffacdb103d8
9 lines
321 B
YAML
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
|