mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
e2e: add k-bench to weekly run
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
273d6162de
commit
ac3768bbc9
1 changed files with 6 additions and 1 deletions
7
.github/workflows/e2e-test-weekly.yml
vendored
7
.github/workflows/e2e-test-weekly.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 5
|
max-parallel: 5
|
||||||
matrix:
|
matrix:
|
||||||
test: ["sonobuoy full", "autoscaling"]
|
test: ["sonobuoy full", "autoscaling", "k-bench"]
|
||||||
provider: ["gcp", "azure"]
|
provider: ["gcp", "azure"]
|
||||||
version: ["1.23", "1.24", "1.25"]
|
version: ["1.23", "1.24", "1.25"]
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -26,6 +26,11 @@ jobs:
|
||||||
version: "1.23"
|
version: "1.23"
|
||||||
- test: "autoscaling"
|
- test: "autoscaling"
|
||||||
version: "1.24"
|
version: "1.24"
|
||||||
|
# K-bench test runs only on latest version.
|
||||||
|
- test: "k-bench"
|
||||||
|
version: "1.23"
|
||||||
|
- test: "k-bench"
|
||||||
|
version: "1.24"
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue