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 #28587

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.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion config/jobs/README.md
Expand Up @@ -136,7 +136,7 @@ periodics:
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
command:
- "./scripts/ci-aws-cred-test.sh"
```
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/cadvisor/cadvisor.yaml
Expand Up @@ -25,7 +25,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
args:
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/kubernetes"
Expand Down Expand Up @@ -56,7 +56,7 @@ periodics:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
args:
- --job=$(JOB_NAME)
- --root=/go/src
Expand Down
Expand Up @@ -16,7 +16,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
command:
- runner.sh
args:
Expand Down Expand Up @@ -53,7 +53,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
value: "true"
Expand Down Expand Up @@ -104,7 +104,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e-1-5
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
value: "true"
Expand Down Expand Up @@ -155,7 +155,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230127-9396ca613c-master
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230206-d33fd1807d-master
env:
- name: USE_TEST_INFRA_LOG_DUMPING
value: "true"
Expand Down