Skip to content

Commit

Permalink
build: limit max concurrent device count.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Oct 25, 2024
1 parent b87fd23 commit aa73ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- name: Generate baseline profile
run: ./gradlew :androidApp:generateSnapshotChannelRichCodecReleaseBaselineProfile
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1

- name: Build with Gradle
run: ./gradlew :androidApp:assembleSnapshotChannelRichCodecRelease
Expand Down

0 comments on commit aa73ee4

Please sign in to comment.