ActivityWatch / ActivityWatch/aw-android

HW accelerated Android testing

未關閉
#92 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
ci
主要語言
Kotlin
星號
265
分支
57
平均合併
2 天 21 小時
30 天內合併 PR
19

描述

Mentioned by @ShootingKing-AM here: https://github.com/ActivityWatch/aw-android/pull/85#issuecomment-1441898719

> 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](https://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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。