Skip to content

Commit c06fd12

Browse files
committed
Add CAPV e2e network debug job
Signed-off-by: Stefan Büringer [email protected]
1 parent aefb999 commit c06fd12

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Code generated by cluster-api's prowjob-gen. DO NOT EDIT.
2+
periodics:
3+
- name: periodic-cluster-api-provider-vsphere-e2e-debug
4+
cluster: k8s-infra-prow-build
5+
labels:
6+
preset-dind-enabled: "true"
7+
preset-gcve-e2e-config: "true"
8+
preset-kind-volume-mounts: "true"
9+
interval: 30m
10+
decorate: true
11+
decoration_config:
12+
timeout: 180m
13+
rerun_auth_config:
14+
github_team_slugs:
15+
- org: kubernetes-sigs
16+
slug: cluster-api-provider-vsphere-maintainers
17+
extra_refs:
18+
- org: kubernetes-sigs
19+
repo: cluster-api-provider-vsphere
20+
base_ref: main
21+
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
22+
- org: kubernetes
23+
repo: kubernetes
24+
base_ref: master
25+
path_alias: k8s.io/kubernetes
26+
spec:
27+
containers:
28+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-1.34
29+
command:
30+
- runner.sh
31+
args:
32+
- ./hack/e2e.sh
33+
env:
34+
- name: SKIP_E2E_TESTS
35+
value: "true"
36+
# we need privileged mode in order to do docker in docker
37+
securityContext:
38+
privileged: true
39+
capabilities:
40+
add: ["NET_ADMIN"]
41+
resources:
42+
requests:
43+
cpu: "500m"
44+
memory: "2Gi"
45+
limits:
46+
cpu: "500m"
47+
memory: "2Gi"
48+
annotations:
49+
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
50+
testgrid-tab-name: periodic-e2e-debug-main
51+
testgrid-alert-email: [email protected]
52+
testgrid-num-failures-to-alert: "4"
53+
description: Runs no e2e tests but checks connectivity

0 commit comments

Comments
 (0)