mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -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:
|
schedule:
|
||||||
- cron: "0 19 * * 0"
|
- cron: "0 19 * * 0"
|
||||||
jobs:
|
jobs:
|
||||||
test-older-versions:
|
test-other-versions:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.24", "1.25"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- 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:
|
schedule:
|
||||||
- cron: "0 0 * * 2-6"
|
- cron: "0 0 * * 2-6"
|
||||||
jobs:
|
jobs:
|
||||||
test-latest:
|
test-default:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
@ -77,10 +77,10 @@ jobs:
|
|||||||
--no-wait \
|
--no-wait \
|
||||||
--yes
|
--yes
|
||||||
|
|
||||||
test-older-versions:
|
test-other-versions:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.24", "1.25"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- 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:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
jobs:
|
jobs:
|
||||||
test-older-versions:
|
test-other-versions:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.24", "1.25"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- 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:
|
schedule:
|
||||||
- cron: "0 2 * * 2-6"
|
- cron: "0 2 * * 2-6"
|
||||||
jobs:
|
jobs:
|
||||||
test-latest:
|
test-default:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
@ -52,10 +52,10 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: .github/actions/e2e_test
|
working-directory: .github/actions/e2e_test
|
||||||
|
|
||||||
test-older-versions:
|
test-other-versions:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: ["1.22", "1.23"]
|
version: ["1.22", "1.24", "1.25"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user