mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
10 lines
184 B
YAML
10 lines
184 B
YAML
|
steps:
|
||
|
- name: 'gcr.io/cloud-builders/bazel:7.0.1'
|
||
|
entrypoint: bazel
|
||
|
args: ['build', '...']
|
||
|
id: bazel-build
|
||
|
waitFor: ['-']
|
||
|
timeout: 15m
|
||
|
options:
|
||
|
machineType: 'N1_HIGHCPU_32'
|