Skip to content

Commit 52463bc

Browse files
authored
Merge pull request #33962 from DamianSawicki/addDNSPresubmits
Add presubmits for kubedns/nodelocaldns bumps
2 parents 21700c0 + b80d112 commit 52463bc

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

config/jobs/kubernetes/sig-network/sig-network-misc.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,54 @@ presubmits:
264264
testgrid-alert-email: [email protected], [email protected]
265265
description: Uses kubetest to run e2e Conformance, SIG-Network tests against a cluster using nftables created with cluster/kube-up.sh
266266

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+
267315
kubernetes/dns:
268316
- name: pull-kubernetes-dns-test
269317
cluster: eks-prow-build-cluster

0 commit comments

Comments
 (0)