Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate pull-kubernetes-bazel-build to k8s-infra-prow-build #19855

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ presubmits:
- always_run: true
branches:
- release-1.17
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1131,7 +1132,7 @@ presubmits:
- args:
- -c
- |
../test-infra/hack/bazel.sh build --config=remote --remote_instance_name=projects/k8s-prow-builds/instances/default_instance -- //... -//vendor/... -//build/... //build/release-tars
../test-infra/hack/bazel.sh build -- //... -//vendor/... -//build/... //build/release-tars
command:
- bash
image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:2.2.0-from-0.23.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ presubmits:
- always_run: true
branches:
- release-1.18
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1333,7 +1334,7 @@ presubmits:
- args:
- -c
- |
../test-infra/hack/bazel.sh build --config=remote --remote_instance_name=projects/k8s-prow-builds/instances/default_instance -- //... -//vendor/... -//build/... //build/release-tars
../test-infra/hack/bazel.sh build -- //... -//vendor/... -//build/... //build/release-tars
command:
- bash
image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:2.2.0-from-0.23.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ presubmits:
- always_run: true
branches:
- release-1.19
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1273,7 +1274,7 @@ presubmits:
- args:
- -c
- |
../test-infra/hack/bazel.sh build --config=remote --remote_instance_name=projects/k8s-prow-builds/instances/default_instance -- //... -//vendor/... -//build/... //build/release-tars
../test-infra/hack/bazel.sh build -- //... -//vendor/... -//build/... //build/release-tars
command:
- bash
image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:2.2.0-from-0.23.2
Expand Down
3 changes: 1 addition & 2 deletions config/jobs/kubernetes/sig-testing/bazel-build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-bazel-build
cluster: k8s-infra-prow-build
decorate: true
always_run: true
skip_branches:
Expand All @@ -24,8 +25,6 @@ presubmits:
- ../test-infra/hack/bazel.sh
args:
- build
- --config=remote
- --remote_instance_name=projects/k8s-prow-builds/instances/default_instance
- --
- //...
- -//vendor/...
Expand Down