Skip to content

Commit 31651e5

Browse files
committed
add optional presubmit for kube-network-policies with kops
1 parent 6e957b8 commit 31651e5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

config/jobs/kubernetes-sigs/kube-network-policies/kube-network-policies-presubmits.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,36 @@ presubmits:
101101
testgrid-dashboards: sig-network-policy-api
102102
testgrid-tab-name: pull-kube-network-policies-ipv6 conformance, master (dev) [non-serial]
103103
testgrid-alert-email: [email protected],[email protected]
104+
- name: pull-kube-network-policies-iptracker
105+
cluster: k8s-infra-prow-build
106+
labels:
107+
preset-service-account: "true"
108+
preset-dind-enabled: "true"
109+
always_run: false
110+
optional: true
111+
decorate: true
112+
path_alias: sigs.k8s.io/kube-network-policies
113+
decoration_config:
114+
timeout: 60m
115+
spec:
116+
containers:
117+
- image: gcr.io/k8s-staging-test-infra/krte:v20250904-c89b045f57-master
118+
command:
119+
- runner.sh
120+
args:
121+
- "/bin/bash"
122+
- "-c"
123+
- hack/e2e-kops.sh
124+
securityContext:
125+
privileged: true
126+
resources:
127+
limits:
128+
cpu: "4"
129+
memory: 9000Mi
130+
requests:
131+
cpu: "4"
132+
memory: 9000Mi
133+
annotations:
134+
testgrid-dashboards: sig-network-policy-api
135+
testgrid-tab-name: pull-kube-network-policies-iptracker conformance, master (dev) [non-serial]
136+
testgrid-alert-email: [email protected],[email protected]

0 commit comments

Comments
 (0)