Skip to content

Commit a7e6d45

Browse files
committed
KEP-4974: Add ci-kubernetes-kind-network-deprecate-endpoints
1 parent 77a8b6f commit a7e6d45

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,3 +965,47 @@ periodics:
965965
# this is mostly for building kubernetes
966966
memory: 9Gi
967967
cpu: 7
968+
- interval: 24h
969+
cluster: k8s-infra-prow-build
970+
name: ci-kubernetes-kind-network-deprecate-endpoints
971+
annotations:
972+
testgrid-dashboards: sig-network-kind
973+
testgrid-tab-name: sig-network-kind, deprecate-endpoints
974+
description: Uses kind to run e2e sig-network tests against latest kubernetes master with the Endpoints and EndpointSlice mirroring controllers disabled
975+
testgrid-alert-email: [email protected], [email protected]
976+
testgrid-num-columns-recent: '6'
977+
labels:
978+
preset-dind-enabled: "true"
979+
decorate: true
980+
decoration_config:
981+
timeout: 60m
982+
extra_refs:
983+
- org: kubernetes
984+
repo: kubernetes
985+
base_ref: master
986+
path_alias: k8s.io/kubernetes
987+
spec:
988+
containers:
989+
- image: gcr.io/k8s-staging-test-infra/krte:v20250925-95b5a2c7a5-master
990+
command:
991+
- wrapper.sh
992+
- bash
993+
- -c
994+
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
995+
env:
996+
- name: CONTROLLERS
997+
value: '-endpoints-controller,-endpointslice-mirroring-controller,*'
998+
- name: LABEL_FILTER
999+
value: "(Conformance || sig-network ) && !EndpointsController && !EndpointSliceMirroring && !SCTPConnectivity && !Disruptive && !Flaky"
1000+
- name: PARALLEL
1001+
value: "true"
1002+
# we need privileged mode in order to do docker in docker
1003+
securityContext:
1004+
privileged: true
1005+
resources:
1006+
limits:
1007+
cpu: 4
1008+
memory: 9Gi
1009+
requests:
1010+
cpu: 4
1011+
memory: 9Gi

0 commit comments

Comments
 (0)