@@ -131,18 +131,30 @@ workflows:
131
131
before_run :
132
132
- _build-connections
133
133
- _run-connections-e2e-tests
134
+ meta :
135
+ bitrise.io :
136
+ stack : linux-docker-android-22.04
137
+ machine_type_id : g2.linux.x-large
134
138
run-connections-e2e-data-tests-on-push :
135
139
envs :
136
140
- MAESTRO_TAGS : testmode-data
137
141
before_run :
138
142
- _build-connections
139
143
- _run-connections-e2e-tests
144
+ meta :
145
+ bitrise.io :
146
+ stack : linux-docker-android-22.04
147
+ machine_type_id : g2.linux.x-large
140
148
run-connections-e2e-token-tests-on-push :
141
149
envs :
142
150
- MAESTRO_TAGS : testmode-token
143
151
before_run :
144
152
- _build-connections
145
153
- _run-connections-e2e-tests
154
+ meta :
155
+ bitrise.io :
156
+ stack : linux-docker-android-22.04
157
+ machine_type_id : g2.linux.x-large
146
158
run-connections-e2e-livemode-tests :
147
159
envs :
148
160
- MAESTRO_TAGS : livemode-data
@@ -246,6 +258,10 @@ workflows:
246
258
timeout : 1200
247
259
inputs :
248
260
- content : ./gradlew :paymentsheet:pixel2api33DebugAndroidTest
261
+ meta :
262
+ bitrise.io :
263
+ stack : linux-docker-android-22.04
264
+ machine_type_id : g2.linux.x-large
249
265
run-example-instrumentation-tests :
250
266
before_run :
251
267
- start_emulator
@@ -354,7 +370,7 @@ workflows:
354
370
-camera-front none
355
371
-netdelay none
356
372
-netspeed full
357
- -memory 2048
373
+ -memory 4096
358
374
-no-snapshot
359
375
-no-audio
360
376
-no-window
@@ -371,7 +387,7 @@ workflows:
371
387
-camera-front none
372
388
-netdelay none
373
389
-netspeed full
374
- -memory 2048
390
+ -memory 4096
375
391
-no-snapshot
376
392
-no-audio
377
393
-no-window
@@ -433,4 +449,4 @@ workflows:
433
449
meta :
434
450
bitrise.io :
435
451
stack : linux-docker-android-22.04
436
- machine_type_id : g2.linux.large
452
+ machine_type_id : g2.linux.medium
0 commit comments