diff options
author | zmiao <miao.zhao@mapbox.com> | 2020-01-24 15:45:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 15:45:47 +0200 |
commit | 429292fb9898cbcf3f2a0b644e01277473124252 (patch) | |
tree | ebcdd55d269984af2aa10d2d15e73eacdf04e178 /circle.yml | |
parent | 61ab64906e6ebca9fe27463d9ea12a747314386c (diff) | |
download | qtlocation-mapboxgl-429292fb9898cbcf3f2a0b644e01277473124252.tar.gz |
[test-runner] Add iOS RenderTestRunner test metrics (#16139)
* [test-runner] Add iOS RenderTestRunner test metrics
* [test-runner] Add ios probe metrics
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml index 13e8bf9dbf..095fbcbca2 100644 --- a/circle.yml +++ b/circle.yml @@ -749,7 +749,7 @@ jobs: # arrange files in a way Firebase expects it, and package them in a zip file cd render-test/ios/Build cp ../RenderTestApp_iphoneos13.2-arm64e-release.xctestrun . - zip testapp.zip -r Release-iphoneos/RenderTestApp.app + zip testapp.zip -r Release-iphoneos/RenderTestApp.app --quiet zip testapp.zip RenderTestApp_iphoneos13.2-arm64e-release.xctestrun gcloud firebase test ios models list gcloud firebase test ios run \ @@ -765,8 +765,8 @@ jobs: testResult=$(gsutil ls -d gs://test-lab-hn7kwqcz3108z-hjm4qtbqqkymk/ios-render-test-app-${CIRCLE_BUILD_NUM}/iphonexs-12.0-en-portrait/TestLogs/) mkdir -p render-test-app gsutil -m cp -r $testResult render-test-app - cd render-test-app/TestLogs && ls - xcparse attachments *.xcresult + cd render-test-app/TestLogs + xcparse attachments *.xcresult && ls cd ../.. && mkdir -p /tmp/tests/ios-render-test if ls render-test-app/TestLogs/*.html 1> /dev/null 2>&1; then cp render-test-app/TestLogs/*.html /tmp/tests/ios-render-test; fi fi |