Skip to content

Commit 56387c0

Browse files
authored
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 flutter/flutter#142178.
1 parent b4270f7 commit 56387c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ targets:
21922192
["devicelab", "android", "linux", "pixel", "7pro"]
21932193
task_name: external_textures_integration_test
21942194

2195-
- name: Linux_android_emu external_ui_integration_test
2195+
- name: Linux_android_emu external_textures_integration_test
21962196
recipe: devicelab/devicelab_drone
21972197
# TODO(https://github.com/flutter/flutter/issues/142178): Enable this.
21982198
bringup: true
@@ -2206,7 +2206,6 @@ targets:
22062206
properties:
22072207
tags: >
22082208
["devicelab", "linux"]
2209-
# TODO(https://github.com/flutter/flutter/issues/142178): Rename this.
22102209
task_name: external_textures_integration_test
22112210

22122211
# linux motog4 benchmark

0 commit comments

Comments
 (0)