From 623a4f46bb6c4a1f8c2a120f0628034b3150c9d4 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Tue, 5 Nov 2024 10:22:17 +0100 Subject: [PATCH] ci: output result of perf--tests to grafana --- .github/workflows/workflow-run-k6-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-run-k6-performance.yml b/.github/workflows/workflow-run-k6-performance.yml index bd55f70cd..cd876c9e5 100644 --- a/.github/workflows/workflow-run-k6-performance.yml +++ b/.github/workflows/workflow-run-k6-performance.yml @@ -45,7 +45,7 @@ jobs: - name: Run K6 tests (${{ inputs.testSuitePath }}) run: | ./tests/k6/tests/scripts/generate_tokens.sh ./tests/k6/tests/performancetest_data ${{ inputs.tokens }} - k6 run ${{ inputs.testSuitePath }} --quiet --log-output=stdout --include-system-env-vars --vus=${{ inputs.vus }} --duration=${{ inputs.duration }} + k6 run ${{ inputs.testSuitePath }} --quiet --log-output=stdout --include-system-env-vars --vus=${{ inputs.vus }} --duration=${{ inputs.duration }} --out=cloud env: API_ENVIRONMENT: ${{ inputs.environment }} API_VERSION: ${{ inputs.apiVersion }}