Skip to content

Commit

Permalink
Limit emulator size to 4096M (#3875)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
markushi authored Nov 12, 2024
1 parent fd1151b commit fba10b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agp-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
target: 'aosp_atd'
arch: x86
channel: canary # Necessary for ATDs
disk-size: 4096M
script: ./gradlew sentry-android-integration-tests:sentry-uitest-android:connectedReleaseAndroidTest -DtestBuildType=release --daemon

- name: Upload test results
Expand Down

0 comments on commit fba10b8

Please sign in to comment.