summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-12-02 13:29:13 +0200
committerGitHub <noreply@github.com>2019-12-02 13:29:13 +0200
commitb2693f9d539a1f54419cd948cbc5b5f8e2155df7 (patch)
treed94d893106c3bfbf14f4af8137c4e5dc2f94ad63 /circle.yml
parent0c348a8acfcbb86c43b0d1764388a0d247b84404 (diff)
downloadqtlocation-mapboxgl-b2693f9d539a1f54419cd948cbc5b5f8e2155df7.tar.gz
[test-runner] Add android RenderTestRunner baseline metrics (#15979)
* [test-runner] Enable probe-testing android render test runner * [test-runner] Add pixel4 baseline metrics * Add git ignored metrics * Make renderTestrunner run two times with different manifest config
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 447b98f0a4..27cdf7c0ea 100644
--- a/circle.yml
+++ b/circle.yml
@@ -707,7 +707,7 @@ jobs:
--device-ids flame --os-version-ids 29 --locales en --orientations portrait --timeout 20m \
--directories-to-pull /sdcard --results-dir render-test-app-${CIRCLE_BUILD_NUM} \
--no-record-video --no-performance-metrics
- testResult=$(gsutil ls gs://test-lab-186672a0qp5bq-ycr70axads3nc/render-test-app-${CIRCLE_BUILD_NUM}/**/*.html | tail -1)
+ testResult=$(gsutil ls gs://test-lab-186672a0qp5bq-ycr70axads3nc/render-test-app-${CIRCLE_BUILD_NUM}/**/*.html)
mkdir -p /tmp/tests/render-test-app
gsutil cp $testResult /tmp/tests/render-test-app | true
fi