2024-11-05 19:21:09 -05:00
|
|
|
steps:
|
2025-04-24 08:59:35 -04:00
|
|
|
- name: 'gcr.io/cloud-builders/bazel:7.3.2'
|
2024-11-05 19:21:09 -05:00
|
|
|
entrypoint: bazel
|
|
|
|
|
args: ['build', '...']
|
|
|
|
|
id: bazel-build
|
|
|
|
|
waitFor: ['-']
|
|
|
|
|
timeout: 15m
|
|
|
|
|
options:
|
|
|
|
|
machineType: 'N1_HIGHCPU_32'
|