Skip to content

Commit

Permalink
Merge pull request #20037 from k8s-ci-robot/autobump
Browse files Browse the repository at this point in the history
Update prow to v20201124-061f85d859, and other images as necessary.
  • Loading branch information
k8s-ci-robot committed Nov 25, 2020
2 parents 4d0765d + 22d1258 commit e6b167b
Show file tree
Hide file tree
Showing 212 changed files with 1,466 additions and 1,466 deletions.
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--repo=github.com/GoogleCloudPlatform/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand Down Expand Up @@ -43,7 +43,7 @@ postsubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--repo=k8s.io/test-infra=master"
- "--root=/go/src/"
Expand All @@ -69,7 +69,7 @@ periodics:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- --repo=github.com/GoogleCloudPlatform/k8s-multicluster-ingress=master
- --root=/go/src
Expand Down
Expand Up @@ -7,7 +7,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--job=$(JOB_NAME)"
- "--repo=github.com/apache-spark-on-k8s/spark-integration=master"
Expand Down Expand Up @@ -46,7 +46,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--job=$(JOB_NAME)"
- "--repo=github.com/apache-spark-on-k8s/spark-integration=master"
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-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/kubernetes"
Expand Down Expand Up @@ -81,7 +81,7 @@ periodics:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- --job=$(JOB_NAME)
- --root=/go/src
Expand Down
Expand Up @@ -14,7 +14,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- runner.sh
args:
Expand Down Expand Up @@ -48,7 +48,7 @@ presubmits:
spec:
containers:
- name: pull-containerd-node-e2e
image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- sh
- -c
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/containerd/cri/containerd-cri-presubmit-jobs.yaml
Expand Up @@ -9,7 +9,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- runner.sh
args:
Expand Down Expand Up @@ -41,7 +41,7 @@ presubmits:
spec:
containers:
- name: pull-cri-containerd-node-e2e
image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- sh
- -c
Expand Down Expand Up @@ -90,7 +90,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
args:
- "--repo=github.com/containerd/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand All @@ -117,7 +117,7 @@ presubmits:
spec:
containers:
- name: pull-cri-containerd-windows-cri
image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- runner.sh
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubeflow/kubeflow-periodics.yaml
Expand Up @@ -217,7 +217,7 @@ periodics:
workdir: true
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
imagePullPolicy: Always
command:
- "./test/tools/project-cleaner/project_cleaner.sh"
Expand Down
6 changes: 3 additions & 3 deletions config/jobs/kubeflow/kubeflow-postsubmits.yaml
Expand Up @@ -223,7 +223,7 @@ postsubmits:
mountPath: /var/lib/docker
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/postsubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -245,7 +245,7 @@ postsubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -269,7 +269,7 @@ postsubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/postsubmit-tests-with-pipeline-deployment.sh
args:
Expand Down
14 changes: 7 additions & 7 deletions config/jobs/kubeflow/kubeflow-presubmits.yaml
Expand Up @@ -214,7 +214,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -230,7 +230,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -248,7 +248,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -268,7 +268,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/presubmit-tests-mkp.sh
- name: kubeflow-pipeline-upgrade-test
Expand All @@ -279,7 +279,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/upgrade-tests.sh
args:
Expand Down Expand Up @@ -408,7 +408,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- ./test/multiuser-tests.sh
args:
Expand All @@ -426,7 +426,7 @@ presubmits:
# preset-service-account: "true"
# spec:
# containers:
# - image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
# - image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
# command:
# - ./test/presubmit-tests-gce-minikube.sh
# args:
Expand Down
Expand Up @@ -18,7 +18,7 @@ presubmits:
spec:
containers:
# We need this image because it has Docker in Docker and go.
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201111-a263fd7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20201124-be2d6d8-master
command:
- runner.sh
args:
Expand Down

0 comments on commit e6b167b

Please sign in to comment.