e2e: add k-bench to weekly run

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-02 18:34:19 +01:00
parent 273d6162de
commit ac3768bbc9

View File

@ -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: