Skip to content

Commit

Permalink
ci: update k8s versions support for v1.12
Browse files Browse the repository at this point in the history
Cilium 1.12 only supports K8s up to 1.24 as per
https://docs.cilium.io/en/v1.12/concepts/kubernetes/compatibility/#k8scompatibility

Since AKS does not support 1.24 anymore, we remove AKS testing on v1.12
as per our historical policy.

Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau authored and lmb committed Sep 26, 2023
1 parent 8095b7e commit 0b041fa
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 363 deletions.
6 changes: 0 additions & 6 deletions .github/actions/azure/k8s-versions-schema.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/actions/azure/k8s-versions.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ariane-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
triggers:
/test-backport-1.12:
workflows:
- conformance-aks.yaml
- conformance-aws-cni.yaml
- conformance-clustermesh.yaml
- conformance-eks.yaml
- conformance-externalworkloads.yaml
- conformance-gke.yaml
- conformance-ingress.yaml
- tests-l4lb.yaml
/ci-aks:
workflows:
- conformance-aks.yaml
/ci-awscni:
workflows:
- conformance-aws-cni.yaml
Expand All @@ -38,8 +34,6 @@ triggers:
- tests-l4lb.yaml

workflows:
conformance-aks.yaml:
paths-ignore-regex: (test|Documentation)/
conformance-aws-cni.yaml:
paths-ignore-regex: (test|Documentation)/
conformance-clustermesh.yaml:
Expand Down
344 changes: 0 additions & 344 deletions .github/workflows/conformance-aks.yaml

This file was deleted.

0 comments on commit 0b041fa

Please sign in to comment.