summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-04-02 11:47:31 +0300
committerJuha Alanen <juha.alanen@mapbox.com>2020-04-15 19:11:28 +0300
commit7ead748f6c19503015bfa067a122d3907fe33513 (patch)
treea571c46132a82f7c701290fd9c972cc83fd21d94 /circle.yml
parent81e1f89c8cb67195c0565237a77020af688274a8 (diff)
downloadqtlocation-mapboxgl-7ead748f6c19503015bfa067a122d3907fe33513.tar.gz
[build] Save rebaselined metrics as artifacts
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 0617389f9c..c41cda627e 100644
--- a/circle.yml
+++ b/circle.yml
@@ -668,6 +668,8 @@ jobs:
command: |
metricsResult=$(gsutil ls -d gs://test-lab-186672a0qp5bq-ycr70axads3nc/render-test-app-${CIRCLE_BUILD_NUM}/*/*/sdcard/baselines/*) || true
gsutil -m cp -r $metricsResult metrics/android-render-test-runner/ || true
+ mkdir -p /tmp/tests/render-test-app/rebaselined_metrics
+ gsutil -m cp -r $metricsResult /tmp/tests/render-test-app/rebaselined_metrics || true
- save
trigger-pipeline:
executor: ubuntu-disco