From 46c8a93976873da6199c0c128969129e2751f9b6 Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Thu, 1 Sep 2022 15:06:52 +0300 Subject: [PATCH] Fix PERF_TEST_RESULT_CONNSTR for benchmark init (#2375) --- .github/actions/run-python-test-set/action.yml | 2 +- .github/workflows/benchmarking.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index 1cc65b4286..2344fba13c 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -24,7 +24,7 @@ inputs: required: false default: 'true' save_perf_report: - description: 'Whether to upload the performance report' + description: 'Whether to upload the performance report, if true PERF_TEST_RESULT_CONNSTR env variable should be set' required: false default: 'false' run_with_real_s3: diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 1370917377..4c58dda6b6 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -179,6 +179,8 @@ jobs: env: PLATFORM: ${{ steps.calculate-platform.outputs.PLATFORM }} BENCHMARK_CONNSTR: ${{ secrets[matrix.connstr] }} + VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}" + PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}" - name: Benchmark simple-update uses: ./.github/actions/run-python-test-set