From 69ff9eae7b76cc9f49d8cfa7284eadcd68f9e957 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 16 Aug 2024 08:43:13 -0700 Subject: [PATCH] Move Android API level 35 emulator tests to staging (#153568) These same tests but running against API level 34 emulators are remaining as presubmit tests. The API level 35 tests should stay in staging while the emulator stabilizes. So we can collect flake data and continue to debug. Related: https://github.com/flutter/flutter/issues/153445 --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index c16e9603904..2f98e972447 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -403,6 +403,7 @@ targets: - name: Linux_android_emu android views recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/153445 properties: tags: > ["framework","hostonly","linux"] @@ -1330,6 +1331,7 @@ targets: - name: Linux_android_emu flutter_driver_android_test recipe: flutter/flutter_drone + bringup: true # https://github.com/flutter/flutter/issues/153445 timeout: 60 properties: shard: flutter_driver_android @@ -2079,6 +2081,7 @@ targets: - name: Linux_android_emu android_defines_test recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/153445 timeout: 60 properties: tags: > @@ -2512,6 +2515,7 @@ targets: - name: Linux_android_emu external_textures_integration_test recipe: devicelab/devicelab_drone + bringup: true # https://github.com/flutter/flutter/issues/153445 timeout: 60 # Functionally the same as "presubmit: false", except that we will run on # presubmit during engine rolls. This test is the *only* automated e2e