mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 23:49:30 -05:00
e2e-tests: include k8s 1.25
This commit is contained in:
parent
f3b9d0402b
commit
bd6c6ce836
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
4
.github/workflows/e2e-test-azure-weekly.yml
vendored
@ -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
|
||||
|
6
.github/workflows/e2e-test-azure.yml
vendored
6
.github/workflows/e2e-test-azure.yml
vendored
@ -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
|
||||
|
4
.github/workflows/e2e-test-gcp-weekly.yml
vendored
4
.github/workflows/e2e-test-gcp-weekly.yml
vendored
@ -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
|
||||
|
6
.github/workflows/e2e-test-gcp.yml
vendored
6
.github/workflows/e2e-test-gcp.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user