Setup CI for app-ng

This commit is contained in:
topjohnwu
2026-03-17 20:04:47 -07:00
parent e4f4239f5c
commit 5cb025e7cc
5 changed files with 103 additions and 55 deletions

View File

@@ -102,10 +102,8 @@ jobs:
run: .github/kvm.sh
- name: Run AVD test
timeout-minutes: 15
env:
AVD_TEST_LOG: 1
run: scripts/avd.sh test ${{ matrix.version }} ${{ matrix.type }}
timeout-minutes: 18
run: scripts/avd.sh test -l -v ${{ matrix.version }} -t ${{ matrix.type }}
- name: Upload logs on error
if: ${{ failure() }}
@@ -140,11 +138,10 @@ jobs:
run: .github/kvm.sh
- name: Run AVD test
timeout-minutes: 15
timeout-minutes: 18
env:
FORCE_32_BIT: 1
AVD_TEST_LOG: 1
run: scripts/avd.sh test ${{ matrix.version }}
run: scripts/avd.sh test -l -v ${{ matrix.version }}
- name: Upload logs on error
if: ${{ failure() }}
@@ -188,7 +185,7 @@ jobs:
scripts/cuttlefish.sh download ${{ matrix.branch }} ${{ matrix.device }}
- name: Run Cuttlefish test
timeout-minutes: 15
timeout-minutes: 18
run: sudo -E -u $USER scripts/cuttlefish.sh test
- name: Upload logs on error