Skip to content

Commit

Permalink
Rename external_ui to external_textures. (#143406)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matanlurey authored Feb 13, 2024
1 parent b4270f7 commit 56387c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ targets:
["devicelab", "android", "linux", "pixel", "7pro"]
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
# TODO(https://github.com/flutter/flutter/issues/142178): Enable this.
bringup: true
Expand All @@ -2206,7 +2206,6 @@ targets:
properties:
tags: >
["devicelab", "linux"]
# TODO(https://github.com/flutter/flutter/issues/142178): Rename this.
task_name: external_textures_integration_test

# linux motog4 benchmark
Expand Down

0 comments on commit 56387c0

Please sign in to comment.