Fix PERF_TEST_RESULT_CONNSTR for benchmark init (#2375)

This commit is contained in:
Sergey Melnikov
2022-09-01 15:06:52 +03:00
committed by GitHub
parent 13beeb59cd
commit 46c8a93976
2 changed files with 3 additions and 1 deletions

View File

@@ -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:

View File

@@ -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