From f10ee5f8878a889f51b10a8e7bca10650405862e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 9 Dec 2024 14:16:08 -0800 Subject: [PATCH] Test 16K pages with AVD instead of Cuttlefish --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e25fe270..eb5fcbdc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,8 @@ jobs: version: [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35] type: [""] include: + - version: "35" + type: "google_apis_ps16k" - version: "Baklava" type: "google_apis" @@ -173,8 +175,6 @@ jobs: include: - branch: "aosp-main" device: "aosp_cf_x86_64_phone" - - branch: "aosp-main-throttled" - device: "aosp_cf_x86_64_phone_pgagnostic" steps: - name: Check out