mirror of
https://github.com/openshift/image-registry.git
synced 2026-02-05 09:45:55 +01:00
the ciphers validation process hass been completely refactored since the previou version.
10 lines
184 B
YAML
10 lines
184 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/bazel:7.3.2'
|
|
entrypoint: bazel
|
|
args: ['build', '...']
|
|
id: bazel-build
|
|
waitFor: ['-']
|
|
timeout: 15m
|
|
options:
|
|
machineType: 'N1_HIGHCPU_32'
|