Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ownership] Assign test files to response ops team #199797

Merged
merged 6 commits into from
Nov 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1516,12 +1516,38 @@ x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kib
#CC# /x-pack/plugins/security/ @elastic/kibana-security

# Response Ops team
/x-pack/test/examples/triggers_actions_ui_examples @elastic/response-ops
/x-pack/test/functional/page_objects/maintenance_windows_page.ts @elastic/response-ops
/x-pack/test_serverless/functional/test_suites/observability/screenshot_creation/index.ts @elastic/response-ops
/x-pack/test_serverless/functional/test_suites/observability/rules/rules_list.ts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/config.base.ts @elastic/response-ops # Assigned per https://github.com/elastic/kibana/pull/197070
/x-pack/test/functional_with_es_ssl/lib/alert_api_actions.ts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/lib/get_test_data.ts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/page_objects/index.ts @elastic/response-ops # Assigned per git blame
/x-pack/test/functional_with_es_ssl/page_objects/triggers_actions_ui_page.ts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/page_objects/rule_details.ts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/lib/object_remover.ts @elastic/response-ops
/x-pack/test/stack_functional_integration/apps/alerts @elastic/response-ops
/x-pack/test/functional/services/actions @elastic/response-ops
/x-pack/test/api_integration_basic/apis/security_solution/index.ts @elastic/response-ops
/x-pack/test/api_integration_basic/apis/security_solution/cases_privileges.ts @elastic/response-ops
/x-pack/test/upgrade/services/rules_upgrade_services.ts @elastic/response-ops
/x-pack/test/upgrade/apps/rules @elastic/response-ops
/x-pack/test/examples/triggers_actions_ui_examples @elastic/response-ops # Assigned per https://github.com/elastic/kibana/blob/main/x-pack/examples/triggers_actions_ui_example/kibana.jsonc#L4
/x-pack/test/functional/services/rules @elastic/response-ops
/x-pack/test/plugin_api_integration/plugins/sample_task_plugin @elastic/response-ops
/x-pack/test/functional/es_archives/rule_exceptions @elastic/response-ops
wayneseymour marked this conversation as resolved.
Show resolved Hide resolved
/x-pack/test/functional/fixtures/kbn_archiver/cases @elastic/response-ops
/x-pack/test/functional/es_archives/cases @elastic/response-ops
/x-pack/test/functional_with_es_ssl/plugins/alerts @elastic/response-ops
/x-pack/test/functional_with_es_ssl/plugins/cases @elastic/response-ops
/x-pack/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops
/x-pack/test/plugin_api_perf/test_suites/task_manager @elastic/response-ops
/x-pack/test/screenshot_creation/apps/response_ops_docs @elastic/response-ops
/x-pack/test/rule_registry @elastic/response-ops @elastic/obs-ux-management-team
/x-pack/test/accessibility/apps/group3/rules_connectors.ts @elastic/response-ops
/x-pack/test/functional/es_archives/cases/default @elastic/response-ops
/x-pack/test_serverless/api_integration/test_suites/observability/config.ts @elastic/response-ops
wayneseymour marked this conversation as resolved.
Show resolved Hide resolved
/x-pack/test_serverless/api_integration/test_suites/observability/index.ts @elastic/response-ops
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is ours( @pmuellr ?) Only cases there seems to be.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, seems like o11y ...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/x-pack/test_serverless/functional/page_objects/svl_triggers_actions_ui_page.ts @elastic/response-ops
/x-pack/test_serverless/functional/page_objects/svl_rule_details_ui_page.ts @elastic/response-ops
/x-pack/test_serverless/functional/page_objects/svl_oblt_overview_page.ts @elastic/response-ops
Expand Down