Skip to content

Commit

Permalink
Bumping k8s-testimages images and k8s-staging-test-infra images and t…
Browse files Browse the repository at this point in the history
…est-infra images

No gcr.io/k8s-testimages/ changes.

Multiple distinct gcr.io/k8s-staging-test-infra changes:

Commits | Dates | Images
--- | --- | ---
c920b4c...881e25d | 2021‑10‑01 → 2021‑10‑04 | bootstrap

No k8s.gcr.io/test-infra changes.
  • Loading branch information
Kubernetes Prow Robot authored and ci-robot committed Oct 4, 2021
1 parent 2d404a0 commit c561e0a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/jobs/cadvisor/cadvisor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
args:
- --repo=github.com/google/cadvisor
- --root=/go/src
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-release/kubernetes-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
command:
- runner.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable3
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable2
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-stable1
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ periodics:
- --allow-dup
- --extra-version-markers=k8s-beta
- --registry=gcr.io/kubernetes-ci-images
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
name: ""
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ periodics:
testgrid-tab-name: build-and-push-k8s-at-golang-tip
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
command:
- runner.sh
- /workspace/scenarios/execute.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ presubmits:
testgrid-tab-name: pull-perf-tests-util-images
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
- image: gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03
command:
- runner.sh
- /workspace/scenarios/execute.py
Expand Down
2 changes: 1 addition & 1 deletion images/kubekins-e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ARG OLD_BAZEL_VERSION
FROM launcher.gcr.io/google/bazel:${OLD_BAZEL_VERSION} as old
FROM gcr.io/k8s-staging-test-infra/bootstrap:v20211001-c920b4c552
FROM gcr.io/k8s-staging-test-infra/bootstrap:v20211004-881e25dc03

# hint to kubetest that it is in CI
ENV KUBETEST_IN_DOCKER="true"
Expand Down

0 comments on commit c561e0a

Please sign in to comment.