From 14468f3e28dd1f355d881217ac2dd21bb4275116 Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Fri, 25 Oct 2024 13:21:41 +0200 Subject: [PATCH 01/12] Code owners check - match files and directories --- packages/kbn-code-owners/src/file_code_owner.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/kbn-code-owners/src/file_code_owner.ts b/packages/kbn-code-owners/src/file_code_owner.ts index 525a2964c7338..1f98d50c4bacc 100644 --- a/packages/kbn-code-owners/src/file_code_owner.ts +++ b/packages/kbn-code-owners/src/file_code_owner.ts @@ -43,11 +43,12 @@ export function getPathsWithOwnersReversed(): PathWithOwners[] { const pathsWithOwners: PathWithOwners[] = codeowners.map((c) => { const [path, ...ghTeams] = c.split(/\s+/); + const cleanedPath = path.replace(/\/$/, ''); // remove trailing slash return { - path, + path: cleanedPath, teams: ghTeams.map((t) => t.replace('@', '')).join(), // register CODEOWNERS entries with the `ignores` lib for later path matching - ignorePattern: ignore().add([path]), + ignorePattern: ignore().add([cleanedPath]), }; }); From 5c3e55a7280960d0fa90bcb1ca9de12caf853a95 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Tue, 12 Nov 2024 12:06:02 +0000 Subject: [PATCH 02/12] [Ownership] Assign test files to Core Team --- .github/CODEOWNERS | 73 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ef265cf7c569a..7e1e7fa674428 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1423,10 +1423,77 @@ x-pack/test/api_integration/deployment_agnostic/services/ @elastic/appex-qa x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor tests migration # Core -/test/plugin_functional/plugins/rendering_plugin @elastic/kibana-core -/test/plugin_functional/plugins/session_notifications @elastic/kibana-core +/x-pack/test/functional/page_objects/navigational_search.ts @elastic/kibana-core +/x-pack/test/stack_functional_integration/apps/savedobjects_upgrade_testing @elastic/kibana-core +/x-pack/test/functional/page_objects/status_page.ts @elastic/kibana-core +/x-pack/test/functional/page_objects/share_saved_objects_to_space_page.ts @elastic/kibana-core +/x-pack/test/functional/page_objects/banners_page.ts @elastic/kibana-core +/x-pack/test/common/lib/test_data_loader.ts @elastic/kibana-core +/x-pack/test/api_integration/services/usage_api.ts @elastic/kibana-core +/x-pack/test/api_integration/apis/kibana @elastic/kibana-core +/test/api_integration/fixtures/import.ndjson @elastic/kibana-core +/x-pack/test/plugin_api_integration @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/146704 +/x-pack/test/localization/ @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/146704 +/test/ui_capabilities/newsfeed_err @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/66562 +/test/server_integration/services/types.d.ts @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/81140 +/test/server_integration/http @elastic/kibana-core +/test/scripts/run_multiple_kibana_nodes.sh @elastic/kibana-core +/test/plugin_functional/test_suites/application_links @elastic/kibana-core +/test/interpreter_functional/test_suites/run_pipeline @elastic/kibana-core +/test/functional/services/usage_collection.ts @elastic/kibana-core +/test/functional/services/saved_objects_finder.ts @elastic/kibana-core +/test/api_integration/fixtures/import_managed* @elastic/kibana-core +/test/functional/services/apps_menu.ts @elastic/kibana-core +/x-pack/test/functional/apps/status_page @elastic/kibana-core +/x-pack/test/cloud_integration @elastic/kibana-core /x-pack/test/cloud_integration/plugins/saml_provider @elastic/kibana-core -/x-pack/test/functional_embedded/plugins/iframe_embedded @elastic/kibana-core +/test/server_integration/plugins/status_plugin_* @elastic/kibana-core +/x-pack/test/functional_cors @elastic/kibana-core +/x-pack/test/stack_functional_integration/apps/telemetry @elastic/kibana-core +/test/plugin_functional/test_suites/telemetry @elastic/kibana-core +/test/plugin_functional/test_suites/usage_collection @elastic/kibana-core +/test/plugin_functional/test_suites/saved_objects* @elastic/kibana-core +/test/plugin_functional/test_suites/core* @elastic/kibana-core +/test/plugin_functional/plugins/telemetry @elastic/kibana-core +/test/plugin_functional/plugins/session_notifications @elastic/kibana-core +/test/plugin_functional/plugins/kbn_top_nav/ @elastic/kibana-core +/test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core +/test/plugin_functional/plugins/app_link_test @elastic/kibana-core +/x-pack/test/plugin_functional/plugins/global_search_test @elastic/kibana-core +/test/plugin_functional/plugins/saved_object* @elastic/kibana-core +/test/plugin_functional/plugins/rendering_plugin @elastic/kibana-core +/test/interpreter_functional/plugins/kbn_tp_run_pipeline @elastic/kibana-core +/x-pack/test/functional/fixtures/kbn_archiver/saved_objects_management @elastic/kibana-core +/x-pack/test/functional_embedded @elastic/kibana-core +/test/plugin_functional/plugins/core* @elastic/kibana-core +/test/node_roles_functional @elastic/kibana-core +/test/functional/page_objects/newsfeed_page.ts @elastic/kibana-core # assigned per https://github.com/elastic/kibana/pull/160210 +/test/functional/page_objects/home_page.ts @elastic/kibana-core +/test/functional/fixtures/es_archiver/deprecations_service @elastic/kibana-core +/test/health_gateway/**/* @elastic/kibana-core +/test/api_integration/apis/saved_objects* @elastic/kibana-core +/test/functional/apps/home @elastic/kibana-core +/test/health_gateway @elastic/kibana-core +/test/node_roles_functional @elastic/kibana-core +/test/plugin_functional/plugins/app_link_test @elastic/kibana-core +/test/plugin_functional/plugins/kbn_top_nav @elastic/kibana-core +/test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core +/test/functional/firefox/home.config.ts @elastic/kibana-core +/test/functional/apps/status_page/*.ts @elastic/kibana-core +/test/functional/apps/home @elastic/kibana-core +/test/functional/apps/bundles @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/64367 +/test/examples/hello_world @elastic/kibana-core +/test/examples/routing/index.ts @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/69581 +/test/common/plugins/newsfeed @elastic/kibana-core +/test/common/configure_http2.ts @elastic/kibana-core +/test/api_integration/apis/ui_counters @elastic/kibana-core +/test/api_integration/apis/telemetry/**/*.[j|t]s @elastic/kibana-core +/test/api_integration/apis/status @elastic/kibana-core +/test/api_integration/apis/stats @elastic/kibana-core # Assigned per: https://github.com/elastic/kibana/pull/20577 +/test/api_integration/apis/saved_objects* @elastic/kibana-core +/test/api_integration/apis/home/*.ts @elastic/kibana-core +/test/api_integration/apis/core/*.ts @elastic/kibana-core +/test/accessibility/apps/home.ts @elastic/kibana-core /x-pack/test/functional/apps/saved_objects_management @elastic/kibana-core /x-pack/test/usage_collection @elastic/kibana-core /x-pack/test/licensing_plugin @elastic/kibana-core From 9d2bb7d48c08ee8f1605c4fb9f1fefe8c29c3f23 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 11:48:34 +0000 Subject: [PATCH 03/12] move to shared ux per cr --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e1e7fa674428..4e0bc1c285ae6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1439,7 +1439,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/server_integration/http @elastic/kibana-core /test/scripts/run_multiple_kibana_nodes.sh @elastic/kibana-core /test/plugin_functional/test_suites/application_links @elastic/kibana-core -/test/interpreter_functional/test_suites/run_pipeline @elastic/kibana-core /test/functional/services/usage_collection.ts @elastic/kibana-core /test/functional/services/saved_objects_finder.ts @elastic/kibana-core /test/api_integration/fixtures/import_managed* @elastic/kibana-core From 137e6c0dcd16885acbd10ea5eb3f1c9d642dad62 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 11:54:29 +0000 Subject: [PATCH 04/12] Move to data discovery --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e0bc1c285ae6..6ddb536b12af2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1440,7 +1440,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/scripts/run_multiple_kibana_nodes.sh @elastic/kibana-core /test/plugin_functional/test_suites/application_links @elastic/kibana-core /test/functional/services/usage_collection.ts @elastic/kibana-core -/test/functional/services/saved_objects_finder.ts @elastic/kibana-core /test/api_integration/fixtures/import_managed* @elastic/kibana-core /test/functional/services/apps_menu.ts @elastic/kibana-core /x-pack/test/functional/apps/status_page @elastic/kibana-core From c967af140b605f878e6591f815d039a0ad3b6196 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 11:57:02 +0000 Subject: [PATCH 05/12] Drop --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6ddb536b12af2..3ac0a48729e2b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1457,7 +1457,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/plugin_functional/plugins/kbn_top_nav/ @elastic/kibana-core /test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core -/x-pack/test/plugin_functional/plugins/global_search_test @elastic/kibana-core /test/plugin_functional/plugins/saved_object* @elastic/kibana-core /test/plugin_functional/plugins/rendering_plugin @elastic/kibana-core /test/interpreter_functional/plugins/kbn_tp_run_pipeline @elastic/kibana-core From 06ebc6625289abedb56857b0439b504df5e3b18b Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:01:12 +0000 Subject: [PATCH 06/12] Mv to sharedux --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3ac0a48729e2b..ae50fbe62f9bd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1469,7 +1469,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/functional/fixtures/es_archiver/deprecations_service @elastic/kibana-core /test/health_gateway/**/* @elastic/kibana-core /test/api_integration/apis/saved_objects* @elastic/kibana-core -/test/functional/apps/home @elastic/kibana-core /test/health_gateway @elastic/kibana-core /test/node_roles_functional @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core @@ -1477,7 +1476,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core /test/functional/firefox/home.config.ts @elastic/kibana-core /test/functional/apps/status_page/*.ts @elastic/kibana-core -/test/functional/apps/home @elastic/kibana-core /test/functional/apps/bundles @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/64367 /test/examples/hello_world @elastic/kibana-core /test/examples/routing/index.ts @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/69581 From 4615fb2077f4a61cb501fda96309f6ba5e03c045 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:04:22 +0000 Subject: [PATCH 07/12] Mv to shared ex --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ae50fbe62f9bd..1db3d6a18429c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1486,7 +1486,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/api_integration/apis/status @elastic/kibana-core /test/api_integration/apis/stats @elastic/kibana-core # Assigned per: https://github.com/elastic/kibana/pull/20577 /test/api_integration/apis/saved_objects* @elastic/kibana-core -/test/api_integration/apis/home/*.ts @elastic/kibana-core /test/api_integration/apis/core/*.ts @elastic/kibana-core /test/accessibility/apps/home.ts @elastic/kibana-core /x-pack/test/functional/apps/saved_objects_management @elastic/kibana-core From 4ef8cf2b881daede280381662fb834d853e0f722 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:06:15 +0000 Subject: [PATCH 08/12] Move another shared ux --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1db3d6a18429c..3f7330120e459 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1487,7 +1487,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/api_integration/apis/stats @elastic/kibana-core # Assigned per: https://github.com/elastic/kibana/pull/20577 /test/api_integration/apis/saved_objects* @elastic/kibana-core /test/api_integration/apis/core/*.ts @elastic/kibana-core -/test/accessibility/apps/home.ts @elastic/kibana-core /x-pack/test/functional/apps/saved_objects_management @elastic/kibana-core /x-pack/test/usage_collection @elastic/kibana-core /x-pack/test/licensing_plugin @elastic/kibana-core From 0213f802128165354b4964465041d9ea85a9a855 Mon Sep 17 00:00:00 2001 From: Tre Date: Wed, 13 Nov 2024 12:08:48 +0000 Subject: [PATCH 09/12] Apply suggestions from code review Co-authored-by: Jean-Louis Leysens --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f7330120e459..a5744f75f6931 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1440,12 +1440,12 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/scripts/run_multiple_kibana_nodes.sh @elastic/kibana-core /test/plugin_functional/test_suites/application_links @elastic/kibana-core /test/functional/services/usage_collection.ts @elastic/kibana-core -/test/api_integration/fixtures/import_managed* @elastic/kibana-core +/test/api_integration/fixtures/import_managed.ndjson @elastic/kibana-core /test/functional/services/apps_menu.ts @elastic/kibana-core /x-pack/test/functional/apps/status_page @elastic/kibana-core /x-pack/test/cloud_integration @elastic/kibana-core /x-pack/test/cloud_integration/plugins/saml_provider @elastic/kibana-core -/test/server_integration/plugins/status_plugin_* @elastic/kibana-core +/test/server_integration @elastic/kibana-core /x-pack/test/functional_cors @elastic/kibana-core /x-pack/test/stack_functional_integration/apps/telemetry @elastic/kibana-core /test/plugin_functional/test_suites/telemetry @elastic/kibana-core @@ -1467,7 +1467,7 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/functional/page_objects/newsfeed_page.ts @elastic/kibana-core # assigned per https://github.com/elastic/kibana/pull/160210 /test/functional/page_objects/home_page.ts @elastic/kibana-core /test/functional/fixtures/es_archiver/deprecations_service @elastic/kibana-core -/test/health_gateway/**/* @elastic/kibana-core +/test/health_gateway @elastic/kibana-core /test/api_integration/apis/saved_objects* @elastic/kibana-core /test/health_gateway @elastic/kibana-core /test/node_roles_functional @elastic/kibana-core @@ -1482,7 +1482,7 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/common/plugins/newsfeed @elastic/kibana-core /test/common/configure_http2.ts @elastic/kibana-core /test/api_integration/apis/ui_counters @elastic/kibana-core -/test/api_integration/apis/telemetry/**/*.[j|t]s @elastic/kibana-core +/test/api_integration/apis/telemetry @elastic/kibana-core /test/api_integration/apis/status @elastic/kibana-core /test/api_integration/apis/stats @elastic/kibana-core # Assigned per: https://github.com/elastic/kibana/pull/20577 /test/api_integration/apis/saved_objects* @elastic/kibana-core From 7227d8aec26c3b5117eca2e909a5697b4fada0e5 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:37:50 +0000 Subject: [PATCH 10/12] drop duplicates --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a5744f75f6931..58e79e5b32c05 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1455,7 +1455,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/plugin_functional/plugins/telemetry @elastic/kibana-core /test/plugin_functional/plugins/session_notifications @elastic/kibana-core /test/plugin_functional/plugins/kbn_top_nav/ @elastic/kibana-core -/test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core /test/plugin_functional/plugins/saved_object* @elastic/kibana-core /test/plugin_functional/plugins/rendering_plugin @elastic/kibana-core @@ -1473,7 +1472,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/node_roles_functional @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core /test/plugin_functional/plugins/kbn_top_nav @elastic/kibana-core -/test/plugin_functional/plugins/elasticsearch_client_plugin @elastic/kibana-core /test/functional/firefox/home.config.ts @elastic/kibana-core /test/functional/apps/status_page/*.ts @elastic/kibana-core /test/functional/apps/bundles @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/64367 From fe0f8d2c747f7ec1c37b50d382c2e41b34bb1e1d Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:39:51 +0000 Subject: [PATCH 11/12] drop more duplication --- .github/CODEOWNERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 58e79e5b32c05..7bae298bccbaf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1470,8 +1470,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/api_integration/apis/saved_objects* @elastic/kibana-core /test/health_gateway @elastic/kibana-core /test/node_roles_functional @elastic/kibana-core -/test/plugin_functional/plugins/app_link_test @elastic/kibana-core -/test/plugin_functional/plugins/kbn_top_nav @elastic/kibana-core /test/functional/firefox/home.config.ts @elastic/kibana-core /test/functional/apps/status_page/*.ts @elastic/kibana-core /test/functional/apps/bundles @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/64367 From 2ce91e999b3ea5a1a59e862d9790dd8f76bdd9c3 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Wed, 13 Nov 2024 12:42:26 +0000 Subject: [PATCH 12/12] Group plugin functional entries together --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7bae298bccbaf..d9dd83fccb8ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1438,7 +1438,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/server_integration/services/types.d.ts @elastic/kibana-core # Assigned per https://github.com/elastic/kibana/pull/81140 /test/server_integration/http @elastic/kibana-core /test/scripts/run_multiple_kibana_nodes.sh @elastic/kibana-core -/test/plugin_functional/test_suites/application_links @elastic/kibana-core /test/functional/services/usage_collection.ts @elastic/kibana-core /test/api_integration/fixtures/import_managed.ndjson @elastic/kibana-core /test/functional/services/apps_menu.ts @elastic/kibana-core @@ -1448,20 +1447,21 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te /test/server_integration @elastic/kibana-core /x-pack/test/functional_cors @elastic/kibana-core /x-pack/test/stack_functional_integration/apps/telemetry @elastic/kibana-core -/test/plugin_functional/test_suites/telemetry @elastic/kibana-core -/test/plugin_functional/test_suites/usage_collection @elastic/kibana-core -/test/plugin_functional/test_suites/saved_objects* @elastic/kibana-core -/test/plugin_functional/test_suites/core* @elastic/kibana-core +/test/plugin_functional/plugins/core* @elastic/kibana-core /test/plugin_functional/plugins/telemetry @elastic/kibana-core /test/plugin_functional/plugins/session_notifications @elastic/kibana-core /test/plugin_functional/plugins/kbn_top_nav/ @elastic/kibana-core /test/plugin_functional/plugins/app_link_test @elastic/kibana-core /test/plugin_functional/plugins/saved_object* @elastic/kibana-core /test/plugin_functional/plugins/rendering_plugin @elastic/kibana-core +/test/plugin_functional/test_suites/application_links @elastic/kibana-core +/test/plugin_functional/test_suites/telemetry @elastic/kibana-core +/test/plugin_functional/test_suites/usage_collection @elastic/kibana-core +/test/plugin_functional/test_suites/saved_objects* @elastic/kibana-core +/test/plugin_functional/test_suites/core* @elastic/kibana-core /test/interpreter_functional/plugins/kbn_tp_run_pipeline @elastic/kibana-core /x-pack/test/functional/fixtures/kbn_archiver/saved_objects_management @elastic/kibana-core /x-pack/test/functional_embedded @elastic/kibana-core -/test/plugin_functional/plugins/core* @elastic/kibana-core /test/node_roles_functional @elastic/kibana-core /test/functional/page_objects/newsfeed_page.ts @elastic/kibana-core # assigned per https://github.com/elastic/kibana/pull/160210 /test/functional/page_objects/home_page.ts @elastic/kibana-core