Skip to content

Commit 0c6a4f8

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove AVD code from Android CI
Summary: We don't really run AVD (Emulators on CI) so those steps are entirely unnecessary and skipped every time. I'm removing them. Changelog: [Internal] [Changed] - Remove AVD code from Android CI Reviewed By: cipolleschi Differential Revision: D41521976 fbshipit-source-id: 2737ef0dfc84198ab9b837819c16ae46280ba43f
1 parent 4a4ccee commit 0c6a4f8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -710,16 +710,6 @@ jobs:
710710
- checkout
711711
- setup_artifacts
712712
- run_yarn
713-
714-
# Starting emulator in advance as it takes some time to boot.
715-
- run:
716-
name: Create Android Virtual Device
717-
command: source scripts/android-setup.sh && createAVD
718-
- run:
719-
name: Launch Android Virtual Device in Background
720-
command: source scripts/android-setup.sh && launchAVD
721-
background: true
722-
723713
- download_gradle_dependencies
724714

725715
- run:
@@ -730,11 +720,6 @@ jobs:
730720
name: Build RN Tester for Release using Gradle
731721
command: ./gradlew packages:rn-tester:android:app:assembleRelease
732722

733-
# Wait for AVD to finish booting before running tests
734-
- run:
735-
name: Wait for Android Virtual Device
736-
command: source scripts/android-setup.sh && waitForAVD
737-
738723
- report_bundle_size:
739724
platform: android
740725

0 commit comments

Comments
 (0)