Skip to content

Commit 75fab16

Browse files
Try larger bitrise build. (#10471)
1 parent dd0f841 commit 75fab16

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

bitrise.yml

+19-3
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,30 @@ workflows:
131131
before_run:
132132
- _build-connections
133133
- _run-connections-e2e-tests
134+
meta:
135+
bitrise.io:
136+
stack: linux-docker-android-22.04
137+
machine_type_id: g2.linux.x-large
134138
run-connections-e2e-data-tests-on-push:
135139
envs:
136140
- MAESTRO_TAGS: testmode-data
137141
before_run:
138142
- _build-connections
139143
- _run-connections-e2e-tests
144+
meta:
145+
bitrise.io:
146+
stack: linux-docker-android-22.04
147+
machine_type_id: g2.linux.x-large
140148
run-connections-e2e-token-tests-on-push:
141149
envs:
142150
- MAESTRO_TAGS: testmode-token
143151
before_run:
144152
- _build-connections
145153
- _run-connections-e2e-tests
154+
meta:
155+
bitrise.io:
156+
stack: linux-docker-android-22.04
157+
machine_type_id: g2.linux.x-large
146158
run-connections-e2e-livemode-tests:
147159
envs:
148160
- MAESTRO_TAGS: livemode-data
@@ -246,6 +258,10 @@ workflows:
246258
timeout: 1200
247259
inputs:
248260
- content: ./gradlew :paymentsheet:pixel2api33DebugAndroidTest
261+
meta:
262+
bitrise.io:
263+
stack: linux-docker-android-22.04
264+
machine_type_id: g2.linux.x-large
249265
run-example-instrumentation-tests:
250266
before_run:
251267
- start_emulator
@@ -354,7 +370,7 @@ workflows:
354370
-camera-front none
355371
-netdelay none
356372
-netspeed full
357-
-memory 2048
373+
-memory 4096
358374
-no-snapshot
359375
-no-audio
360376
-no-window
@@ -371,7 +387,7 @@ workflows:
371387
-camera-front none
372388
-netdelay none
373389
-netspeed full
374-
-memory 2048
390+
-memory 4096
375391
-no-snapshot
376392
-no-audio
377393
-no-window
@@ -433,4 +449,4 @@ workflows:
433449
meta:
434450
bitrise.io:
435451
stack: linux-docker-android-22.04
436-
machine_type_id: g2.linux.large
452+
machine_type_id: g2.linux.medium

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android.enableR8.fullMode=true
1717
android.nonFinalResIds=true
1818
android.nonTransitiveRClass=true
1919
android.useAndroidX=true
20-
android.experimental.androidTest.numManagedDeviceShards=3
20+
android.experimental.androidTest.numManagedDeviceShards=6
2121

2222
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
2323
VERSION_NAME=21.7.1

0 commit comments

Comments
 (0)