Skip to content

Commit

Permalink
Remove emu gpu option
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 16, 2024
1 parent 7f2d1f4 commit 9bf9f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
emulator: {
type: "android.emulator",
device: {
avdName: "Pixel_8_API_34_AOSP",
avdName: "Pixel_5_API_34_AOSP",
},
},
},
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
target: aosp_atd
arch: x86_64
profile: Nexus 5X
avd-name: Pixel_8_API_34_AOSP
avd-name: Pixel_5_API_34_AOSP
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
Expand Down Expand Up @@ -143,8 +143,9 @@ jobs:
target: aosp_atd
arch: x86_64
profile: Nexus 5X
avd-name: Pixel_8_API_34_AOSP
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot-save -noaudio -no-boot-anim -no-audio -no-window -timezone America/Los_Angeles
avd-name: Pixel_5_API_34_AOSP
emulator-options: -no-window -no-snapshot-save -noaudio -no-boot-anim -no-audio -timezone America/Los_Angeles
# emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot-save -noaudio -no-boot-anim -no-audio -timezone America/Los_Angeles
script: |
$ANDROID_HOME/emulator/emulator -list-avds
$ANDROID_HOME/platform-tools/adb devices
Expand Down

0 comments on commit 9bf9f7e

Please sign in to comment.