Skip to content

Commit fba10b8

Browse files
authored
Limit emulator size to 4096M (#3875)
CI runs recently started to fail due to disk size issues when creating the emulator: > ERROR | Not enough space to create userdata partition. Available: 7329.925781 MB at /home/runner/.android/avd/../avd/test.avd, need 7372.800000 MB. #skip-changelog
1 parent fd1151b commit fba10b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/agp-matrix.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
target: 'aosp_atd'
7070
arch: x86
7171
channel: canary # Necessary for ATDs
72+
disk-size: 4096M
7273
script: ./gradlew sentry-android-integration-tests:sentry-uitest-android:connectedReleaseAndroidTest -DtestBuildType=release --daemon
7374

7475
- name: Upload test results

0 commit comments

Comments
 (0)