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

This commit is contained in:
Moritz Eckert 2023-02-28 11:21:26 +01:00
parent 0481c039f7
commit 6fbca2818f
2 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@ inputs:
description: "The resource group to use"
required: false
test:
description: "The test to run. Can currently be one of [sonobuoy full, sonobuoy quick, autoscaling, lb, k-bench, verify, recover, nop, iamcreate]."
description: "The test to run. Can currently be one of [sonobuoy full, sonobuoy quick, autoscaling, lb, perf-bench, verify, recover, nop, iamcreate]."
required: true
sonobuoyTestSuiteCmd:
description: "The sonobuoy test suite to run."
@ -230,9 +230,9 @@ runs:
with:
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
- name: Run K-Bench
if: inputs.test == 'k-bench'
uses: ./.github/actions/e2e_kbench
- name: Run Performance Benchmark
if: inputs.test == 'perf-bench'
uses: ./.github/actions/e2e_benchmark
with:
cloudProvider: ${{ inputs.cloudProvider }}
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}

View File

@ -35,7 +35,7 @@ on:
- "sonobuoy full"
- "autoscaling"
- "lb"
- "k-bench"
- "perf-bench"
- "verify"
- "recover"
- "nop"