From ab9efa88d64e83e5e844d2c1bafeea5c84704ab2 Mon Sep 17 00:00:00 2001 From: Andrew Kolos Date: Thu, 3 Oct 2024 10:18:53 -0700 Subject: [PATCH] Move some tools test ownership to Ben (#156123) https://github.com/flutter/flutter/commit/5eca44a1c4f67ede29070eea2fdfedcfe166f834 moved some ownership of tests from @christopherfujino to @andrewkolos since Chris was no longer leading engineering efforts for the `flutter` tool. Now that @bkonyi is leading, this PR moves ownership of these test suites to him. @bkonyi, note that this doesn't imply that you will be responsible for fixing any issues in these tests. This just means that the bot will assign flake issues to you for further triage. --- TESTOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TESTOWNERS b/TESTOWNERS index 430db07554..3f2eb57f06 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -63,7 +63,7 @@ /dev/devicelab/bin/tasks/gradient_dynamic_perf__e2e_summary.dart @flar @flutter/engine /dev/devicelab/bin/tasks/gradient_static_perf__e2e_summary.dart @flar @flutter/engine /dev/devicelab/bin/tasks/gradle_java8_compile_test.dart @reidbaker @flutter/tool -/dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux__benchmark.dart @andrewkolos @flutter/tool +/dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux__benchmark.dart @bkonyi @flutter/tool /dev/devicelab/bin/tasks/image_list_jit_reported_duration.dart @jtmcdole @flutter/engine /dev/devicelab/bin/tasks/image_list_reported_duration.dart @jtmcdole @flutter/engine /dev/devicelab/bin/tasks/large_image_changer_perf_android.dart @jtmcdole @flutter/engine @@ -142,7 +142,7 @@ /dev/devicelab/bin/tasks/hello_world_android__compile.dart @andrewkolos @flutter/tool /dev/devicelab/bin/tasks/hello_world_impeller.dart @gaaclarke @flutter/engine /dev/devicelab/bin/tasks/home_scroll_perf__timeline_summary.dart @jtmcdole @flutter/engine -/dev/devicelab/bin/tasks/hot_mode_dev_cycle__benchmark.dart @eliasyishak @flutter/tool +/dev/devicelab/bin/tasks/hot_mode_dev_cycle__benchmark.dart @bkonyi @flutter/tool /dev/devicelab/bin/tasks/hybrid_android_views_integration_test.dart @stuartmorgan @flutter/plugin /dev/devicelab/bin/tasks/imagefiltered_transform_animation_perf__timeline_summary.dart @jtmcdole @flutter/engine /dev/devicelab/bin/tasks/integration_test_test.dart @andrewkolos @flutter/tool @@ -330,12 +330,12 @@ # flutter_packaging @christopherfujino @flutter/infra # flutter_plugins @stuartmorgan @flutter/plugin # framework_tests @Piinks @flutter/framework -# fuchsia_precache @andrewkolos @flutter/tool +# fuchsia_precache @bkonyi @flutter/tool # realm_checker @eyebrowsoffire @flutter/tool # skp_generator @Hixie # test_ownership @keyonghan # tool_host_cross_arch_tests @andrewkolos @flutter/tool -# tool_integration_tests @andrewkolos @flutter/tool +# tool_integration_tests @bkonyi @flutter/tool # android_preview_tool_integration_tests @gmackall @flutter/android # android_java11_tool_integration_tests @gmackall @flutter/android # tool_tests @andrewkolos @flutter/tool