Skip to content

Commit

Permalink
chore: Add test case as label (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado Ferrero <[email protected]>
  • Loading branch information
JorTurFer authored Nov 27, 2023
1 parent 9e843f4 commit cc9a0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ execute-k6-scaled-object-case:
--set test.extraConfig.PROMETHEUS_USER=$(TF_GRAFANA_PROMETHEUS_USER) \
--set test.extraConfig.PROMETHEUS_PASSWORD=$(TF_GRAFANA_PROMETHEUS_PASSWORD) \
--set test.extraConfig.INJECT_FAULTS=$(INJECT_FAULTS) \
--set test.extraArgs="--out cloud"
--set test.extraArgs="--out cloud --tag testCase=ScaledObject"

./hack/wait-test-case.sh $(K6_OPERATOR_NAMESPACE)

Expand All @@ -163,4 +163,4 @@ lint: install-prettier
npx prettier . --write

verify-lint: install-prettier
npx prettier . --check
npx prettier . --check

0 comments on commit cc9a0a3

Please sign in to comment.