mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-25 16:18:23 -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
7
.github/workflows/e2e-test-weekly.yml
vendored
7
.github/workflows/e2e-test-weekly.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
fail-fast: false
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
test: ["sonobuoy full", "autoscaling"]
|
||||
test: ["sonobuoy full", "autoscaling", "k-bench"]
|
||||
provider: ["gcp", "azure"]
|
||||
version: ["1.23", "1.24", "1.25"]
|
||||
exclude:
|
||||
@ -26,6 +26,11 @@ jobs:
|
||||
version: "1.23"
|
||||
- test: "autoscaling"
|
||||
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
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user