aboutsummaryrefslogtreecommitdiff
path: root/automated/android
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-07-05 11:33:15 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-07-05 11:33:15 +0100
commit1df29b718bcb8cd646231304382f40f4a4046cb0 (patch)
tree27f881560ceed94be9d359464a3b16a8580cf32c /automated/android
parent6d3bed7c49a77c7b285d5e7043b3df6a31f36340 (diff)
microbenchmarks: switch to official post-build-reports
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'automated/android')
-rwxr-xr-xautomated/android/microbenchmarks/microbenchmarks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/android/microbenchmarks/microbenchmarks.sh b/automated/android/microbenchmarks/microbenchmarks.sh
index c5c308e..aca746f 100755
--- a/automated/android/microbenchmarks/microbenchmarks.sh
+++ b/automated/android/microbenchmarks/microbenchmarks.sh
@@ -75,7 +75,7 @@ export OUT=${PWD}/out/target/product/${LUNCH_TARGET}/
./scripts/benchmarks/benchmarks_run_target.sh --skip-build true --iterations "${ITERATIONS}" --mode "${MODE}"
if [ ! -z "${ART_TOKEN}" ]; then
- git clone https://git.linaro.org/people/vishal.bhoj/pbr.git; mkdir -p pbr/artifacts/
+ git clone https://git.linaro.org/qa/post-build-report.git; mkdir -p pbr/artifacts/
cp ./*.json pbr/artifacts/
wget "${SNAPSHOTS_URL}"/pinned-manifest.xml -O pbr/artifacts/pinned-manifest.xml
cd pbr || exit