Skip to content

Commit

Permalink
Merge pull request #33962 from DamianSawicki/addDNSPresubmits
Browse files Browse the repository at this point in the history
Add presubmits for kubedns/nodelocaldns bumps
  • Loading branch information
k8s-ci-robot authored Dec 17, 2024
2 parents 21700c0 + b80d112 commit 52463bc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions config/jobs/kubernetes/sig-network/sig-network-misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,54 @@ presubmits:
testgrid-alert-email: [email protected], [email protected]
description: Uses kubetest to run e2e Conformance, SIG-Network tests against a cluster using nftables created with cluster/kube-up.sh

- name: pull-kubernetes-e2e-gci-gce-kube-dns-nodecache
cluster: k8s-infra-prow-build
branches:
# TODO(releng): Remove once repo default branch has been renamed
- master
- main
always_run: false
optional: true
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 170m
path_alias: k8s.io/kubernetes
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_e2e.py
args:
- --check-leaked-resources
- --cluster=
- --env=CLUSTER_DNS_CORE_DNS=false
- --env=KUBE_ENABLE_NODELOCAL_DNS=true
- --env=KUBE_ENABLE_NODE_PROBLEM_DETECTOR=none
- --extract=ci/latest
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
- --test_args=--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[NodeFeature:.+\]|\[sig-storage\]|LoadBalancer --minStartupPods=8
- --timeout=150m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240515-17c6d50e24-master
resources:
limits:
cpu: 2
memory: "6Gi"
requests:
cpu: 2
memory: "6Gi"
annotations:
testgrid-dashboards: sig-network-gce
testgrid-tab-name: presubmit-network-kubedns, google-gce
testgrid-num-failures-to-alert: '6'
testgrid-alert-stale-results-hours: '24'
testgrid-alert-email: [email protected]
description: This presubmit is (as of December 2024) identical to the periodic test ci-kubernetes-e2e-gci-gce-kube-dns-nodecache.

kubernetes/dns:
- name: pull-kubernetes-dns-test
cluster: eks-prow-build-cluster
Expand Down

0 comments on commit 52463bc

Please sign in to comment.