From 7e3d58023912cbdc3ba6605ecbb6d69b6260cf02 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 13:46:06 -0700 Subject: [PATCH 1/9] config/jobs: use k8s-staging-test-infra/bigquery image affects: - metrics-kettle - metrics-bigquery --- config/jobs/kubernetes/test-infra/test-infra-periodics.yaml | 2 +- .../wg-k8s-infra/trusted/wg-k8s-infra-test-infra.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml b/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml index 7c91cc9c4cfe..f7992a097f0d 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-periodics.yaml @@ -31,7 +31,7 @@ periodics: interval: 1h spec: containers: - - image: gcr.io/k8s-testimages/bigquery:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bigquery:v20210913-fc7c4e84f6 args: - --scenario=execute - -- diff --git a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-test-infra.yaml b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-test-infra.yaml index 54dd145c5e1c..cd6888ee85a3 100644 --- a/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-test-infra.yaml +++ b/config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-test-infra.yaml @@ -53,7 +53,7 @@ periodics: spec: serviceAccountName: k8s-metrics containers: - - image: gcr.io/k8s-testimages/bigquery:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bigquery:v20210913-fc7c4e84f6 args: - ./metrics/bigquery.py - --bucket=gs://k8s-metrics From 5a1eb99c5b2fd6f1006ba63bbaf012327d8c03ad Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 13:50:53 -0700 Subject: [PATCH 2/9] config/jobs: use k8s-staging-test-infra/bootstrap affected jobs: - ci-cadvisor-canarypush - pull-kubernetes-cross - ci-kubernetes-build-1-19-deprecated - ci-kubernetes-build-1-20-deprecated - ci-kubernetes-build-deprecated-1-21 - ci-kubernetes-build-deprecated-1-22 - ci-build-and-push-k8s-at-golang-tip - ci-build-and-push-k8s-at-golang-tip-canary - pull-perf-tests-util-images affected images: - kubekins-e2e (when rebuilt) --- config/jobs/cadvisor/cadvisor.yaml | 2 +- config/jobs/kubernetes/sig-release/kubernetes-builds.yaml | 2 +- .../jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml | 2 +- .../jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml | 2 +- .../jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml | 2 +- .../jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml | 2 +- .../jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml | 2 +- .../sig-scalability/sig-scalability-presubmit-jobs.yaml | 2 +- .../jobs/kubernetes/wg-k8s-infra/canaries/sig-scalability.yaml | 2 +- images/kubekins-e2e/Dockerfile | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/jobs/cadvisor/cadvisor.yaml b/config/jobs/cadvisor/cadvisor.yaml index c8b0c0080f72..e7e3805648ed 100644 --- a/config/jobs/cadvisor/cadvisor.yaml +++ b/config/jobs/cadvisor/cadvisor.yaml @@ -57,7 +57,7 @@ periodics: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 args: - --repo=github.com/google/cadvisor - --root=/go/src diff --git a/config/jobs/kubernetes/sig-release/kubernetes-builds.yaml b/config/jobs/kubernetes/sig-release/kubernetes-builds.yaml index e191f2d50d06..05d828623272 100644 --- a/config/jobs/kubernetes/sig-release/kubernetes-builds.yaml +++ b/config/jobs/kubernetes/sig-release/kubernetes-builds.yaml @@ -8,7 +8,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 command: - runner.sh args: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml index 26b8451c2780..954f4f5314ab 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml @@ -221,7 +221,7 @@ periodics: - --allow-dup - --extra-version-markers=k8s-stable3 - --registry=gcr.io/kubernetes-ci-images - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml index d81db690938d..0a19439ca850 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml @@ -220,7 +220,7 @@ periodics: - --allow-dup - --extra-version-markers=k8s-stable2 - --registry=gcr.io/kubernetes-ci-images - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml index f5d1aeb2a690..2b00b0aa0fcc 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml @@ -222,7 +222,7 @@ periodics: - --allow-dup - --extra-version-markers=k8s-stable1 - --registry=gcr.io/kubernetes-ci-images - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml index 2c31eb8c770d..8686af71176c 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml @@ -222,7 +222,7 @@ periodics: - --allow-dup - --extra-version-markers=k8s-beta - --registry=gcr.io/kubernetes-ci-images - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml b/config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml index 520d2a5b3c34..cf912bdf4fa8 100644 --- a/config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml +++ b/config/jobs/kubernetes/sig-scalability/sig-scalability-golang.yaml @@ -34,7 +34,7 @@ periodics: testgrid-tab-name: build-and-push-k8s-at-golang-tip spec: containers: - - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 command: - runner.sh - /workspace/scenarios/execute.py diff --git a/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml b/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml index 620e1495870d..286dbbdb6740 100644 --- a/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml +++ b/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml @@ -622,7 +622,7 @@ presubmits: testgrid-tab-name: pull-perf-tests-util-images spec: containers: - - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 command: - runner.sh - /workspace/scenarios/execute.py diff --git a/config/jobs/kubernetes/wg-k8s-infra/canaries/sig-scalability.yaml b/config/jobs/kubernetes/wg-k8s-infra/canaries/sig-scalability.yaml index 32e4beef9cfd..3ad4bee914f2 100644 --- a/config/jobs/kubernetes/wg-k8s-infra/canaries/sig-scalability.yaml +++ b/config/jobs/kubernetes/wg-k8s-infra/canaries/sig-scalability.yaml @@ -405,7 +405,7 @@ periodics: testgrid-tab-name: build-and-push-k8s-at-golang-tip-canary spec: containers: - - image: gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-testimages/bootstrap:v20210913-fc7c4e84f6 command: - runner.sh - bash diff --git a/images/kubekins-e2e/Dockerfile b/images/kubekins-e2e/Dockerfile index 2d97cb2267cd..ce6e8ab27dd4 100644 --- a/images/kubekins-e2e/Dockerfile +++ b/images/kubekins-e2e/Dockerfile @@ -17,7 +17,7 @@ ARG OLD_BAZEL_VERSION FROM launcher.gcr.io/google/bazel:${OLD_BAZEL_VERSION} as old -FROM gcr.io/k8s-testimages/bootstrap:v20210910-b5a7cb2 +FROM gcr.io/k8s-staging-test-infra/bootstrap:v20210913-fc7c4e84f6 # hint to kubetest that it is in CI ENV KUBETEST_IN_DOCKER="true" From 7e817592660a69f57b9e741fef6d50a23576dfc5 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 13:58:15 -0700 Subject: [PATCH 3/9] config/jobs: use k8s-staging-test-infra/gcloud-in-go --- .../gcp-filestore-csi-driver-config.yaml | 8 ++++---- .../kubernetes-sigs/kube-batch/kube-batch-config.yaml | 2 +- config/jobs/kubernetes-sigs/poseidon/poseidon-config.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/jobs/kubernetes-sigs/gcp-filestore-csi-driver/gcp-filestore-csi-driver-config.yaml b/config/jobs/kubernetes-sigs/gcp-filestore-csi-driver/gcp-filestore-csi-driver-config.yaml index 4aacf0fb8b8c..ee55b03b6b08 100644 --- a/config/jobs/kubernetes-sigs/gcp-filestore-csi-driver/gcp-filestore-csi-driver-config.yaml +++ b/config/jobs/kubernetes-sigs/gcp-filestore-csi-driver/gcp-filestore-csi-driver-config.yaml @@ -7,7 +7,7 @@ presubmits: preset-k8s-ssh: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" @@ -26,7 +26,7 @@ presubmits: preset-service-account: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" @@ -42,7 +42,7 @@ presubmits: preset-service-account: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" @@ -58,7 +58,7 @@ presubmits: preset-service-account: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=sigs.k8s.io/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" diff --git a/config/jobs/kubernetes-sigs/kube-batch/kube-batch-config.yaml b/config/jobs/kubernetes-sigs/kube-batch/kube-batch-config.yaml index 2fbf2736c462..61657a9db1cb 100644 --- a/config/jobs/kubernetes-sigs/kube-batch/kube-batch-config.yaml +++ b/config/jobs/kubernetes-sigs/kube-batch/kube-batch-config.yaml @@ -8,7 +8,7 @@ presubmits: preset-service-account: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" diff --git a/config/jobs/kubernetes-sigs/poseidon/poseidon-config.yaml b/config/jobs/kubernetes-sigs/poseidon/poseidon-config.yaml index f37356fd4454..e392efa2701d 100644 --- a/config/jobs/kubernetes-sigs/poseidon/poseidon-config.yaml +++ b/config/jobs/kubernetes-sigs/poseidon/poseidon-config.yaml @@ -67,7 +67,7 @@ presubmits: preset-service-account: "true" spec: containers: - - image: gcr.io/k8s-testimages/gcloud-in-go:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/gcloud-in-go:v20210913-fc7c4e84f6 args: - "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)" - "--root=/go/src" From 3b2a155298c2735ea6fb802ef53b9db69d05c495 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 14:07:12 -0700 Subject: [PATCH 4/9] config/jobs: remove outdated gcloud-in-go reference in README pull-kubernetes-verify now uses regular golang, not gcloud-in-go --- config/jobs/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/jobs/README.md b/config/jobs/README.md index 39dc3b2e35ff..fe25e1179603 100644 --- a/config/jobs/README.md +++ b/config/jobs/README.md @@ -42,10 +42,7 @@ than needed, and will be periodically bumped by PRs. These are sources of technical debt that are often not very well maintained. Use at your own risk, eg: -- [pull-community-verify] uses `gcr.io/k8s-testimages/gcloud-in-go:v20190125` - to run `make verify`, which ends up invoking some `bash` scripts, which use - commands like `git` and `go`. The `gcloud` dependency is not needed at all. -- [periodic-kubernetes-e2e-packages-pushed] uses `gcr.io/k8s-testimages/kubekins:latest-master` +- [periodic-kubernetes-e2e-packages-pushed] uses `gcr.io/k8s-staging-test-infra/kubekins:latest-master` to run `./tests/e2e/packages/verify_packages_published.sh` which ends up running `apt-get` and `yum` commands. Perhaps a `debian` image would be better. From 7b2b88848fcf83639cf8a9ea3a71941e522543f9 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 14:12:14 -0700 Subject: [PATCH 5/9] config/jobs: use k8s-staging-test-infra/image-builder --- config/jobs/image-pushing/README.md | 2 +- .../k8s-staging-apiserver-network-proxy.yaml | 2 +- .../image-pushing/k8s-staging-apisnoop.yaml | 4 +- .../image-pushing/k8s-staging-boskos.yaml | 2 +- .../k8s-staging-cloud-provider-aws.yaml | 6 +- .../k8s-staging-cloud-provider-gcp.yaml | 4 +- .../k8s-staging-cluster-addons.yaml | 2 +- .../k8s-staging-cluster-api.yaml | 24 +++---- .../image-pushing/k8s-staging-cri-tools.yaml | 2 +- .../k8s-staging-csi-secrets-store.yaml | 2 +- .../k8s-staging-descheduler.yaml | 2 +- .../jobs/image-pushing/k8s-staging-dns.yaml | 2 +- .../k8s-staging-e2e-test-images.sh | 4 +- .../k8s-staging-e2e-test-images.yaml | 72 +++++++++---------- .../image-pushing/k8s-staging-etcdadm.yaml | 2 +- .../k8s-staging-external-dns.yaml | 2 +- .../k8s-staging-gateway-api.yaml | 2 +- .../k8s-staging-infra-tools.yaml | 4 +- ...taging-ingress-controller-conformance.yaml | 6 +- .../k8s-staging-ingress-nginx.yaml | 24 +++---- .../k8s-staging-k8s-gsm-tools.yaml | 2 +- .../jobs/image-pushing/k8s-staging-kind.yaml | 2 +- .../jobs/image-pushing/k8s-staging-kops.yaml | 2 +- .../k8s-staging-kube-state-metrics.yaml | 2 +- .../image-pushing/k8s-staging-kubetest2.yaml | 2 +- .../image-pushing/k8s-staging-kustomize.yaml | 2 +- .../k8s-staging-metrics-server.yaml | 2 +- .../k8s-staging-multitenancy.yaml | 2 +- .../k8s-staging-nfd-operator.yaml | 2 +- .../jobs/image-pushing/k8s-staging-nfd.yaml | 2 +- .../k8s-staging-node-problem-detector.yaml | 2 +- .../k8s-staging-prometheus-adapter.yaml | 2 +- .../k8s-staging-provider-azure.yaml | 2 +- .../k8s-staging-scheduler-plugins.yaml | 2 +- .../k8s-staging-seccomp-operator.yaml | 2 +- .../image-pushing/k8s-staging-sig-docs.yaml | 2 +- .../image-pushing/k8s-staging-sig-storage.sh | 4 +- .../k8s-staging-sig-storage.yaml | 72 +++++++++---------- .../k8s-staging-slack-infra.yaml | 2 +- .../k8s-staging-storage-migrator.yaml | 2 +- .../image-pushing/k8s-staging-test-infra.yaml | 16 ++--- .../releng/k8s-staging-artifact-promoter.yaml | 4 +- .../releng/k8s-staging-build-image.yaml | 10 +-- .../releng/k8s-staging-kubernetes.yaml | 4 +- .../releng/k8s-staging-releng.yaml | 8 +-- .../kubernetes/release/release-config.yaml | 18 ++--- .../cip/container-image-promoter.yaml | 2 +- config/tests/jobs/jobs_test.go | 4 +- 48 files changed, 174 insertions(+), 174 deletions(-) diff --git a/config/jobs/image-pushing/README.md b/config/jobs/image-pushing/README.md index 9d6d30274fbd..a571d2810a9b 100644 --- a/config/jobs/image-pushing/README.md +++ b/config/jobs/image-pushing/README.md @@ -142,7 +142,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20190906-d5d7ce3 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-apiserver-network-proxy.yaml b/config/jobs/image-pushing/k8s-staging-apiserver-network-proxy.yaml index 0ee418125ff2..ef5b021839b1 100644 --- a/config/jobs/image-pushing/k8s-staging-apiserver-network-proxy.yaml +++ b/config/jobs/image-pushing/k8s-staging-apiserver-network-proxy.yaml @@ -12,7 +12,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-apisnoop.yaml b/config/jobs/image-pushing/k8s-staging-apisnoop.yaml index 991f2293165d..6d6fbc4defa5 100644 --- a/config/jobs/image-pushing/k8s-staging-apisnoop.yaml +++ b/config/jobs/image-pushing/k8s-staging-apisnoop.yaml @@ -13,7 +13,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -35,7 +35,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-boskos.yaml b/config/jobs/image-pushing/k8s-staging-boskos.yaml index b8bb27b25566..6fc5bb1706a2 100644 --- a/config/jobs/image-pushing/k8s-staging-boskos.yaml +++ b/config/jobs/image-pushing/k8s-staging-boskos.yaml @@ -10,7 +10,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-cloud-provider-aws.yaml b/config/jobs/image-pushing/k8s-staging-cloud-provider-aws.yaml index ff715125b49c..a826238239e1 100644 --- a/config/jobs/image-pushing/k8s-staging-cloud-provider-aws.yaml +++ b/config/jobs/image-pushing/k8s-staging-cloud-provider-aws.yaml @@ -19,7 +19,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -50,7 +50,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -80,7 +80,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-cloud-provider-gcp.yaml b/config/jobs/image-pushing/k8s-staging-cloud-provider-gcp.yaml index 4dedf7289861..457c182a1945 100644 --- a/config/jobs/image-pushing/k8s-staging-cloud-provider-gcp.yaml +++ b/config/jobs/image-pushing/k8s-staging-cloud-provider-gcp.yaml @@ -18,7 +18,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -48,7 +48,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-cluster-addons.yaml b/config/jobs/image-pushing/k8s-staging-cluster-addons.yaml index fcb5314c4443..878479f8f5b4 100644 --- a/config/jobs/image-pushing/k8s-staging-cluster-addons.yaml +++ b/config/jobs/image-pushing/k8s-staging-cluster-addons.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-cluster-api.yaml b/config/jobs/image-pushing/k8s-staging-cluster-api.yaml index 654a8b04e384..492d823da69c 100644 --- a/config/jobs/image-pushing/k8s-staging-cluster-api.yaml +++ b/config/jobs/image-pushing/k8s-staging-cluster-api.yaml @@ -15,7 +15,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -39,7 +39,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -64,7 +64,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -88,7 +88,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -112,7 +112,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -136,7 +136,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -160,7 +160,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -183,7 +183,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -214,7 +214,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -237,7 +237,7 @@ periodics: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -269,7 +269,7 @@ periodics: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -301,7 +301,7 @@ periodics: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-cri-tools.yaml b/config/jobs/image-pushing/k8s-staging-cri-tools.yaml index eb09c31000af..b213705a1638 100644 --- a/config/jobs/image-pushing/k8s-staging-cri-tools.yaml +++ b/config/jobs/image-pushing/k8s-staging-cri-tools.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-csi-secrets-store.yaml b/config/jobs/image-pushing/k8s-staging-csi-secrets-store.yaml index f652a8de48d8..a7868ac46d4e 100644 --- a/config/jobs/image-pushing/k8s-staging-csi-secrets-store.yaml +++ b/config/jobs/image-pushing/k8s-staging-csi-secrets-store.yaml @@ -20,7 +20,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-descheduler.yaml b/config/jobs/image-pushing/k8s-staging-descheduler.yaml index 07797adc1d86..d7f6ce08700c 100644 --- a/config/jobs/image-pushing/k8s-staging-descheduler.yaml +++ b/config/jobs/image-pushing/k8s-staging-descheduler.yaml @@ -17,7 +17,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-dns.yaml b/config/jobs/image-pushing/k8s-staging-dns.yaml index f8e2dfd8576b..46a7dae197e9 100644 --- a/config/jobs/image-pushing/k8s-staging-dns.yaml +++ b/config/jobs/image-pushing/k8s-staging-dns.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-e2e-test-images.sh b/config/jobs/image-pushing/k8s-staging-e2e-test-images.sh index 31f93fa04c49..563839931338 100755 --- a/config/jobs/image-pushing/k8s-staging-e2e-test-images.sh +++ b/config/jobs/image-pushing/k8s-staging-e2e-test-images.sh @@ -85,7 +85,7 @@ for image in "${IMAGES[@]}"; do spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -141,7 +141,7 @@ periodics: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml b/config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml index 5d495aa36d7b..12871b55941a 100644 --- a/config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml +++ b/config/jobs/image-pushing/k8s-staging-e2e-test-images.yaml @@ -24,7 +24,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -63,7 +63,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -102,7 +102,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -141,7 +141,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -180,7 +180,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -219,7 +219,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -258,7 +258,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -297,7 +297,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -336,7 +336,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -375,7 +375,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -414,7 +414,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -453,7 +453,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -492,7 +492,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -531,7 +531,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -570,7 +570,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -609,7 +609,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -648,7 +648,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -687,7 +687,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -726,7 +726,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -765,7 +765,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -804,7 +804,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -843,7 +843,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -882,7 +882,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -921,7 +921,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -960,7 +960,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -999,7 +999,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1038,7 +1038,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1077,7 +1077,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1116,7 +1116,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1155,7 +1155,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1194,7 +1194,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1233,7 +1233,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1272,7 +1272,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1311,7 +1311,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1350,7 +1350,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -1402,7 +1402,7 @@ periodics: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-etcdadm.yaml b/config/jobs/image-pushing/k8s-staging-etcdadm.yaml index f3b76ac662ec..842680688bea 100644 --- a/config/jobs/image-pushing/k8s-staging-etcdadm.yaml +++ b/config/jobs/image-pushing/k8s-staging-etcdadm.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-external-dns.yaml b/config/jobs/image-pushing/k8s-staging-external-dns.yaml index 69bf36556b58..5206371e379a 100644 --- a/config/jobs/image-pushing/k8s-staging-external-dns.yaml +++ b/config/jobs/image-pushing/k8s-staging-external-dns.yaml @@ -13,7 +13,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-gateway-api.yaml b/config/jobs/image-pushing/k8s-staging-gateway-api.yaml index 1bc7a8db44a2..a1e6d4f10d7d 100644 --- a/config/jobs/image-pushing/k8s-staging-gateway-api.yaml +++ b/config/jobs/image-pushing/k8s-staging-gateway-api.yaml @@ -12,7 +12,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-infra-tools.yaml b/config/jobs/image-pushing/k8s-staging-infra-tools.yaml index 7b551ce8b65e..f52306a2abb3 100644 --- a/config/jobs/image-pushing/k8s-staging-infra-tools.yaml +++ b/config/jobs/image-pushing/k8s-staging-infra-tools.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -32,7 +32,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml b/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml index 1088672bf309..a9180601e7db 100644 --- a/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml +++ b/config/jobs/image-pushing/k8s-staging-ingress-controller-conformance.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -31,7 +31,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -50,7 +50,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml b/config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml index 1aac9dc9cb79..b4240a52e5e0 100644 --- a/config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml +++ b/config/jobs/image-pushing/k8s-staging-ingress-nginx.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -35,7 +35,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -55,7 +55,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -75,7 +75,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -96,7 +96,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -116,7 +116,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -136,7 +136,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -156,7 +156,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -176,7 +176,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -196,7 +196,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -216,7 +216,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -236,7 +236,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-k8s-gsm-tools.yaml b/config/jobs/image-pushing/k8s-staging-k8s-gsm-tools.yaml index e4f56b3b2e23..26d528fe7da8 100644 --- a/config/jobs/image-pushing/k8s-staging-k8s-gsm-tools.yaml +++ b/config/jobs/image-pushing/k8s-staging-k8s-gsm-tools.yaml @@ -9,7 +9,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-kind.yaml b/config/jobs/image-pushing/k8s-staging-kind.yaml index d2c58b2aad28..fb4511a19aeb 100644 --- a/config/jobs/image-pushing/k8s-staging-kind.yaml +++ b/config/jobs/image-pushing/k8s-staging-kind.yaml @@ -10,7 +10,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-kops.yaml b/config/jobs/image-pushing/k8s-staging-kops.yaml index fe822827f7b6..a1f85f0ca84e 100644 --- a/config/jobs/image-pushing/k8s-staging-kops.yaml +++ b/config/jobs/image-pushing/k8s-staging-kops.yaml @@ -20,7 +20,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-kube-state-metrics.yaml b/config/jobs/image-pushing/k8s-staging-kube-state-metrics.yaml index 21ebda9071df..5fc934d5c621 100644 --- a/config/jobs/image-pushing/k8s-staging-kube-state-metrics.yaml +++ b/config/jobs/image-pushing/k8s-staging-kube-state-metrics.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-kubetest2.yaml b/config/jobs/image-pushing/k8s-staging-kubetest2.yaml index d6fc773182ad..face4eb55caa 100644 --- a/config/jobs/image-pushing/k8s-staging-kubetest2.yaml +++ b/config/jobs/image-pushing/k8s-staging-kubetest2.yaml @@ -10,7 +10,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-kustomize.yaml b/config/jobs/image-pushing/k8s-staging-kustomize.yaml index 6e271b57352d..a374f2293150 100644 --- a/config/jobs/image-pushing/k8s-staging-kustomize.yaml +++ b/config/jobs/image-pushing/k8s-staging-kustomize.yaml @@ -23,7 +23,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-metrics-server.yaml b/config/jobs/image-pushing/k8s-staging-metrics-server.yaml index bb459ffea9dc..3117299c9cfd 100644 --- a/config/jobs/image-pushing/k8s-staging-metrics-server.yaml +++ b/config/jobs/image-pushing/k8s-staging-metrics-server.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-multitenancy.yaml b/config/jobs/image-pushing/k8s-staging-multitenancy.yaml index bbb72f314e60..8fb2b418e536 100644 --- a/config/jobs/image-pushing/k8s-staging-multitenancy.yaml +++ b/config/jobs/image-pushing/k8s-staging-multitenancy.yaml @@ -10,7 +10,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-nfd-operator.yaml b/config/jobs/image-pushing/k8s-staging-nfd-operator.yaml index 9d5efc457116..036ad11a2981 100644 --- a/config/jobs/image-pushing/k8s-staging-nfd-operator.yaml +++ b/config/jobs/image-pushing/k8s-staging-nfd-operator.yaml @@ -22,7 +22,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-nfd.yaml b/config/jobs/image-pushing/k8s-staging-nfd.yaml index 2a56c5c2fb6f..3d69b5e2722b 100644 --- a/config/jobs/image-pushing/k8s-staging-nfd.yaml +++ b/config/jobs/image-pushing/k8s-staging-nfd.yaml @@ -22,7 +22,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-node-problem-detector.yaml b/config/jobs/image-pushing/k8s-staging-node-problem-detector.yaml index 9ed6549d3c73..37f998b5bdb4 100644 --- a/config/jobs/image-pushing/k8s-staging-node-problem-detector.yaml +++ b/config/jobs/image-pushing/k8s-staging-node-problem-detector.yaml @@ -12,7 +12,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-prometheus-adapter.yaml b/config/jobs/image-pushing/k8s-staging-prometheus-adapter.yaml index a0bb07baf18e..9e94a5006be7 100644 --- a/config/jobs/image-pushing/k8s-staging-prometheus-adapter.yaml +++ b/config/jobs/image-pushing/k8s-staging-prometheus-adapter.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-provider-azure.yaml b/config/jobs/image-pushing/k8s-staging-provider-azure.yaml index 765da1b0d0d9..f316236f3b7c 100644 --- a/config/jobs/image-pushing/k8s-staging-provider-azure.yaml +++ b/config/jobs/image-pushing/k8s-staging-provider-azure.yaml @@ -21,7 +21,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-scheduler-plugins.yaml b/config/jobs/image-pushing/k8s-staging-scheduler-plugins.yaml index d56333fc2782..b340055dcd2f 100644 --- a/config/jobs/image-pushing/k8s-staging-scheduler-plugins.yaml +++ b/config/jobs/image-pushing/k8s-staging-scheduler-plugins.yaml @@ -17,7 +17,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml b/config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml index 4c075fc2486f..2845c9a11236 100644 --- a/config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml +++ b/config/jobs/image-pushing/k8s-staging-seccomp-operator.yaml @@ -11,7 +11,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-sig-docs.yaml b/config/jobs/image-pushing/k8s-staging-sig-docs.yaml index 7c8408cce1ac..55e0360116a5 100644 --- a/config/jobs/image-pushing/k8s-staging-sig-docs.yaml +++ b/config/jobs/image-pushing/k8s-staging-sig-docs.yaml @@ -12,7 +12,7 @@ postsubmits: spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: diff --git a/config/jobs/image-pushing/k8s-staging-sig-storage.sh b/config/jobs/image-pushing/k8s-staging-sig-storage.sh index 4128bb6d7211..8f9f41c2d9ef 100755 --- a/config/jobs/image-pushing/k8s-staging-sig-storage.sh +++ b/config/jobs/image-pushing/k8s-staging-sig-storage.sh @@ -80,7 +80,7 @@ for repo in "${REPOS[@]}" "${BROKEN_REPOS[@]}"; do spec: serviceAccountName: gcb-builder containers: - - image: gcr.io/k8s-testimages/image-builder:v20210910-b5a7cb2 + - image: gcr.io/k8s-staging-test-infra/image-builder:v20210913-fc7c4e84f6 command: - /run.sh args: @@ -126,7 +126,7 @@ cat >>"${OUTPUT}" < Date: Mon, 13 Sep 2021 14:40:42 -0700 Subject: [PATCH 6/9] config/jobs: use k8s-staging-test-infra/krte gcr.io/k8s-staging-test-infra/krte:v20210204-b06ec78-1.17 was manually pushed to the staging repo from k8s-testimages, everything else was search-replace to use the new/equivalent tag --- .../kubernetes-sigs/kind/kind-presubmits.yaml | 22 +++++++++---------- .../kind/kind-release-blocking.yaml | 4 ++-- config/jobs/kubernetes-sigs/kind/kind.yaml | 10 ++++----- .../wg-multi-tenancy/hnc-e2e.yaml | 4 ++-- .../wg-multi-tenancy/mtb-presubmit.yaml | 2 +- .../sig-arch/conformance-audit.yaml | 2 +- .../sig-instrumentation-kind-periodics.yaml | 2 +- .../ingress-nginx-periodics-legacy.yaml | 2 +- .../ingress-nginx-periodics-main.yaml | 2 +- .../ingress-nginx-presubmit.yaml | 10 ++++----- .../sig-network/sig-network-kind.yaml | 20 ++++++++--------- .../sig-release/release-branch-jobs/1.19.yaml | 6 ++--- .../sig-release/release-branch-jobs/1.20.yaml | 6 ++--- .../sig-release/release-branch-jobs/1.21.yaml | 14 ++++++------ .../sig-release/release-branch-jobs/1.22.yaml | 14 ++++++------ .../sig-testing/conformance-e2e.yaml | 4 ++-- .../kubernetes-kind-presubmits.yaml | 12 +++++----- 17 files changed, 68 insertions(+), 68 deletions(-) diff --git a/config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml b/config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml index c7807e73b8d2..f5c6116b626f 100644 --- a/config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml +++ b/config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml @@ -9,7 +9,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - ./hack/ci/build-all.sh @@ -24,7 +24,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - make @@ -40,7 +40,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-experimental + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-experimental command: - wrapper.sh - make @@ -66,7 +66,7 @@ presubmits: grace_period: 15m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -109,7 +109,7 @@ presubmits: timeout: 40m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # skip serial tests and run with --ginkgo-parallel - name: "PARALLEL" @@ -151,7 +151,7 @@ presubmits: timeout: 40m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # skip serial tests and run with --ginkgo-parallel - name: "PARALLEL" @@ -198,7 +198,7 @@ presubmits: grace_period: 15m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -255,7 +255,7 @@ presubmits: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.20 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.20 name: "" resources: limits: @@ -296,7 +296,7 @@ presubmits: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|Conntrack|udp|UDP|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.19 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.19 name: "" resources: limits: @@ -325,7 +325,7 @@ presubmits: grace_period: 15m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.18 + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.18 command: - wrapper.sh - bash @@ -371,7 +371,7 @@ presubmits: timeout: 40m spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210204-b06ec78-1.17 + - image: gcr.io/k8s-staging-test-infra/krte:v20210204-b06ec78-1.17 env: # skip serial tests and run with --ginkgo-parallel - name: "PARALLEL" diff --git a/config/jobs/kubernetes-sigs/kind/kind-release-blocking.yaml b/config/jobs/kubernetes-sigs/kind/kind-release-blocking.yaml index b716206d99e4..199877d8adad 100644 --- a/config/jobs/kubernetes-sigs/kind/kind-release-blocking.yaml +++ b/config/jobs/kubernetes-sigs/kind/kind-release-blocking.yaml @@ -23,7 +23,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -73,7 +73,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes-sigs/kind/kind.yaml b/config/jobs/kubernetes-sigs/kind/kind.yaml index 5c9ad33c608c..6b7669aa2d0c 100644 --- a/config/jobs/kubernetes-sigs/kind/kind.yaml +++ b/config/jobs/kubernetes-sigs/kind/kind.yaml @@ -12,7 +12,7 @@ periodics: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - make @@ -42,7 +42,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -85,7 +85,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -133,7 +133,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # skip serial tests and run with --ginkgo-parallel - name: "PARALLEL" @@ -177,7 +177,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # enable IPV6 in bootstrap image - name: "DOCKER_IN_DOCKER_IPV6_ENABLED" diff --git a/config/jobs/kubernetes-sigs/wg-multi-tenancy/hnc-e2e.yaml b/config/jobs/kubernetes-sigs/wg-multi-tenancy/hnc-e2e.yaml index ab052d8f2113..9b4253806ebe 100644 --- a/config/jobs/kubernetes-sigs/wg-multi-tenancy/hnc-e2e.yaml +++ b/config/jobs/kubernetes-sigs/wg-multi-tenancy/hnc-e2e.yaml @@ -22,7 +22,7 @@ postsubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master # workdir appears to be the base of the cloned repo command: ["wrapper.sh", "hack/prow-run-e2e.sh"] securityContext: @@ -59,7 +59,7 @@ periodics: path_alias: sigs.k8s.io/hierarchical-namespaces spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: ["wrapper.sh", "hack/prow-run-e2e.sh"] securityContext: privileged: true # Required for docker-in-docker diff --git a/config/jobs/kubernetes-sigs/wg-multi-tenancy/mtb-presubmit.yaml b/config/jobs/kubernetes-sigs/wg-multi-tenancy/mtb-presubmit.yaml index 622384004498..5f79196befa9 100644 --- a/config/jobs/kubernetes-sigs/wg-multi-tenancy/mtb-presubmit.yaml +++ b/config/jobs/kubernetes-sigs/wg-multi-tenancy/mtb-presubmit.yaml @@ -12,7 +12,7 @@ presubmits: run_if_changed: "benchmarks/kubectl-mtb/.*" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - ./benchmarks/kubectl-mtb/hack/ci-test.sh diff --git a/config/jobs/kubernetes/sig-arch/conformance-audit.yaml b/config/jobs/kubernetes/sig-arch/conformance-audit.yaml index 1b914c15a430..efe043dfb342 100644 --- a/config/jobs/kubernetes/sig-arch/conformance-audit.yaml +++ b/config/jobs/kubernetes/sig-arch/conformance-audit.yaml @@ -18,7 +18,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-instrumentation/sig-instrumentation-kind-periodics.yaml b/config/jobs/kubernetes/sig-instrumentation/sig-instrumentation-kind-periodics.yaml index 97ba40f51b6f..9424554cc79c 100644 --- a/config/jobs/kubernetes/sig-instrumentation/sig-instrumentation-kind-periodics.yaml +++ b/config/jobs/kubernetes/sig-instrumentation/sig-instrumentation-kind-periodics.yaml @@ -24,7 +24,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-legacy.yaml b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-legacy.yaml index ccaf30cc0217..ae2208a33116 100644 --- a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-legacy.yaml +++ b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-legacy.yaml @@ -17,7 +17,7 @@ periodics: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-main.yaml b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-main.yaml index f4ca7814567c..af7eca0055a8 100644 --- a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-main.yaml +++ b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-periodics-main.yaml @@ -17,7 +17,7 @@ periodics: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-presubmit.yaml b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-presubmit.yaml index 8a7bd27e5501..df528035ebea 100644 --- a/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-presubmit.yaml +++ b/config/jobs/kubernetes/sig-network/ingress-nginx/ingress-nginx-presubmit.yaml @@ -162,7 +162,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -193,7 +193,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -224,7 +224,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -255,7 +255,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -286,7 +286,7 @@ presubmits: preset-dind-enabled: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-network/sig-network-kind.yaml b/config/jobs/kubernetes/sig-network/sig-network-kind.yaml index fd8c1ada5fa6..6204eb1b86ac 100644 --- a/config/jobs/kubernetes/sig-network/sig-network-kind.yaml +++ b/config/jobs/kubernetes/sig-network/sig-network-kind.yaml @@ -14,7 +14,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -63,7 +63,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -119,7 +119,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -166,7 +166,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -219,7 +219,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -274,7 +274,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -323,7 +323,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -378,7 +378,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -434,7 +434,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # skip serial tests and run with --ginkgo-parallel - name: "PARALLEL" @@ -482,7 +482,7 @@ periodics: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # enable IPV6 in bootstrap image - name: "DOCKER_IN_DOCKER_IPV6_ENABLED" diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml index 954f4f5314ab..8bc43999c2b7 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.19.yaml @@ -630,7 +630,7 @@ periodics: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.19 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.19 name: "" resources: limits: @@ -684,7 +684,7 @@ periodics: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.19 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.19 name: "" resources: limits: @@ -1433,7 +1433,7 @@ presubmits: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.19 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.19 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml index 0a19439ca850..5e2db3995cad 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.20.yaml @@ -631,7 +631,7 @@ periodics: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.20 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.20 name: "" resources: limits: @@ -685,7 +685,7 @@ periodics: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.20 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.20 name: "" resources: limits: @@ -1516,7 +1516,7 @@ presubmits: value: "true" - name: BUILD_TYPE value: bazel - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.20 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.20 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml index 2b00b0aa0fcc..17205c795278 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.21.yaml @@ -109,7 +109,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: @@ -728,7 +728,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: @@ -778,7 +778,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: @@ -1560,7 +1560,7 @@ presubmits: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: @@ -1704,7 +1704,7 @@ presubmits: value: ipv6 - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: requests: @@ -1744,7 +1744,7 @@ presubmits: value: "true" - name: IP_FAMILY value: ipv6 - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: @@ -1781,7 +1781,7 @@ presubmits: value: "true" - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.21 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.21 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml index 8686af71176c..f77bfe5d701c 100644 --- a/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml +++ b/config/jobs/kubernetes/sig-release/release-branch-jobs/1.22.yaml @@ -109,7 +109,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: @@ -919,7 +919,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: @@ -969,7 +969,7 @@ periodics: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\] - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: @@ -1671,7 +1671,7 @@ presubmits: value: ipv6 - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: requests: @@ -1795,7 +1795,7 @@ presubmits: value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|NFS|nfs|inline.execution.and.attach|should.be.rejected.when.no.endpoints.exist - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: @@ -1839,7 +1839,7 @@ presubmits: value: "true" - name: IP_FAMILY value: ipv6 - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: @@ -1877,7 +1877,7 @@ presubmits: value: "true" - name: PARALLEL value: "true" - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-1.22 + image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-1.22 name: "" resources: limits: diff --git a/config/jobs/kubernetes/sig-testing/conformance-e2e.yaml b/config/jobs/kubernetes/sig-testing/conformance-e2e.yaml index 65a33a969f05..7dd84abc0589 100644 --- a/config/jobs/kubernetes/sig-testing/conformance-e2e.yaml +++ b/config/jobs/kubernetes/sig-testing/conformance-e2e.yaml @@ -61,7 +61,7 @@ presubmits: preset-kind-volume-mounts: "true" spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master env: # enable IPV6 in bootstrap image - name: "DOCKER_IN_DOCKER_IPV6_ENABLED" @@ -155,7 +155,7 @@ periodics: timeout: 200m # allow plenty of time for a serial conformance run spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash diff --git a/config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml b/config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml index f6b8316ea7ad..0b25ecba6d0b 100644 --- a/config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml +++ b/config/jobs/kubernetes/sig-testing/kubernetes-kind-presubmits.yaml @@ -16,7 +16,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -63,7 +63,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:latest-master + - image: gcr.io/k8s-staging-test-infra/krte:latest-master imagePullPolicy: Always # pull latest image for canary testing command: - wrapper.sh @@ -110,7 +110,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -162,7 +162,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:latest-master + - image: gcr.io/k8s-staging-test-infra/krte:latest-master imagePullPolicy: Always # pull latest image for canary testing command: - wrapper.sh @@ -213,7 +213,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash @@ -252,7 +252,7 @@ presubmits: path_alias: k8s.io/kubernetes spec: containers: - - image: gcr.io/k8s-testimages/krte:v20210910-b5a7cb2-master + - image: gcr.io/k8s-staging-test-infra/krte:v20210913-fc7c4e84f6-master command: - wrapper.sh - bash From 81d1ec412f9541af9d43f3ade47069ac7a8ca974 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 14:48:16 -0700 Subject: [PATCH 7/9] config/jobs: migrate a k8s-testimages/kubekins-e2e job --- .../metrics-server/metrics-server-presubmits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jobs/kubernetes-sigs/metrics-server/metrics-server-presubmits.yaml b/config/jobs/kubernetes-sigs/metrics-server/metrics-server-presubmits.yaml index 00de3e4a3102..f829b64d08fb 100644 --- a/config/jobs/kubernetes-sigs/metrics-server/metrics-server-presubmits.yaml +++ b/config/jobs/kubernetes-sigs/metrics-server/metrics-server-presubmits.yaml @@ -102,7 +102,7 @@ presubmits: always_run: true spec: containers: - - image: gcr.io/k8s-testimages/kubekins-e2e:v20210622-762366a-master + - image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20210913-82aac5659f-master command: - runner.sh - make From 724b878392f7abb16840b643caf537d750631a7b Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 14:08:12 -0700 Subject: [PATCH 8/9] images: remove cluster-api Jobs that used it were gradually replaced with jobs that used kubekins-e2e instead, around 2019. See: - d48d7f5d1d55e4c82e9117bb677f67fae3dc5252 - 5b845a661a20cbcce85bee54fc23a92dc29aef06 - 04a23a4b80ec28a0007a0ee5be81d6b771bb439c --- images/cluster-api/Dockerfile | 30 ------------------------------ images/cluster-api/Makefile | 21 --------------------- images/cluster-api/cloudbuild.yaml | 10 ---------- 3 files changed, 61 deletions(-) delete mode 100644 images/cluster-api/Dockerfile delete mode 100644 images/cluster-api/Makefile delete mode 100644 images/cluster-api/cloudbuild.yaml diff --git a/images/cluster-api/Dockerfile b/images/cluster-api/Dockerfile deleted file mode 100644 index 97aaf9282128..000000000000 --- a/images/cluster-api/Dockerfile +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# Includes go, gcloud, and etcd -FROM gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6 - -# add env we can debug with the image name:tag -ARG IMAGE_ARG -ENV IMAGE=${IMAGE_ARG} - -ENV DEP_VER=v0.5.0 -ENV DEP_CHECKSUM=287b08291e14f1fae8ba44374b26a2b12eb941af3497ed0ca649253e21ba2f83 - -RUN wget https://github.com/golang/dep/releases/download/${DEP_VER}/dep-linux-amd64 && \ - bash -c "sha256sum -c <(echo ${DEP_CHECKSUM} dep-linux-amd64)" && \ - mv dep-linux-amd64 /usr/local/bin/dep && \ - chmod +x /usr/local/bin/dep - -ENV PATH "/etcd:${PATH}" diff --git a/images/cluster-api/Makefile b/images/cluster-api/Makefile deleted file mode 100644 index 47e8c9934661..000000000000 --- a/images/cluster-api/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2018 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -push-prod: - bazel run //images/builder -- --project=k8s-testimages --scratch-bucket=gs://k8s-testimages-scratch images/cluster-api - -push: - bazel run //images/builder -- --allow-dirty images/cluster-api - -.PHONY: push push-prod diff --git a/images/cluster-api/cloudbuild.yaml b/images/cluster-api/cloudbuild.yaml deleted file mode 100644 index 65f4d800a6c5..000000000000 --- a/images/cluster-api/cloudbuild.yaml +++ /dev/null @@ -1,10 +0,0 @@ -steps: - - name: gcr.io/cloud-builders/docker - args: ['build', '-t', 'gcr.io/$PROJECT_ID/cluster-api:$_GIT_TAG', - '--build-arg', 'IMAGE_ARG=gcr.io/$PROJECT_ID/cluster-api:$_GIT_TAG', - '.'] - dir: images/cluster-api/ -substitutions: - _GIT_TAG: '12345' -images: - - 'gcr.io/$PROJECT_ID/cluster-api:$_GIT_TAG' From 5fad4e0682803eea505bfb449f139a32d4cc1f72 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Mon, 13 Sep 2021 14:27:24 -0700 Subject: [PATCH 9/9] experiment: update print-job-image-summary.sh --- experiment/print-job-image-summary.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/experiment/print-job-image-summary.sh b/experiment/print-job-image-summary.sh index dac26c7ca6ec..c978729e3318 100755 --- a/experiment/print-job-image-summary.sh +++ b/experiment/print-job-image-summary.sh @@ -46,25 +46,25 @@ function image_include_exclude() { cat <