From 8730575d836c3fd0be1520f0fa6512e61d3a0a00 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Mon, 22 Jan 2024 11:14:50 +1000 Subject: [PATCH] feat(ci): test with no gpu only api 21 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08eefaa4d..be17b3d29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: runs-on: svarog-android-${{ matrix.api }} strategy: matrix: - api: [ 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 34 ] + api: [ 21 ] steps: - uses: actions/checkout@v1 - name: Set up JDK 17 @@ -55,7 +55,7 @@ jobs: timeout-minutes: 25 with: cmd: ./gradlew :adam:integrationTest - cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 4 -memory 3072 -no-window -gpu swiftshader_indirect -grpc 8554 + cmdOptions: -no-snapshot-save -noaudio -no-boot-anim -cores 4 -memory 3072 -no-window -gpu off -grpc 8554 api: ${{ matrix.api }} tag: google_apis abi: x86_64