From b155fe0e2fce278e50a7e1c05612ff1f376f35bb Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 2 Jun 2022 16:54:50 +0300 Subject: [PATCH] avoid perf test result context for pg regress --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fde6cbd35f..9aca415dc8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -750,7 +750,6 @@ 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"]