From 96896778cb673b9981c225e1656564bbfe02a142 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 5 Feb 2025 10:20:29 -0500 Subject: [PATCH] Update K8s versions tested in E2E The bottom of the version range and the Flake Finder were not updated. Signed-off-by: Daniel Farrell --- .github/workflows/e2e.yml | 2 +- .github/workflows/flake_finder.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf6e0626f..0e687aead 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -54,7 +54,7 @@ jobs: # https://submariner.io/development/building-testing/ci-maintenance/ - k8s_version: '1.21' # Bottom of supported K8s version range - - k8s_version: '1.26' + - k8s_version: '1.29' steps: - name: Check out the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 diff --git a/.github/workflows/flake_finder.yml b/.github/workflows/flake_finder.yml index 4e82b71ee..9d8e1010f 100644 --- a/.github/workflows/flake_finder.yml +++ b/.github/workflows/flake_finder.yml @@ -19,10 +19,10 @@ jobs: globalnet: ['', 'globalnet'] deploytool: ['operator'] # Run most tests against the latest K8s version - k8s_version: ['1.29'] + k8s_version: ['1.32'] include: # Bottom of supported K8s version range - - k8s_version: '1.26' + - k8s_version: '1.29' steps: - name: Check out the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683