From 56387c0111a76d19408720bbb13e44282814eedb Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 13 Feb 2024 15:22:23 -0800 Subject: [PATCH] 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. --- .ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index b4f7b7b2e186..cc322f41f768 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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 @@ -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