Skip to content

Commit e153423

Browse files
authored
Merge pull request #35253 from Nordix/remove-debug-jobs/adil
Remove jobs added for debugging in CAPI presubmit
2 parents 7bb67ff + b846c76 commit e153423

File tree

1 file changed

+0
-97
lines changed

1 file changed

+0
-97
lines changed

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-presubmits.yaml

Lines changed: 0 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -289,53 +289,6 @@ presubmits:
289289
annotations:
290290
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
291291
testgrid-tab-name: capi-pr-e2e-main
292-
# This job is added for testing purposes only.
293-
- name: pull-cluster-api-e2e-main-gke
294-
cluster: k8s-infra-prow-build
295-
labels:
296-
preset-dind-enabled: "true"
297-
preset-kind-volume-mounts: "true"
298-
extra_refs:
299-
- org: kubernetes
300-
repo: kubernetes
301-
base_ref: master
302-
path_alias: k8s.io/kubernetes
303-
decorate: true
304-
decoration_config:
305-
timeout: 180m
306-
always_run: false
307-
branches:
308-
# The script this job runs is not in all branches.
309-
- ^main$
310-
path_alias: sigs.k8s.io/cluster-api
311-
spec:
312-
containers:
313-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250717-57d1ca3de9-1.33
314-
args:
315-
- runner.sh
316-
- "./scripts/ci-e2e.sh"
317-
env:
318-
# enable IPV6 in bootstrap image
319-
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"
320-
value: "true"
321-
- name: GINKGO_LABEL_FILTER
322-
value: "!Conformance"
323-
# Ensure required kind images get built.
324-
- name: KIND_BUILD_IMAGES
325-
value: "KUBERNETES_VERSION,KUBERNETES_VERSION_LATEST_CI,KUBERNETES_VERSION_UPGRADE_TO,KUBERNETES_VERSION_UPGRADE_FROM"
326-
# we need privileged mode in order to do docker in docker
327-
securityContext:
328-
privileged: true
329-
resources:
330-
requests:
331-
cpu: 3000m
332-
memory: 8Gi
333-
limits:
334-
cpu: 3000m
335-
memory: 8Gi
336-
annotations:
337-
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
338-
testgrid-tab-name: capi-pr-e2e-main-gke
339292

340293
- name: pull-cluster-api-e2e-upgrade-1-33-1-34-main
341294
cluster: eks-prow-build-cluster
@@ -532,53 +485,3 @@ presubmits:
532485
annotations:
533486
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
534487
testgrid-tab-name: capi-pr-e2e-latestk8s-main
535-
# network test against kubernetes master branch with `kind` ipv6
536-
- name: capi-kubernetes-kind-network-dual
537-
cluster: eks-prow-build-cluster
538-
labels:
539-
preset-service-account: "true"
540-
preset-dind-enabled: "true"
541-
preset-kind-volume-mounts: "true"
542-
optional: true
543-
decorate: true
544-
decoration_config:
545-
timeout: 200m
546-
extra_refs:
547-
- org: kubernetes
548-
repo: kubernetes
549-
base_ref: master
550-
path_alias: k8s.io/kubernetes
551-
workdir: true
552-
spec:
553-
containers:
554-
- image: gcr.io/k8s-staging-test-infra/krte:v20250717-57d1ca3de9-master
555-
command:
556-
- wrapper.sh
557-
- bash
558-
- -c
559-
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
560-
env:
561-
# enable IPV6 in bootstrap image
562-
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"
563-
value: "true"
564-
# tell kind CI script to use ipv6
565-
- name: "IP_FAMILY"
566-
value: "dual"
567-
- name: FOCUS
568-
value: \[sig-network\]|\[Conformance\]
569-
- name: SKIP
570-
value: Alpha|Beta|LoadBalancer|Disruptive|Flaky|Networking-IPv6|SCTPConnectivity
571-
# we need privileged mode in order to do docker in docker
572-
securityContext:
573-
privileged: true
574-
resources:
575-
limits:
576-
cpu: 4
577-
memory: 9Gi
578-
requests:
579-
cpu: 4
580-
memory: 9Gi
581-
annotations:
582-
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
583-
testgrid-tab-name: capi-kubernetes-kind-network-ipv6
584-
description: For debugging IPv6 issues. Runs network tests using KIND against latest kubernetes master with an IPv6 kubernetes-in-docker cluster

0 commit comments

Comments
 (0)