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

Update k8s-staging-test-infra images as needed #23887

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
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was already done by #23886


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