Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix CI/CD timeouts #17

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Try to fix CI/CD timeouts #17

merged 2 commits into from
Apr 30, 2024

Conversation

richardthe3rd
Copy link
Owner

@richardthe3rd richardthe3rd merged commit 6a2aa20 into main Apr 30, 2024
2 checks passed
@richardthe3rd richardthe3rd deleted the cicd branch April 30, 2024 12:26
richardthe3rd added a commit that referenced this pull request Apr 30, 2024
* add free-disk-space

* KVM group perms and heap sizes
richardthe3rd added a commit that referenced this pull request May 3, 2024
* Update various things for cbf2024

* Try to fix CI/CD timeouts (#17)

* add free-disk-space

* KVM group perms and heap sizes
@santhoshshetty
Copy link

Hello Dear Community,

Do we have a fix for this issue? I am still running into the problem with the error message below. Can someone please suggest a fix?

Error message:
The process '/Users/runner/Library/Android/sdk/platform-tools/adb' failed with exit code 1
/Users/runner/Library/Android/sdk/platform-tools/adb shell getprop sys.boot_completed
adb: no devices/emulators found

Workflow:

name: Android Mobile CI - MAC OS
on:
  workflow_dispatch

jobs:
  build:

    runs-on: macos-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@v2

      - name: Set up Node.js
        uses: actions/setup-node@v3
        with:
          node-version: '21'  # Use a version compatible with ARM64
          check-latest: true

      - name: Run Android Tests
        uses: reactivecircus/[email protected]
        with:
          api-level: 31
          profile: Nexus 6
          arch: arm64-v8a
          force-avd-creation: false
          avd-name: macOS-avd-arm64-v8a-31
          emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
          disable-animations: true
          script: |
            mvn clean test

Any help or suggestions would be greatly appreciated. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants