From 59c494b0227b7e463459d9b19ba595fb020f36fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:14:29 +0100 Subject: [PATCH] deps: update dependency cloud-bulldozer/kube-burner to v1.7.10 (#2338) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: odubajDT Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: odubajDT --- .github/workflows/load-test.yml | 2 +- Makefile | 2 +- test/load/cfg.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 38fa941631..e2bfe4e9c8 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -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 diff --git a/Makefile b/Makefile index 8c4ad792d7..65fc8c6569 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/test/load/cfg.yml b/test/load/cfg.yml index fcad371a73..19aebff8ba 100644 --- a/test/load/cfg.yml +++ b/test/load/cfg.yml @@ -3,7 +3,6 @@ global: indexerConfig: type: "local" metricsDirectory: collected-metrics - prometheusURL: http://localhost:9090 jobs: - name: keptn-metrics