pass perf test cluster connstr to circle ci jobs

This commit is contained in:
Dmitry Rodionov
2022-02-10 15:49:57 +03:00
committed by Dmitry Rodionov
parent 3cfcdb92ed
commit b51f23cdf0

View File

@@ -597,6 +597,7 @@ workflows:
- build-postgres-<< matrix.build_type >>
- run-pytest:
name: pg_regress-tests-<< matrix.build_type >>
context: PERF_TEST_RESULT_CONNSTR
matrix:
parameters:
build_type: ["debug", "release"]
@@ -614,6 +615,7 @@ workflows:
- build-zenith-<< matrix.build_type >>
- run-pytest:
name: benchmarks
context: PERF_TEST_RESULT_CONNSTR
build_type: release
test_selection: performance
run_in_parallel: false