Use short Kubernetes versions

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2021-06-01 22:25:17 -04:00
committed by Thomas Pantelis
parent 12c8e9b3ff
commit df9a462b9b
+4 -5
View File
@@ -14,13 +14,12 @@ jobs:
matrix: matrix:
cable_driver: ['libreswan', 'wireguard'] cable_driver: ['libreswan', 'wireguard']
globalnet: ['', 'globalnet'] globalnet: ['', 'globalnet']
k8s_version: ['1.17.17'] k8s_version: ['1.17']
lighthouse: ['', 'lighthouse'] lighthouse: ['', 'lighthouse']
include: include:
# Recentness of K8s versions are limited by kindest/node image releases - k8s_version: '1.18'
- k8s_version: 1.18.15 - k8s_version: '1.19'
- k8s_version: 1.19.7 - k8s_version: '1.20'
- k8s_version: 1.20.2
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2