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