File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
136
136
- name : Run all tests pixel 2 api 30 ATD
137
137
working-directory : .
138
- run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=2 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
138
+ run : ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
139
139
140
140
- name : Upload build reports
141
141
if : always()
Original file line number Diff line number Diff line change @@ -113,6 +113,14 @@ android {
113
113
systemImageSource = " aosp-atd"
114
114
abi = " x86"
115
115
}
116
+ pixel2api30(com.android.build.api.dsl.ManagedVirtualDevice ) {
117
+ // Use device profiles you typically see in Android Studio
118
+ device = " Pixel 2"
119
+ apiLevel = 30
120
+ // You can also specify "google" if you require Google Play Services.
121
+ systemImageSource = " aosp"
122
+ abi = " x86"
123
+ }
116
124
pixel2api27atd(com.android.build.api.dsl.ManagedVirtualDevice ) {
117
125
device = " Pixel 2"
118
126
apiLevel = 27
You can’t perform that action at this time.
0 commit comments