Update path to perf test package

This commit is contained in:
Alexander Kuzmenkov 2020-06-26 03:46:44 +03:00
parent 2163716e45
commit 41659e38ce

View File

@ -50,7 +50,7 @@ function find_reference_sha
# FIXME sometimes we have testing tags on commits without published builds --
# normally these are documentation commits. Loop to skip them.
if curl --fail --head "https://clickhouse-builds.s3.yandex.net/0/$REF_SHA/performance/performance.tgz"
if curl --fail --head "https://clickhouse-builds.s3.yandex.net/0/$REF_SHA/clickhouse_build_check/performance/performance.tgz"
then
break
fi