Skip to content

Commit

Permalink
deps: update dependency cloud-bulldozer/kube-burner to v1.7.10 (#2338)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
renovate[bot] and odubajDT committed Oct 30, 2023
1 parent 7cdcada commit 59c494b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
GO_VERSION: "~1.20"
# renovate: datasource=github-tags depName=cloud-bulldozer/kube-burner
KUBE_BURNER_VERSION: "v1.7.9"
KUBE_BURNER_VERSION: "v1.7.10"
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ integration-test-allowed-namespaces-local: install-prometheus
load-test:
kubectl apply -f ./test/load/assets/templates/namespace.yaml
kubectl apply -f ./test/load/assets/templates/provider.yaml
kube-burner init -c ./test/load/cfg.yml --metrics-profile ./test/load/metrics.yml
kube-burner init -c ./test/load/cfg.yml --metrics-profile ./test/load/metrics.yml --prometheus-url http://localhost:9090

.PHONY: install-prometheus
install-prometheus:
Expand Down
1 change: 0 additions & 1 deletion test/load/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ global:
indexerConfig:
type: "local"
metricsDirectory: collected-metrics
prometheusURL: http://localhost:9090

jobs:
- name: keptn-metrics
Expand Down

0 comments on commit 59c494b

Please sign in to comment.