Skip to content

Commit 6a290ef

Browse files
[CI] Hard-code emulator options (#5807)
1 parent ad2421a commit 6a290ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e-test-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
disable-animations: true
6363
profile: pixel
6464
arch : x86_64
65-
emulator-options: ${{ vars.EMULATOR_OPTIONS }}
65+
emulator-options: -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
6666
script: bundle exec fastlane run_e2e_test
6767
- name: Allure TestOps Upload
6868
run: bundle exec fastlane allure_upload

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
disable-animations: true
7373
profile: pixel
7474
arch : x86_64
75-
emulator-options: ${{ vars.EMULATOR_OPTIONS }}
75+
emulator-options: -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
7676
script: bundle exec fastlane run_e2e_test batch:${{ matrix.batch }} batch_count:${{ strategy.job-total }}
7777
- name: Allure TestOps Upload
7878
if: ${{ env.LAUNCH_ID != '' && (success() || failure()) }}

.github/workflows/snapshot-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
disable-animations: true
3737
profile: pixel
3838
arch : x86_64
39-
emulator-options: ${{ vars.EMULATOR_OPTIONS }}
39+
emulator-options: -no-snapshot-save -no-window -no-audio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
4040
script: bundle exec fastlane run_snapshot_test record:${{ github.event.inputs.record }}
4141

4242
- name: Upload test results

0 commit comments

Comments
 (0)