From 058561e4d64ee17d48ed53b2767f482a1ea95369 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 21 Dec 2022 14:31:36 +0530 Subject: [PATCH] chore(ci): tweak baseline profile execution environment --- .github/workflows/baseline-profile.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 6348f970..50a1a640 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - AVD_API_LEVEL: 33 + AVD_API_LEVEL: 31 AVD_ARCH: x86_64 jobs: @@ -71,6 +71,8 @@ jobs: with: api-level: ${{ env.AVD_API_LEVEL }} arch: ${{ env.AVD_ARCH }} + channel: canary + target: aosp_atd force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false @@ -84,7 +86,10 @@ jobs: with: api-level: ${{ env.AVD_API_LEVEL }} arch: ${{ env.AVD_ARCH }} + channel: canary + target: aosp_atd disable-animations: true + disable-spellchecker: true disk-size: 8G script: | # Run our benchmark, enabling only tests using BaselineProfile