Skip to content

Commit 58fee61

Browse files
committed
revert adding some jobs for the start
1 parent 7be1d2b commit 58fee61

11 files changed

+0
-4334
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-periodics-upgrades.yaml

Lines changed: 0 additions & 442 deletions
This file was deleted.

config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-periodics.yaml

Lines changed: 0 additions & 355 deletions
Original file line numberDiff line numberDiff line change
@@ -36,58 +36,6 @@ periodics:
3636
testgrid-alert-email: [email protected]
3737
testgrid-num-failures-to-alert: "4"
3838
description: Runs unit tests
39-
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-main
40-
cluster: k8s-infra-prow-build
41-
labels:
42-
preset-dind-enabled: "true"
43-
preset-gcve-e2e-config: "true"
44-
preset-kind-volume-mounts: "true"
45-
cron: '0 0 * * *'
46-
decorate: true
47-
decoration_config:
48-
timeout: 180m
49-
rerun_auth_config:
50-
github_team_slugs:
51-
- org: kubernetes-sigs
52-
slug: cluster-api-provider-vsphere-maintainers
53-
extra_refs:
54-
- org: kubernetes-sigs
55-
repo: cluster-api-provider-vsphere
56-
base_ref: main
57-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
58-
- org: kubernetes
59-
repo: kubernetes
60-
base_ref: master
61-
path_alias: k8s.io/kubernetes
62-
spec:
63-
containers:
64-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
65-
command:
66-
- runner.sh
67-
args:
68-
- ./hack/e2e.sh
69-
env:
70-
- name: GINKGO_SKIP
71-
value: "\\[Conformance\\] \\[specialized-infra\\]"
72-
# we need privileged mode in order to do docker in docker
73-
securityContext:
74-
privileged: true
75-
capabilities:
76-
add: ["NET_ADMIN"]
77-
resources:
78-
requests:
79-
cpu: "4000m"
80-
memory: "6Gi"
81-
limits:
82-
cpu: "4000m"
83-
memory: "6Gi"
84-
annotations:
85-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
86-
testgrid-tab-name: periodic-e2e-govmomi-main
87-
testgrid-alert-email: [email protected]
88-
testgrid-num-failures-to-alert: "4"
89-
description: Runs all e2e tests
90-
9139
- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main
9240
cluster: eks-prow-build-cluster
9341
labels:
@@ -138,162 +86,6 @@ periodics:
13886
testgrid-alert-email: [email protected]
13987
testgrid-num-failures-to-alert: "4"
14088
description: Runs all e2e tests
141-
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-main
142-
cluster: k8s-infra-prow-build
143-
labels:
144-
preset-dind-enabled: "true"
145-
preset-gcve-e2e-config: "true"
146-
preset-kind-volume-mounts: "true"
147-
cron: '0 0 * * *'
148-
decorate: true
149-
decoration_config:
150-
timeout: 120m
151-
rerun_auth_config:
152-
github_team_slugs:
153-
- org: kubernetes-sigs
154-
slug: cluster-api-provider-vsphere-maintainers
155-
extra_refs:
156-
- org: kubernetes-sigs
157-
repo: cluster-api-provider-vsphere
158-
base_ref: main
159-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
160-
- org: kubernetes
161-
repo: kubernetes
162-
base_ref: master
163-
path_alias: k8s.io/kubernetes
164-
spec:
165-
containers:
166-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
167-
command:
168-
- runner.sh
169-
args:
170-
- ./hack/e2e.sh
171-
env:
172-
- name: GINKGO_FOCUS
173-
value: "\\[Conformance\\] \\[K8s-Install\\]"
174-
# we need privileged mode in order to do docker in docker
175-
securityContext:
176-
privileged: true
177-
capabilities:
178-
add: ["NET_ADMIN"]
179-
resources:
180-
requests:
181-
cpu: "4000m"
182-
memory: "6Gi"
183-
limits:
184-
cpu: "4000m"
185-
memory: "6Gi"
186-
annotations:
187-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
188-
testgrid-tab-name: periodic-e2e-govmomi-conformance-main
189-
testgrid-alert-email: [email protected]
190-
testgrid-num-failures-to-alert: "4"
191-
description: Runs conformance tests for CAPV
192-
- name: periodic-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main
193-
cluster: k8s-infra-prow-build
194-
labels:
195-
preset-dind-enabled: "true"
196-
preset-gcve-e2e-config: "true"
197-
preset-kind-volume-mounts: "true"
198-
cron: '0 0 * * *'
199-
decorate: true
200-
decoration_config:
201-
timeout: 120m
202-
rerun_auth_config:
203-
github_team_slugs:
204-
- org: kubernetes-sigs
205-
slug: cluster-api-provider-vsphere-maintainers
206-
extra_refs:
207-
- org: kubernetes-sigs
208-
repo: cluster-api-provider-vsphere
209-
base_ref: main
210-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
211-
- org: kubernetes
212-
repo: kubernetes
213-
base_ref: master
214-
path_alias: k8s.io/kubernetes
215-
spec:
216-
containers:
217-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
218-
command:
219-
- runner.sh
220-
args:
221-
- ./hack/e2e.sh
222-
env:
223-
- name: GINKGO_FOCUS
224-
value: "\\[Conformance\\] \\[K8s-Install-ci-latest\\]"
225-
# we need privileged mode in order to do docker in docker
226-
securityContext:
227-
privileged: true
228-
capabilities:
229-
add: ["NET_ADMIN"]
230-
resources:
231-
requests:
232-
cpu: "4000m"
233-
memory: "6Gi"
234-
limits:
235-
cpu: "4000m"
236-
memory: "6Gi"
237-
annotations:
238-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
239-
testgrid-tab-name: periodic-e2e-govmomi-conformance-ci-latest-main
240-
testgrid-alert-email: [email protected]
241-
testgrid-num-failures-to-alert: "4"
242-
description: Runs conformance tests with K8S ci latest for CAPV
243-
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-main
244-
cluster: k8s-infra-prow-build
245-
labels:
246-
preset-dind-enabled: "true"
247-
preset-gcve-e2e-config: "true"
248-
preset-kind-volume-mounts: "true"
249-
cron: '0 3 * * *'
250-
decorate: true
251-
decoration_config:
252-
timeout: 180m
253-
rerun_auth_config:
254-
github_team_slugs:
255-
- org: kubernetes-sigs
256-
slug: cluster-api-provider-vsphere-maintainers
257-
extra_refs:
258-
- org: kubernetes-sigs
259-
repo: cluster-api-provider-vsphere
260-
base_ref: main
261-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
262-
- org: kubernetes
263-
repo: kubernetes
264-
base_ref: master
265-
path_alias: k8s.io/kubernetes
266-
spec:
267-
containers:
268-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
269-
command:
270-
- runner.sh
271-
args:
272-
- ./hack/e2e.sh
273-
env:
274-
- name: GINKGO_FOCUS
275-
value: "\\[supervisor\\]"
276-
- name: GINKGO_SKIP
277-
value: "\\[Conformance\\] \\[specialized-infra\\]"
278-
# we need privileged mode in order to do docker in docker
279-
securityContext:
280-
privileged: true
281-
capabilities:
282-
add: ["NET_ADMIN"]
283-
resources:
284-
requests:
285-
cpu: "4000m"
286-
memory: "6Gi"
287-
limits:
288-
cpu: "4000m"
289-
memory: "6Gi"
290-
annotations:
291-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
292-
testgrid-tab-name: periodic-e2e-supervisor-main
293-
testgrid-alert-email: [email protected]
294-
testgrid-num-failures-to-alert: "4"
295-
description: Runs all e2e tests
296-
29789
- name: periodic-cluster-api-provider-vsphere-e2e-vcsim-supervisor-main
29890
cluster: eks-prow-build-cluster
29991
labels:
@@ -344,109 +136,6 @@ periodics:
344136
testgrid-alert-email: [email protected]
345137
testgrid-num-failures-to-alert: "4"
346138
description: Runs all e2e tests
347-
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-main
348-
cluster: k8s-infra-prow-build
349-
labels:
350-
preset-dind-enabled: "true"
351-
preset-gcve-e2e-config: "true"
352-
preset-kind-volume-mounts: "true"
353-
cron: '0 3 * * *'
354-
decorate: true
355-
decoration_config:
356-
timeout: 120m
357-
rerun_auth_config:
358-
github_team_slugs:
359-
- org: kubernetes-sigs
360-
slug: cluster-api-provider-vsphere-maintainers
361-
extra_refs:
362-
- org: kubernetes-sigs
363-
repo: cluster-api-provider-vsphere
364-
base_ref: main
365-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
366-
- org: kubernetes
367-
repo: kubernetes
368-
base_ref: master
369-
path_alias: k8s.io/kubernetes
370-
spec:
371-
containers:
372-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
373-
command:
374-
- runner.sh
375-
args:
376-
- ./hack/e2e.sh
377-
env:
378-
- name: GINKGO_FOCUS
379-
value: "\\[supervisor\\] \\[Conformance\\] \\[K8s-Install\\]"
380-
# we need privileged mode in order to do docker in docker
381-
securityContext:
382-
privileged: true
383-
capabilities:
384-
add: ["NET_ADMIN"]
385-
resources:
386-
requests:
387-
cpu: "4000m"
388-
memory: "6Gi"
389-
limits:
390-
cpu: "4000m"
391-
memory: "6Gi"
392-
annotations:
393-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
394-
testgrid-tab-name: periodic-e2e-supervisor-conformance-main
395-
testgrid-alert-email: [email protected]
396-
testgrid-num-failures-to-alert: "4"
397-
description: Runs conformance tests for CAPV
398-
- name: periodic-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-main
399-
cluster: k8s-infra-prow-build
400-
labels:
401-
preset-dind-enabled: "true"
402-
preset-gcve-e2e-config: "true"
403-
preset-kind-volume-mounts: "true"
404-
cron: '0 3 * * *'
405-
decorate: true
406-
decoration_config:
407-
timeout: 120m
408-
rerun_auth_config:
409-
github_team_slugs:
410-
- org: kubernetes-sigs
411-
slug: cluster-api-provider-vsphere-maintainers
412-
extra_refs:
413-
- org: kubernetes-sigs
414-
repo: cluster-api-provider-vsphere
415-
base_ref: main
416-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
417-
- org: kubernetes
418-
repo: kubernetes
419-
base_ref: master
420-
path_alias: k8s.io/kubernetes
421-
spec:
422-
containers:
423-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
424-
command:
425-
- runner.sh
426-
args:
427-
- ./hack/e2e.sh
428-
env:
429-
- name: GINKGO_FOCUS
430-
value: "\\[supervisor\\] \\[Conformance\\] \\[K8s-Install-ci-latest\\]"
431-
# we need privileged mode in order to do docker in docker
432-
securityContext:
433-
privileged: true
434-
capabilities:
435-
add: ["NET_ADMIN"]
436-
resources:
437-
requests:
438-
cpu: "4000m"
439-
memory: "6Gi"
440-
limits:
441-
cpu: "4000m"
442-
memory: "6Gi"
443-
annotations:
444-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
445-
testgrid-tab-name: periodic-e2e-supervisor-conformance-ci-latest-main
446-
testgrid-alert-email: [email protected]
447-
testgrid-num-failures-to-alert: "4"
448-
description: Runs conformance tests with K8S ci latest for CAPV
449-
450139
- name: periodic-cluster-api-provider-vsphere-coverage-main
451140
cluster: eks-prow-build-cluster
452141
interval: 24h
@@ -501,47 +190,3 @@ periodics:
501190
testgrid-alert-email: [email protected]
502191
testgrid-num-failures-to-alert: "4"
503192
description: Shows test coverage for CAPV
504-
505-
- name: periodic-cluster-api-provider-vsphere-janitor
506-
cluster: k8s-infra-prow-build
507-
labels:
508-
preset-dind-enabled: "true"
509-
preset-gcve-e2e-config: "true"
510-
interval: 12h
511-
decorate: true
512-
decoration_config:
513-
timeout: 120m
514-
rerun_auth_config:
515-
github_team_slugs:
516-
- org: kubernetes-sigs
517-
slug: cluster-api-provider-vsphere-maintainers
518-
extra_refs:
519-
- org: kubernetes-sigs
520-
repo: cluster-api-provider-vsphere
521-
base_ref: main
522-
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
523-
spec:
524-
containers:
525-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250513-98d205aae3-1.32
526-
command:
527-
- runner.sh
528-
args:
529-
- ./hack/clean-ci.sh
530-
# we need privileged mode in order to do docker in docker
531-
securityContext:
532-
privileged: true
533-
capabilities:
534-
add: ["NET_ADMIN"]
535-
resources:
536-
requests:
537-
cpu: "2000m"
538-
memory: "4Gi"
539-
limits:
540-
cpu: "2000m"
541-
memory: "4Gi"
542-
annotations:
543-
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
544-
testgrid-tab-name: periodic-e2e-janitor
545-
testgrid-alert-email: [email protected]
546-
testgrid-num-failures-to-alert: "4"
547-
description: Runs the janitor to cleanup orphaned objects in CI

0 commit comments

Comments
 (0)