ci: replace k-bench in e2e-test-weekly

This commit is contained in:
Moritz Eckert 2023-03-01 10:24:36 +01:00
parent 6fbca2818f
commit 12ba11ceee

View file

@ -46,7 +46,7 @@ jobs:
max-parallel: 5 max-parallel: 5
matrix: matrix:
test: test:
["sonobuoy full", "autoscaling", "k-bench", "lb", "verify", "recover", "iamcreate"] ["sonobuoy full", "autoscaling", "perf-bench", "lb", "verify", "recover", "iamcreate"]
provider: ["gcp", "azure", "aws"] provider: ["gcp", "azure", "aws"]
version: ["v1.24", "v1.25", "v1.26"] version: ["v1.24", "v1.25", "v1.26"]
exclude: exclude:
@ -70,10 +70,10 @@ jobs:
version: "v1.24" version: "v1.24"
- test: "autoscaling" - test: "autoscaling"
version: "v1.25" version: "v1.25"
# K-bench test runs only on latest version. # Perf-Bench test runs only on latest version.
- test: "k-bench" - test: "perf-bench"
version: "v1.24" version: "v1.24"
- test: "k-bench" - test: "perf-bench"
version: "v1.25" version: "v1.25"
# lb test runs only on latest version. # lb test runs only on latest version.
- test: "lb" - test: "lb"
@ -83,7 +83,7 @@ jobs:
# Currently not supported on AWS. # Currently not supported on AWS.
- test: "autoscaling" - test: "autoscaling"
provider: "aws" provider: "aws"
- test: "k-bench" - test: "perf-bench"
provider: "aws" provider: "aws"
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions: