mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
chore(ci): tweak baseline profile execution environment
This commit is contained in:
parent
a4bc5476a4
commit
058561e4d6
1 changed files with 6 additions and 1 deletions
7
.github/workflows/baseline-profile.yml
vendored
7
.github/workflows/baseline-profile.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue