Skip to content

Commit

Permalink
Bump to gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-(maste…
Browse files Browse the repository at this point in the history
…r|experimental|releases) (using generate_tests and manual)
  • Loading branch information
Katharine committed Jan 8, 2019
1 parent eadd44c commit 21815a3
Show file tree
Hide file tree
Showing 81 changed files with 784 additions and 784 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-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:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--repo=k8s.io/test-infra=master"
- "--root=/go/src/"
Expand All @@ -66,7 +66,7 @@ periodics:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- --repo=github.com/GoogleCloudPlatform/k8s-multicluster-ingress=master
- --root=/go/src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--job=$(JOB_NAME)"
- "--repo=github.com/apache-spark-on-k8s/spark-integration=master"
Expand Down Expand Up @@ -43,7 +43,7 @@ periodics:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--job=$(JOB_NAME)"
- "--repo=k8s.io/kubernetes"
Expand Down Expand Up @@ -75,7 +75,7 @@ periodics:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- --job=$(JOB_NAME)
- --root=/go/src
Expand Down
12 changes: 6 additions & 6 deletions config/jobs/containerd/cri/containerd-cri-presubmit-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--repo=github.com/containerd/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand All @@ -28,7 +28,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -59,7 +59,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.12
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.12
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -90,7 +90,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -121,7 +121,7 @@ presubmits:
spec:
containers:
# Use go 1.10 for old branches, because gofmt result changed in go 1.11.
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.12
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.12
args:
- "--repo=github.com/containerd/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand All @@ -138,7 +138,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--repo=github.com/containerd/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
Expand Down
24 changes: 12 additions & 12 deletions config/jobs/gke/containerd/gke-test-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sbeta-alpha-cluster
Expand Down Expand Up @@ -60,7 +60,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sbeta-alpha-cluster-features
Expand All @@ -87,7 +87,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.focus=\[Feature:(Audit|BlockVolume|PodPreset|ExpandPersistentVolumes|NodeLease)\]|Networking --ginkgo.skip=Networking-Performance|IPv6|Feature:Volumes --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sbeta
Expand Down Expand Up @@ -115,7 +115,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sstable1
Expand Down Expand Up @@ -143,7 +143,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sstable1-alpha-cluster
Expand Down Expand Up @@ -171,7 +171,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-containerd-gke-k8sstable1-alpha-cluster-features
Expand Down Expand Up @@ -199,7 +199,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.focus=\[Feature:(Audit|BlockVolume|PodPreset|ExpandPersistentVolumes)\]|Networking --ginkgo.skip=Networking-Performance|IPv6|Feature:Volumes --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-gke-k8sbeta-alpha-cluster
Expand All @@ -226,7 +226,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-gke-k8sbeta-alpha-cluster-features
Expand All @@ -252,7 +252,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.focus=\[Feature:(Audit|BlockVolume|PodPreset|ExpandPersistentVolumes|NodeLease)\]|Networking --ginkgo.skip=Networking-Performance|IPv6|Feature:Volumes --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-gke-k8sstable1-alpha-cluster
Expand All @@ -279,7 +279,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 1h
name: ci-kubernetes-e2e-cos-gke-k8sstable1-alpha-cluster-features
Expand All @@ -306,7 +306,7 @@ periodics:
- --provider=gke
- --test_args=--ginkgo.focus=\[Feature:(Audit|BlockVolume|PodPreset|ExpandPersistentVolumes)\]|Networking --ginkgo.skip=Networking-Performance|IPv6|Feature:Volumes --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

- interval: 12h
name: ci-kubernetes-soak-gke-cos-containerd
Expand Down Expand Up @@ -338,5 +338,5 @@ periodics:
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --clean-start=true --minStartupPods=8
- --timeout=800m
- --up=false
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master

4 changes: 2 additions & 2 deletions config/jobs/helm/charts/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
args:
- "--repo=github.com/helm/charts=$(PULL_REFS)"
- "--root=/go/src/"
Expand Down Expand Up @@ -44,4 +44,4 @@ periodics:
- --provider=gce
- --test=false
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-master
2 changes: 1 addition & 1 deletion config/jobs/kubeflow/kubeflow-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ postsubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
command:
- ./test/postsubmit-tests-with-pipeline-deployment.sh
args:
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/kubeflow/kubeflow-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
command:
- ./test/presubmit-tests.sh
args:
Expand All @@ -221,7 +221,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -237,7 +237,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
command:
- ./test/presubmit-tests-with-pipeline-deployment.sh
args:
Expand All @@ -255,7 +255,7 @@ presubmits:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
command:
- ./test/presubmit-tests-gce-minikube.sh
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
args:
- "--repo=github.com/kubernetes-incubator/$(REPO_NAME)=$(PULL_REFS)"
- "--timeout=45"
Expand All @@ -42,7 +42,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20181218-134e718ec-1.10
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190108-eadd44c98-1.10
args:
- "--repo=github.com/kubernetes-incubator/$(REPO_NAME)=$(PULL_REFS)"
- "--timeout=60"
Expand Down
Loading

0 comments on commit 21815a3

Please sign in to comment.