From bd6c6ce836afe58dbf2b7202d6253a7b2580d550 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Mon, 5 Sep 2022 11:17:20 +0200 Subject: [PATCH] e2e-tests: include k8s 1.25 --- .github/workflows/e2e-test-azure-weekly.yml | 4 ++-- .github/workflows/e2e-test-azure.yml | 6 +++--- .github/workflows/e2e-test-gcp-weekly.yml | 4 ++-- .github/workflows/e2e-test-gcp.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e-test-azure-weekly.yml b/.github/workflows/e2e-test-azure-weekly.yml index 6cdb12855..0908ba2db 100644 --- a/.github/workflows/e2e-test-azure-weekly.yml +++ b/.github/workflows/e2e-test-azure-weekly.yml @@ -7,10 +7,10 @@ on: schedule: - cron: "0 19 * * 0" jobs: - test-older-versions: + test-other-versions: strategy: matrix: - version: ["1.22", "1.23"] + version: ["1.22", "1.24", "1.25"] runs-on: ubuntu-latest steps: - name: Check out repository diff --git a/.github/workflows/e2e-test-azure.yml b/.github/workflows/e2e-test-azure.yml index 42d611d44..61d605d35 100644 --- a/.github/workflows/e2e-test-azure.yml +++ b/.github/workflows/e2e-test-azure.yml @@ -5,7 +5,7 @@ on: schedule: - cron: "0 0 * * 2-6" jobs: - test-latest: + test-default: runs-on: ubuntu-latest steps: - name: Check out repository @@ -77,10 +77,10 @@ jobs: --no-wait \ --yes - test-older-versions: + test-other-versions: strategy: matrix: - version: ["1.22", "1.23"] + version: ["1.22", "1.24", "1.25"] runs-on: ubuntu-latest steps: - name: Check out repository diff --git a/.github/workflows/e2e-test-gcp-weekly.yml b/.github/workflows/e2e-test-gcp-weekly.yml index 34fdcf8e2..d3c60c0a1 100644 --- a/.github/workflows/e2e-test-gcp-weekly.yml +++ b/.github/workflows/e2e-test-gcp-weekly.yml @@ -7,10 +7,10 @@ on: schedule: - cron: "0 0 * * 0" jobs: - test-older-versions: + test-other-versions: strategy: matrix: - version: ["1.22", "1.23"] + version: ["1.22", "1.24", "1.25"] runs-on: ubuntu-latest steps: - name: Check out repository diff --git a/.github/workflows/e2e-test-gcp.yml b/.github/workflows/e2e-test-gcp.yml index 5706f92da..d8f811523 100644 --- a/.github/workflows/e2e-test-gcp.yml +++ b/.github/workflows/e2e-test-gcp.yml @@ -5,7 +5,7 @@ on: schedule: - cron: "0 2 * * 2-6" jobs: - test-latest: + test-default: runs-on: ubuntu-latest steps: - name: Check out repository @@ -52,10 +52,10 @@ jobs: shell: bash working-directory: .github/actions/e2e_test - test-older-versions: + test-other-versions: strategy: matrix: - version: ["1.22", "1.23"] + version: ["1.22", "1.24", "1.25"] runs-on: ubuntu-latest steps: - name: Check out repository