From b51f23cdf060e14723a3847d6a3767370588ef3f Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 10 Feb 2022 15:49:57 +0300 Subject: [PATCH] pass perf test cluster connstr to circle ci jobs --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97b91c50a1..be58b008e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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