Remove changes for performance

This commit is contained in:
alesapin 2021-10-22 11:37:17 +03:00
parent a095ec4ca2
commit a99cf594d7

View File

@ -59,16 +59,13 @@ then
# for a given nominal SHA, but it is not accessible outside Yandex.
# This is why we add this repository snapshot from CI to the performance test
# package.
for i in $(seq 1 5); do
rm -fr /output/ch ||:
mkdir /output/ch
git -C /output/ch init --bare && \
git -C /output/ch remote add origin /build && \
git -C /output/ch fetch --no-tags --depth 50 origin HEAD:pr && \
git -C /output/ch fetch --no-tags --depth 50 origin master:master && \
git -C /output/ch reset --soft pr && \
git -C /output/ch log -5 && break || sleep 3
done
mkdir /output/ch
git -C /output/ch init --bare
git -C /output/ch remote add origin /build
git -C /output/ch fetch --no-tags --depth 50 origin HEAD:pr
git -C /output/ch fetch --no-tags --depth 50 origin master:master
git -C /output/ch reset --soft pr
git -C /output/ch log -5
fi
# May be set for split build or for performance test.