Nightly Benchmarks: use Postgres binaries from artifacts (#2501)

This commit is contained in:
Alexander Bayandin
2022-09-23 12:50:36 +01:00
committed by GitHub
parent eb0c6bcf1a
commit 3e65209a06
5 changed files with 54 additions and 16 deletions

View File

@@ -127,7 +127,7 @@ runs:
# Wake up the cluster if we use remote neon instance
if [ "${{ inputs.build_type }}" = "remote" ] && [ -n "${BENCHMARK_CONNSTR}" ]; then
${POSTGRES_DISTRIB_DIR}/v{$DEFAULT_PG_VERSION}/bin/psql ${BENCHMARK_CONNSTR} -c "SELECT version();"
${POSTGRES_DISTRIB_DIR}/v${DEFAULT_PG_VERSION}/bin/psql ${BENCHMARK_CONNSTR} -c "SELECT version();"
fi
# Run the tests.