From df9a462b9bed7b00d62ad3095acebd17f00b86f9 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 27 May 2021 18:17:52 +0200 Subject: [PATCH] Use short Kubernetes versions Signed-off-by: Stephen Kitt --- .github/workflows/e2e.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b705eac..cf8794f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,13 +14,12 @@ jobs: matrix: cable_driver: ['libreswan', 'wireguard'] globalnet: ['', 'globalnet'] - k8s_version: ['1.17.17'] + k8s_version: ['1.17'] lighthouse: ['', 'lighthouse'] include: - # Recentness of K8s versions are limited by kindest/node image releases - - k8s_version: 1.18.15 - - k8s_version: 1.19.7 - - k8s_version: 1.20.2 + - k8s_version: '1.18' + - k8s_version: '1.19' + - k8s_version: '1.20' steps: - name: Check out the repository uses: actions/checkout@v2