blob: 8a8ea3763f6da001ad3b0814220d70c7d8ef195c (
plain)
1
2
3
4
5
6
7
8
9
|
steps:
- name: 'gcr.io/cloud-builders/bazel:6.4.0'
entrypoint: bazel
args: ['test', '--test_output=errors', '...']
id: bazel-test
waitFor: ['-']
timeout: 15m
options:
machineType: 'N1_HIGHCPU_32'
|