Skip to content

Commit

Permalink
Migrate pull-kubernetes-bazel-build to k8s-infra-prow-build
Browse files Browse the repository at this point in the history
Part of kubernetes#19073
Ref: kubernetes#18550

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Nov 5, 2020
1 parent 8d58530 commit 8f96c29
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 @@ -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

0 comments on commit 8f96c29

Please sign in to comment.