mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-19 07:37:40 +00:00
Some checks failed
Post / coverage (push) Failing after 36m50s
Post / images (amd64) (push) Failing after 8m47s
Post / images (arm64) (push) Failing after 8m15s
Post / image manifest (push) Has been skipped
Post / trigger clusteradm e2e (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m8s
Close stale issues and PRs / stale (push) Successful in 50s
Signed-off-by: Wei Liu <liuweixa@redhat.com>
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'
|