Shift Linux_android_emu tests from staging to prod (#153110)

These tests were moved to staging when they were flaking at a high rate.
I landed a couple of changes to fix unrelated issues that were masking
the underlying cause. However, these tests are no longer flaking at the
same rate in staging as they were in prod. So, I am moving these back to
prod and will monitor the flake rate.

Related https://github.com/flutter/flutter/issues/152684
This commit is contained in:
Zachary Anderson 2024-08-08 13:08:17 -07:00 committed by GitHub
parent 5eba89e5ed
commit 8b4b6ae91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,7 +376,6 @@ targets:
- name: Linux_android_emu android views - name: Linux_android_emu android views
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/152684
properties: properties:
tags: > tags: >
["framework","hostonly","linux"] ["framework","hostonly","linux"]
@ -1296,7 +1295,6 @@ targets:
- name: Linux_android_emu flutter_driver_android_test - name: Linux_android_emu flutter_driver_android_test
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
timeout: 60 timeout: 60
bringup: true # https://github.com/flutter/flutter/issues/152684
properties: properties:
shard: flutter_driver_android shard: flutter_driver_android
tags: > tags: >
@ -2032,7 +2030,6 @@ targets:
- name: Linux_android_emu android_defines_test - name: Linux_android_emu android_defines_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/152684
timeout: 60 timeout: 60
properties: properties:
tags: > tags: >
@ -2457,7 +2454,6 @@ targets:
- name: Linux_android_emu external_textures_integration_test - name: Linux_android_emu external_textures_integration_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true # https://github.com/flutter/flutter/issues/152684
timeout: 60 timeout: 60
# Functionally the same as "presubmit: false", except that we will run on # Functionally the same as "presubmit: false", except that we will run on
# presubmit during engine rolls. This test is the *only* automated e2e # presubmit during engine rolls. This test is the *only* automated e2e