Rename external_ui
to external_textures
. (#143406)
My understanding is I can do this safely because the task is marked `bringup: true`? Next PR will remove `bringup` and take down the old tasks. Partial work towards https://github.com/flutter/flutter/issues/142178.
This commit is contained in:
parent
b4270f7b06
commit
56387c0111
3
.ci.yaml
3
.ci.yaml
@ -2192,7 +2192,7 @@ targets:
|
|||||||
["devicelab", "android", "linux", "pixel", "7pro"]
|
["devicelab", "android", "linux", "pixel", "7pro"]
|
||||||
task_name: external_textures_integration_test
|
task_name: external_textures_integration_test
|
||||||
|
|
||||||
- name: Linux_android_emu external_ui_integration_test
|
- name: Linux_android_emu external_textures_integration_test
|
||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
# TODO(https://github.com/flutter/flutter/issues/142178): Enable this.
|
# TODO(https://github.com/flutter/flutter/issues/142178): Enable this.
|
||||||
bringup: true
|
bringup: true
|
||||||
@ -2206,7 +2206,6 @@ targets:
|
|||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "linux"]
|
["devicelab", "linux"]
|
||||||
# TODO(https://github.com/flutter/flutter/issues/142178): Rename this.
|
|
||||||
task_name: external_textures_integration_test
|
task_name: external_textures_integration_test
|
||||||
|
|
||||||
# linux motog4 benchmark
|
# linux motog4 benchmark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user