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" description: "The resource group to use"
required: false required: false
test: 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 required: true
sonobuoyTestSuiteCmd: sonobuoyTestSuiteCmd:
description: "The sonobuoy test suite to run." description: "The sonobuoy test suite to run."
@ -230,9 +230,9 @@ runs:
with: with:
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }} kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}
- name: Run K-Bench - name: Run Performance Benchmark
if: inputs.test == 'k-bench' if: inputs.test == 'perf-bench'
uses: ./.github/actions/e2e_kbench uses: ./.github/actions/e2e_benchmark
with: with:
cloudProvider: ${{ inputs.cloudProvider }} cloudProvider: ${{ inputs.cloudProvider }}
kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }} kubeconfig: ${{ steps.constellation-create.outputs.kubeconfig }}

View file

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