123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- presubmits:
- platform/go-common:
- - name: go-common-build-common
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-common
- 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
- - ci-bazel-build-common
- - name: go-common-build-infra
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-infra
- 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
- - ci-bazel-build-infra
- - name: go-common-build-tool
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-tool
- 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
- - ci-bazel-build-tool
- - name: go-common-build-live
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-live
- 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
- - ci-bazel-build-live
- - name: go-common-build-ep
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-ep
- 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
- - ci-bazel-build-ep
- - name: go-common-build-openplatform
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-openplatform
- 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
- - ci-bazel-build-openplatform
- - name: go-common-build-bbq
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-bbq
- 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
- - ci-bazel-build-bbq
- - name: go-common-build-video
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-video
- 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
- - ci-bazel-build-video
- - name: go-common-build-ops
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-ops
- 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
- - ci-bazel-build-ops
- - name: go-common-build-library
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-library
- 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
- - ci-bazel-build-library
- - name: go-common-build-service-main
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-service-main-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-service-main
- 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
- - ci-bazel-build-service-main
- - name: go-common-build-interface-main
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-interface-main-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-interface-main
- 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
- - ci-bazel-build-interface-main
- - name: go-common-build-job-main
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-job-main-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-job-main
- 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
- - ci-bazel-build-job-main
- - name: go-common-build-admin-main
- always_run: true
- namespace: default
- run_pr_pushed: true
- trusted_labels:
- - library
- - new-admin-main-project
- spec:
- containers:
- - image: bazel_build
- name: go-common-build-admin-main
- 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
- - ci-bazel-build-admin-main
|