File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Shared default parameters and variables
22defaults : &defaults
33 working_directory : ~/root/project
4+ resource_class : large
45 docker :
5- - image : circleci /android:api-28
6+ - image : cimg /android:2022.12.1
67 environment :
78 GRADLE_OPTS : -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
89
@@ -92,13 +93,13 @@ jobs:
9293 --test instrumentation/core/build/outputs/apk/androidTest/debug/core-debug-androidTest.apk \
9394 --environment-variables runnerBuilder=de.mannodermaus.junit5.AndroidJUnit5Builder \
9495 --test-runner-class androidx.test.runner.AndroidJUnitRunner \
95- --device model=blueline,version=28,locale=en_US,orientation=portrait \
96+ --device model=redfin,version=30,locale=en_US,orientation=portrait \
97+ --device model=oriole,version=33,locale=en_US,orientation=portrait \
9698 --results-bucket cloud-test-${GOOGLE_PROJECT_ID} \
9799 --timeout 15m
98100 - run :
99101 name : Install gsutil dependency and copy test results data
100102 command : |
101- sudo pip install -U crcmod
102103 mkdir test-lab-results
103104 sudo gsutil -m cp -r -U `sudo gsutil ls gs://cloud-test-${GOOGLE_PROJECT_ID} | tail -1` test-lab-results/ | true
104105
You can’t perform that action at this time.
0 commit comments