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

HW accelerated Android testing #92

Open
ErikBjare opened this issue Feb 26, 2023 · 1 comment
Open

HW accelerated Android testing #92

ErikBjare opened this issue Feb 26, 2023 · 1 comment
Labels

Comments

@ErikBjare
Copy link
Member

ErikBjare commented Feb 26, 2023

Mentioned by @ShootingKing-AM here: #85 (comment)

Just a note for much faster e2e testing on github actions - github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners

All we'd need is to enable large runners, and add this to the CI config:

      - name: Enable KVM group perms
        run: |
            echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
            sudo udevadm control --reload-rules
            sudo udevadm trigger --name-match=kvm

However, we don't have the GitHub plan required to enable large runners, which are a beta feature. Trying to apply for the beta gives me this:

image

So, we'll have to wait for now.

@ErikBjare ErikBjare added the ci label Feb 26, 2023
@ErikBjare
Copy link
Member Author

There seems to be no indication that larger runners will at some point not be paid-only, or even pay-as-you-go without a proper org plan (not happening).

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

No branches or pull requests

1 participant