From 9d14873af2c4f0ca2221b1be3291c039a2e1ac6e Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Tue, 26 Nov 2024 16:33:46 +0000 Subject: Add persistent storage to prometheus - add healthcheck to ensure prometheus service is running correctly and restarts it if it becomes unhealthy - set the data retention time to 30d - update readme Issue-ID: CPS-2466 Change-Id: I0f6186f8577e8e0113831ed040298b823e33d624 Signed-off-by: halil.cakal --- k6-tests/run-k6-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k6-tests') diff --git a/k6-tests/run-k6-tests.sh b/k6-tests/run-k6-tests.sh index 8c4048ba8c..74021ec28b 100755 --- a/k6-tests/run-k6-tests.sh +++ b/k6-tests/run-k6-tests.sh @@ -20,7 +20,7 @@ set -o nounset # Disallow expansion of unset variables set -o pipefail # Use last non-zero exit code in a pipeline #set -o xtrace # Uncomment for debugging -# default is empty string, which means performance tests +# Default test profile is kpi. testProfile=${1:-kpi} on_exit() { -- cgit