Skip to content

Commit

Permalink
Merge pull request #19855 from ameukam/migrate-job-pull-k8s-bazel-build
Browse files Browse the repository at this point in the history
Migrate pull-kubernetes-bazel-build to k8s-infra-prow-build
  • Loading branch information
k8s-ci-robot authored Nov 23, 2020
2 parents 2958353 + 8f96c29 commit 11ebb63
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ presubmits:
- always_run: true
branches:
- release-1.17
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1166,7 +1167,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 @@ -1357,6 +1357,7 @@ presubmits:
- always_run: true
branches:
- release-1.18
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1371,7 +1372,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 @@ -1298,6 +1298,7 @@ presubmits:
- always_run: true
branches:
- release-1.19
cluster: k8s-infra-prow-build
decorate: true
extra_refs:
- base_ref: master
Expand All @@ -1312,7 +1313,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

0 comments on commit 11ebb63

Please sign in to comment.