Skip to content

Commit 18a51ff

Browse files
committed
Remove job testing 2.7 release against k8s main
2.7 support is ending soon, and we do not intend to support Kubernetes 1.35 with it, so remove the job to free up some resources. Signed-off-by: Nolan Brubaker <[email protected]>
1 parent 8fe2293 commit 18a51ff

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits-release-2.7.yaml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -193,51 +193,6 @@ presubmits:
193193
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-aws
194194
testgrid-tab-name: pr-conformance-release-2-7
195195
testgrid-num-columns-recent: '20'
196-
# conformance test against kubernetes main branch with `kind` + cluster-api-provider-aws
197-
- name: pull-cluster-api-provider-aws-e2e-conformance-with-ci-artifacts-release-2-7
198-
cluster: eks-prow-build-cluster
199-
branches:
200-
# The script this job runs is not in all branches.
201-
- ^release-2.7$
202-
path_alias: "sigs.k8s.io/cluster-api-provider-aws"
203-
always_run: false
204-
optional: true
205-
decorate: true
206-
decoration_config:
207-
timeout: 5h
208-
max_concurrency: 1
209-
labels:
210-
preset-dind-enabled: "true"
211-
preset-kind-volume-mounts: "true"
212-
preset-service-account: "true"
213-
preset-aws-ssh: "true"
214-
preset-aws-credential: "true"
215-
spec:
216-
containers:
217-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
218-
command:
219-
- "runner.sh"
220-
- "./scripts/ci-conformance.sh"
221-
env:
222-
- name: BOSKOS_HOST
223-
value: "boskos.test-pods.svc.cluster.local"
224-
- name: AWS_REGION
225-
value: "us-west-2"
226-
- name: E2E_ARGS
227-
value: "-kubetest.use-ci-artifacts"
228-
securityContext:
229-
privileged: true
230-
resources:
231-
requests:
232-
cpu: 2
233-
memory: "9Gi"
234-
limits:
235-
cpu: 2
236-
memory: "9Gi"
237-
annotations:
238-
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-provider-aws
239-
testgrid-tab-name: pr-conformance-release-2-7-k8s-main
240-
testgrid-num-columns-recent: '20'
241196
- name: pull-cluster-api-provider-aws-e2e-blocking-release-2-7
242197
cluster: eks-prow-build-cluster
243198
branches:

0 commit comments

Comments
 (0)