You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
530 B
22 lines
530 B
presubmits: |
|
platform/go-common: |
|
- name: __bazel_build_job_name__ |
|
always_run: true |
|
namespace: default |
|
untrusted_labels: |
|
- library |
|
- new-project |
|
spec: |
|
containers: |
|
- image: bazel_build |
|
imagePullPolicy: IfNotPresent |
|
args: |
|
- --id=$(BUILD_ID) |
|
- --job=$(JOB_NAME) |
|
- --root=/root/go/src |
|
- --repo=git.bilibili.co/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS) |
|
- --command |
|
- make |
|
- bazel-build |
|
- WHAT=<<bazel_dir_param>> |
|
|