@@ -264,6 +264,54 @@ presubmits:
264
264
265
265
description : Uses kubetest to run e2e Conformance, SIG-Network tests against a cluster using nftables created with cluster/kube-up.sh
266
266
267
+ - name : pull-kubernetes-e2e-gci-gce-kube-dns-nodecache
268
+ cluster : k8s-infra-prow-build
269
+ branches :
270
+ # TODO(releng): Remove once repo default branch has been renamed
271
+ - master
272
+ - main
273
+ always_run : false
274
+ optional : true
275
+ labels :
276
+ preset-service-account : " true"
277
+ preset-k8s-ssh : " true"
278
+ decorate : true
279
+ decoration_config :
280
+ timeout : 170m
281
+ path_alias : k8s.io/kubernetes
282
+ spec :
283
+ containers :
284
+ - command :
285
+ - runner.sh
286
+ - /workspace/scenarios/kubernetes_e2e.py
287
+ args :
288
+ - --check-leaked-resources
289
+ - --cluster=
290
+ - --env=CLUSTER_DNS_CORE_DNS=false
291
+ - --env=KUBE_ENABLE_NODELOCAL_DNS=true
292
+ - --env=KUBE_ENABLE_NODE_PROBLEM_DETECTOR=none
293
+ - --extract=ci/latest
294
+ - --gcp-zone=us-west1-b
295
+ - --ginkgo-parallel=30
296
+ - --provider=gce
297
+ - --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:.+\]|\[sig-storage\]|LoadBalancer --minStartupPods=8
298
+ - --timeout=150m
299
+ image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
300
+ resources :
301
+ limits :
302
+ cpu : 2
303
+ memory : " 6Gi"
304
+ requests :
305
+ cpu : 2
306
+ memory : " 6Gi"
307
+ annotations :
308
+ testgrid-dashboards : sig-network-gce
309
+ testgrid-tab-name : presubmit-network-kubedns, google-gce
310
+ testgrid-num-failures-to-alert : ' 6'
311
+ testgrid-alert-stale-results-hours : ' 24'
312
+ testgrid-alert-email :
[email protected]
313
+ description : This presubmit is (as of December 2024) identical to the periodic test ci-kubernetes-e2e-gci-gce-kube-dns-nodecache.
314
+
267
315
kubernetes/dns :
268
316
- name : pull-kubernetes-dns-test
269
317
cluster : eks-prow-build-cluster
0 commit comments