Skip to content

Commit

Permalink
Merge pull request #23358 from justaugustus/bump-go117
Browse files Browse the repository at this point in the history
[go1.17] Update kubernetes/kubernetes jobs to Golang 1.17
  • Loading branch information
k8s-ci-robot committed Aug 24, 2021
2 parents 9ef1094 + b24f3f2 commit f68c0d0
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
imagePullPolicy: IfNotPresent
command:
- make
Expand Down
40 changes: 20 additions & 20 deletions config/jobs/kubernetes/sig-network/sig-network-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ presubmits:
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]|Loadbalancing|LoadBalancers --ginkgo.skip=\[Feature:kubemci\]|\[Disruptive\]|\[Feature:IngressScale\]
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gci-gce-ingress
- --timeout=320m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
requests:
memory: "6Gi"
Expand Down Expand Up @@ -124,7 +124,7 @@ presubmits:
- --test_args=--ginkgo.focus=\[sig-network\]|\[Conformance\]|\[Feature:NetworkPolicy\]|\[Feature:NetworkPolicyEndPort\] --ginkgo.skip=\[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS|KubeProxyDaemonSetMigration|SCTP)\]|DualStack|GCE|Disruptive|Serial|SNAT|LoadBalancer|ESIPP
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-ubuntu-gce-network-policies
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
requests:
memory: "6Gi"
Expand Down Expand Up @@ -172,7 +172,7 @@ presubmits:
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gci-gce-ipvs
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=80m # thinking about making this longer? don't! 80m is a hard cap, and should get down to no more than 60m.
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
requests:
memory: "6Gi"
Expand Down Expand Up @@ -224,7 +224,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:GCEAlphaFeature\] --minStartupPods=8
- --timeout=60m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: google-gce, sig-network-gce
testgrid-tab-name: gce-alpha-api
Expand Down Expand Up @@ -252,7 +252,7 @@ periodics:
- --test_args=--ginkgo.focus=\[Feature:PerformanceDNS\]
- --timeout=60m
- --use-logexporter
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: gce-coredns-performance
Expand All @@ -279,7 +279,7 @@ periodics:
- --test_args=--ginkgo.focus=\[Feature:PerformanceDNS\]
- --timeout=60m
- --use-logexporter
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: gce-kubedns-performance
Expand All @@ -304,7 +304,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-gce-coredns-performance-nodecache
Expand All @@ -330,7 +330,7 @@ periodics:
- --test_args=--ginkgo.focus=\[Feature:PerformanceDNS\]
- --timeout=60m
- --use-logexporter
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: gce-coredns-performance-nodecache
Expand Down Expand Up @@ -358,7 +358,7 @@ periodics:
- --test_args=--ginkgo.focus=\[Feature:PerformanceDNS\]
- --timeout=60m
- --use-logexporter
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: gce-kubedns-performance-nodecache
Expand All @@ -384,7 +384,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-gci-gce-ingress
Expand All @@ -409,7 +409,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]
- --timeout=320m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -446,7 +446,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\]|\[Feature:NEG\]
- --timeout=320m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -480,7 +480,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Feature:Ingress\] --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: gci-gce-ingress-manual-network
Expand Down Expand Up @@ -510,7 +510,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-dashboards: google-gce, google-gci
testgrid-tab-name: ip-alias
Expand All @@ -537,7 +537,7 @@ periodics:
# skip ESIPP should work from pods #97081
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|ESIPP.*should.work.from.pods --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
annotations:
testgrid-num-failures-to-alert: '6'
testgrid-alert-stale-results-hours: '24'
Expand All @@ -562,7 +562,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-gci-gce-kube-dns-nodecache
Expand All @@ -586,7 +586,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-gci-gce-serial-kube-dns
Expand All @@ -610,7 +610,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=500m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-gci-gce-serial-kube-dns-nodecache
Expand All @@ -635,7 +635,7 @@ periodics:
- --provider=gce
- --test_args=--ginkgo.focus=\[Serial\]|\[Disruptive\] --ginkgo.skip=\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=500m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master

- interval: 6h
name: ci-kubernetes-e2e-ubuntu-gce-network-policies
Expand Down Expand Up @@ -676,7 +676,7 @@ periodics:
- --test_args=--ginkgo.focus=\[sig-network\]|\[Conformance\]|\[Feature:NetworkPolicy\]|\[Feature:NetworkPolicyEndPort\] --ginkgo.skip=\[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS|KubeProxyDaemonSetMigration|SCTP)\]|DualStack|GCE|Disruptive|Serial|SNAT|LoadBalancer|ESIPP
- --extract=ci/latest
- --timeout=150m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
requests:
memory: "6Gi"
Expand Down
40 changes: 20 additions & 20 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -66,7 +66,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
Expand Down Expand Up @@ -122,7 +122,7 @@ presubmits:
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-containerd-gce
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:RuntimeHandler\] --minStartupPods=8
- --timeout=80m # thinking about making this longer? don't! 80m is a hard cap, and should get down to no more than 60m.
image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
resources:
requests:
memory: "6Gi"
Expand All @@ -145,7 +145,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- --job=$(JOB_NAME)
Expand Down Expand Up @@ -184,7 +184,7 @@ presubmits:
testgrid-create-test-group: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- --repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)
Expand Down Expand Up @@ -223,7 +223,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -262,7 +262,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- --timeout=260
Expand Down Expand Up @@ -305,7 +305,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- --timeout=260
Expand Down Expand Up @@ -346,7 +346,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
- --timeout=440
Expand Down Expand Up @@ -380,7 +380,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
Expand Down Expand Up @@ -414,7 +414,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
Expand Down Expand Up @@ -448,7 +448,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
Expand Down Expand Up @@ -484,7 +484,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -522,7 +522,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -560,7 +560,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -600,7 +600,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -639,7 +639,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
Expand Down Expand Up @@ -676,7 +676,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -713,7 +713,7 @@ presubmits:
preset-k8s-ssh: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down Expand Up @@ -756,7 +756,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210808-1eaeec7-master
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210824-2dc36d0-master
args:
- --root=/go/src
- "--job=$(JOB_NAME)"
Expand Down
Loading

0 comments on commit f68c0d0

Please sign in to comment.