Add K8s 1.24 E2E, EoL K8s 1.21

Use Kubernetes 1.24 as the default version for end-to-end tests.

Remove Kubernetes 1.21 end-to-end tests as it's end of life.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2022-07-07 15:13:50 -04:00
committed by Thomas Pantelis
parent 7f4648985e
commit 077c26b714
+2 -3
View File
@@ -16,12 +16,11 @@ jobs:
matrix:
cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet']
k8s_version: ['1.23']
k8s_version: ['1.24']
lighthouse: ['', 'lighthouse']
include:
- k8s_version: '1.21'
- k8s_version: '1.22'
- k8s_version: '1.24'
- k8s_version: '1.23'
steps:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b