chore(ci): tweak baseline profile execution environment

This commit is contained in:
Harsh Shandilya 2022-12-21 14:31:36 +05:30
parent a4bc5476a4
commit 058561e4d6
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
AVD_API_LEVEL: 33 AVD_API_LEVEL: 31
AVD_ARCH: x86_64 AVD_ARCH: x86_64
jobs: jobs:
@ -71,6 +71,8 @@ jobs:
with: with:
api-level: ${{ env.AVD_API_LEVEL }} api-level: ${{ env.AVD_API_LEVEL }}
arch: ${{ env.AVD_ARCH }} arch: ${{ env.AVD_ARCH }}
channel: canary
target: aosp_atd
force-avd-creation: false force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false disable-animations: false
@ -84,7 +86,10 @@ jobs:
with: with:
api-level: ${{ env.AVD_API_LEVEL }} api-level: ${{ env.AVD_API_LEVEL }}
arch: ${{ env.AVD_ARCH }} arch: ${{ env.AVD_ARCH }}
channel: canary
target: aosp_atd
disable-animations: true disable-animations: true
disable-spellchecker: true
disk-size: 8G disk-size: 8G
script: | script: |
# Run our benchmark, enabling only tests using BaselineProfile # Run our benchmark, enabling only tests using BaselineProfile