Skip to content

Commit

Permalink
config/jobs: use k8s-release-dev in release-branch jobs
Browse files Browse the repository at this point in the history
jobs affected:
- periodic-kubernetes-bazel-build-1-19
- ci-kubernetes-bazel-build-1-19
- periodic-kubernetes-bazel-build-1-20
- ci-kubernetes-bazel-build-1-20
  • Loading branch information
spiffxp committed Jul 9, 2021
1 parent cd99151 commit b3aa427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ periodics:
--config=ci \
"--build=//... -//vendor/..." \
--release=//build/release-tars \
--gcs=gs://kubernetes-release-dev/ci-periodic \
--gcs=gs://k8s-release-dev/ci-periodic \
--version-suffix=-bazel
command:
- bash
Expand Down Expand Up @@ -712,7 +712,7 @@ postsubmits:
- --
- --build=//... -//vendor/...
- --release=//build/release-tars
- --gcs=gs://kubernetes-release-dev/ci
- --gcs=gs://k8s-release-dev/ci
- --version-suffix=-bazel
image: gcr.io/k8s-testimages/kubekins-e2e:v20210707-0f9c540-1.19
name: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ periodics:
--config=ci \
"--build=//... -//vendor/..." \
--release=//build/release-tars \
--gcs=gs://kubernetes-release-dev/ci-periodic \
--gcs=gs://k8s-release-dev/ci-periodic \
--version-suffix=-bazel
command:
- bash
Expand Down Expand Up @@ -711,7 +711,7 @@ postsubmits:
- --
- --build=//... -//vendor/...
- --release=//build/release-tars
- --gcs=gs://kubernetes-release-dev/ci
- --gcs=gs://k8s-release-dev/ci
- --version-suffix=-bazel
image: gcr.io/k8s-testimages/kubekins-e2e:v20210707-0f9c540-1.20
name: ""
Expand Down

0 comments on commit b3aa427

Please sign in to comment.