Add options test options for GMD startup

Change-Id: Ib6cbe7d9a69b51490aa36dc45d04faa2d141c9ab
pull/1603/head
Ben Weiss 1 year ago
parent 8dce2c0115
commit a25c3ba0c6
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -114,7 +114,11 @@ jobs:
if: always()
run: ./gradlew testDemoDebug :lint:test
- name: Build all build type and flavor permutations
run: ./gradlew :app:assemble :benchmarks:assemble -Pandroidx.baselineprofile.skipgeneration
run: ./gradlew :app:assemble :benchmarks:assemble
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
- name: Upload build outputs (APKs)
uses: actions/upload-artifact@v4

Loading…
Cancel
Save