Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions .buildkite/ftr_base_serverless_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ disabled:
- x-pack/test_serverless/api_integration/config.base.ts
- x-pack/test_serverless/functional/config.base.ts
- x-pack/test_serverless/shared/config.base.ts
- x-pack/platform/test/serverless/shared/config.base.ts
- x-pack/platform/test/serverless/api_integration/config.base.ts

enabled:
# Serverless deployment-agnostic configs to run platform api-integration tests
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/ftr_chat_serverless_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ disabled:
# Serverless tests only run on main
- x-pack/test_serverless/api_integration/test_suites/chat/config.ts
- x-pack/test_serverless/api_integration/test_suites/chat/config.feature_flags.ts
- x-pack/test_serverless/api_integration/test_suites/chat/common_configs/config.group1.ts
- x-pack/platform/test/serverless/api_integration/configs/chat/config.group1.ts
- x-pack/test_serverless/functional/test_suites/chat/config.ts
- x-pack/test_serverless/functional/test_suites/chat/config.feature_flags.ts
- x-pack/test_serverless/functional/test_suites/chat/common_configs/config.config_compat_mode.ts
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/ftr_oblt_serverless_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ disabled:
- x-pack/test_serverless/api_integration/test_suites/observability/config.ts
- x-pack/test_serverless/api_integration/test_suites/observability/config.logs_essentials.ts
- x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts
- x-pack/test_serverless/api_integration/test_suites/observability/common_configs/config.group1.ts
- x-pack/test_serverless/api_integration/test_suites/observability/common_configs/config.logs_essentials.group1.ts
- x-pack/platform/test/serverless/api_integration/configs/observability/config.group1.ts
- x-pack/platform/test/serverless/api_integration/configs/observability/config.logs_essentials.group1.ts
- x-pack/test_serverless/api_integration/test_suites/observability/fleet/config.ts
- x-pack/test_serverless/functional/test_suites/observability/config.ts
- x-pack/test_serverless/functional/test_suites/observability/config.logs_essentials.ts
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/ftr_search_serverless_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ disabled:

- x-pack/test_serverless/api_integration/test_suites/search/config.ts
- x-pack/test_serverless/api_integration/test_suites/search/config.feature_flags.ts
- x-pack/test_serverless/api_integration/test_suites/search/common_configs/config.group1.ts
- x-pack/platform/test/serverless/api_integration/configs/search/config.group1.ts
- x-pack/test_serverless/functional/test_suites/search/config.ts
- x-pack/test_serverless/functional/test_suites/search/config.examples.ts
- x-pack/test_serverless/functional/test_suites/search/config.feature_flags.ts
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/ftr_security_serverless_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ disabled:

- x-pack/test_serverless/api_integration/test_suites/security/config.ts
- x-pack/test_serverless/api_integration/test_suites/security/config.feature_flags.ts
- x-pack/test_serverless/api_integration/test_suites/security/common_configs/config.group1.ts
- x-pack/platform/test/serverless/api_integration/configs/security/config.group1.ts
- x-pack/test_serverless/api_integration/test_suites/security/fleet/config.ts
- x-pack/test_serverless/functional/test_suites/security/config.screenshots.ts
- x-pack/test_serverless/functional/test_suites/security/config.ts
Expand Down
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,9 @@ module.exports = {
'x-pack/test/performance/**/*.ts',
'**/cypress.config.{js,ts}',
'x-pack/test_serverless/**/config*.ts',
'x-pack/platform/test/serverless/shared/config*.ts',
'x-pack/platform/test/serverless/*/test_suites/**/*',
'x-pack/platform/test/serverless/*/configs/**/*',
'x-pack/test_serverless/*/test_suites/**/*',
'x-pack/test/profiling_api_integration/**/*.ts',
'x-pack/test/security_solution_api_integration/*/test_suites/**/*',
Expand Down
50 changes: 31 additions & 19 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ x-pack/test_serverless
# used for the 'team' designator within Kibana Stats

/x-pack/solutions/observability/test/api_integration/apis/metrics_ui @elastic/obs-ux-infra_services-team
x-pack/test_serverless/api_integration/test_suites/common/platform_security @elastic/kibana-security
x-pack/platform/test/serverless/api_integration/test_suites/platform_security @elastic/kibana-security

# Observability Entities Team (@elastic/obs-entities)
/x-pack/plugins/observability_solution/entities_data_access @elastic/obs-entities
Expand Down Expand Up @@ -1211,12 +1211,12 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela
/x-pack/platform/test/stack_functional_integration/apps/ccs/ccs_discover.js @elastic/kibana-data-discovery
/x-pack/platform/test/stack_functional_integration/apps/management/_index_pattern_create.js @elastic/kibana-data-discovery
/x-pack/platform/test/upgrade/apps/discover @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/data_views @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/data_view_field_editor @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/kql_telemetry @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/scripts_tests @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/search_oss @elastic/kibana-data-discovery
/x-pack/test_serverless/api_integration/test_suites/common/search_xpack @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/data_views @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/data_view_field_editor @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/kql_telemetry @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/scripts_tests @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/search_oss @elastic/kibana-data-discovery
/x-pack/platform/test/serverless/api_integration/test_suites/search_xpack @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/test_suites/common/context @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/test_suites/common/discover @elastic/kibana-data-discovery
/x-pack/test_serverless/functional/test_suites/common/discover_ml_uptime/discover @elastic/kibana-data-discovery
Expand Down Expand Up @@ -1315,6 +1315,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
/docs/settings/reporting-settings.asciidoc @elastic/response-ops
/docs/setup/configuring-reporting.asciidoc @elastic/response-ops
/x-pack/test_serverless/**/test_suites/common/reporting/ @elastic/response-ops
/x-pack/platform/test/serverless/**/test_suites/reporting/ @elastic/response-ops
/x-pack/platform/test/accessibility/apps/group3/reporting.ts @elastic/response-ops
/x-pack/platform/test/functional/page_objects/reporting_page.ts @elastic/response-ops
/x-pack/platform/test/upgrade/apps/reporting @elastic/response-ops
Expand Down Expand Up @@ -1364,7 +1365,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
### Observability Plugins

# Observability AI Assistant
/x-pack/test_serverless/api_integration/test_suites/common/data_usage @elastic/kibana-management
/x-pack/platform/test/serverless/api_integration/test_suites/data_usage @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/common/data_usage @elastic/kibana-management
/x-pack/test_serverless/functional/page_objects/svl_data_usage.ts @elastic/kibana-management
/x-pack/solutions/observability/test/observability_ai_assistant_functional @elastic/obs-ai-assistant
Expand Down Expand Up @@ -1530,6 +1531,8 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
/src/dev/build/tasks/bundle_fleet_packages.ts @elastic/fleet @elastic/kibana-operations
/x-pack/platform/plugins/shared/fleet/server/services/elastic_agent_manifest.ts @elastic/fleet @elastic/obs-cloudnative-monitoring
/x-pack/test_serverless/**/test_suites/**/fleet/ @elastic/fleet
/x-pack/platform/test/serverless/**/test_suites/fleet/ @elastic/fleet
/x-pack/platform/test/serverless/api_integration/services/default_fleet_setup.ts @elastic/fleet

# APM
/x-pack/test/common/services/apm_synthtrace_kibana_client.ts @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team
Expand Down Expand Up @@ -1892,7 +1895,7 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/x-pack/test_serverless/functional/page_objects/svl_common_page.ts @elastic/appex-qa
/x-pack/test_serverless/README.md @elastic/appex-qa
/x-pack/test_serverless/api_integration/ftr_provider_context.d.ts @elastic/appex-qa
/x-pack/test_serverless/api_integration/test_suites/common/README.md @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/test_suites/README.md @elastic/appex-qa
/src/dev/code_coverage @elastic/appex-qa
/src/platform/test/functional/services/common @elastic/appex-qa
/src/platform/test/functional/services/lib @elastic/appex-qa
Expand All @@ -1904,7 +1907,7 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/x-pack/test_serverless/**/deployment_agnostic_services.ts @elastic/appex-qa
/x-pack/test_serverless/shared/ @elastic/appex-qa
/x-pack/test_serverless/**/test_suites/**/common_configs/ @elastic/appex-qa
/x-pack/test_serverless/api_integration/test_suites/common/elasticsearch_api @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/test_suites/elasticsearch_api @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/security/ftr/ @elastic/appex-qa
/x-pack/test_serverless/functional/test_suites/common/home_page/ @elastic/appex-qa
/x-pack/test_serverless/**/services/ @elastic/appex-qa
Expand All @@ -1924,8 +1927,7 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/x-pack/solutions/security/test/api_integration/ftr_provider_context.d.ts @elastic/appex-qa
/x-pack/solutions/security/test/api_integration/services/index.ts @elastic/appex-qa
/x-pack/solutions/security/test/alerting_api_integration/ftr_provider_context.d.ts @elastic/appex-qa
/x-pack/platform/test/serverless @elastic/appex-qa
/x-pack/test/api_integration/deployment_agnostic @elastic/appex-qa
/x-pack/platform/test/serverless/shared @elastic/appex-qa
/x-pack/platform/test/functional/services/ml/api.ts @elastic/appex-qa # temporarily due to SKA tests relocation
/x-pack/platform/test/.gitignore @elastic/appex-qa
/x-pack/solutions/**/test/.gitignore @elastic/appex-qa
Expand All @@ -1934,6 +1936,10 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/x-pack/platform/test/accessibility/ftr_provider_context.d.ts @elastic/appex-qa
/x-pack/platform/test/accessibility/page_objects.ts @elastic/appex-qa
/x-pack/platform/test/accessibility/services.ts @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/config.base.ts @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/ftr_provider_context.d.ts @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/services/ @elastic/appex-qa
/x-pack/platform/test/serverless/api_integration/configs/ @elastic/appex-qa
/x-pack/test_serverless/functional/page_objects/add_cis_integration_form_page.ts @elastic/appex-qa # temporarily due to SKA tests relocation
/x-pack/test_serverless/functional/page_objects/constants/test_subject_ids.ts @elastic/appex-qa # temporarily due to SKA tests relocation
/x-pack/test_serverless/functional/page_objects/csp_dashboard_page.ts @elastic/appex-qa # temporarily due to SKA tests relocation
Expand Down Expand Up @@ -2042,8 +2048,9 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/src/platform/packages/shared/kbn-test/src/jest/setup/mocks.kbn_i18n_react.js @elastic/kibana-core
/x-pack/platform/test/saved_objects_field_count/ @elastic/kibana-core
/x-pack/test_serverless/**/test_suites/common/saved_objects_management/ @elastic/kibana-core
/x-pack/test_serverless/api_integration/test_suites/common/core/ @elastic/kibana-core
/x-pack/test_serverless/api_integration/test_suites/**/telemetry/ @elastic/kibana-core
/x-pack/platform/test/serverless/**/test_suites/saved_objects_management/ @elastic/kibana-core
/x-pack/platform/test/serverless/api_integration/test_suites/core/ @elastic/kibana-core
/x-pack/platform/test/serverless/api_integration/test_suites/telemetry/ @elastic/kibana-core
/x-pack/test/functional/es_archives/cases/migrations/8.8.0 @elastic/kibana-cases

#CC# /src/core/server/csp/ @elastic/kibana-core
Expand All @@ -2059,7 +2066,7 @@ x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security
/x-pack/platform/test/functional_gen_ai/inference @elastic/appex-ai-infra

# AppEx Platform Services Security
/x-pack/test_serverless/api_integration/test_suites/common/security_response_headers.ts @elastic/kibana-security
/x-pack/platform/test/serverless/api_integration/test_suites/security_response_headers.ts @elastic/kibana-security
/x-pack/platform/test/api_integration/apis/es @elastic/kibana-security
/x-pack/platform/test/api_integration/apis/features @elastic/kibana-security

Expand Down Expand Up @@ -2141,6 +2148,7 @@ x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/confi
/x-pack/platform/test/saved_object_api_integration/ @elastic/kibana-security
/x-pack/test_serverless/**/test_suites/common/platform_security/ @elastic/kibana-security
/x-pack/test_serverless/**/test_suites/search/platform_security/ @elastic/kibana-security
/x-pack/platform/test/serverless/**/test_suites/platform_security/ @elastic/kibana-security
/x-pack/test_serverless/**/test_suites/observability/platform_security/ @elastic/kibana-security
/src/core/packages/http/server-internal/src/cdn_config/ @elastic/kibana-security @elastic/kibana-core
/x-pack/test_serverless/functional/test_suites/security/config.ts @elastic/kibana-security @elastic/appex-qa
Expand Down Expand Up @@ -2216,7 +2224,7 @@ x-pack/platform/plugins/private/cloud_integrations/cloud_full_story/server/confi
/x-pack/test_serverless/functional/test_suites/search/screenshot_creation/response_ops_docs @elastic/response-ops
/x-pack/test_serverless/functional/test_suites/security/screenshot_creation/response_ops_docs @elastic/response-ops
/x-pack/test_serverless/functional/test_suites/observability/screenshot_creation/response_ops_docs @elastic/response-ops
/x-pack/test_serverless/api_integration/test_suites/common/alerting/ @elastic/response-ops
/x-pack/platform/test/serverless/api_integration/test_suites/alerting/ @elastic/response-ops
/x-pack/test/functional/es_archives/action_task_params @elastic/response-ops
/x-pack/test/functional/es_archives/actions @elastic/response-ops
/x-pack/test/functional/es_archives/alerting @elastic/response-ops
Expand Down Expand Up @@ -2324,17 +2332,21 @@ x-pack/platform/test/functional/page_objects/search_profiler_page.ts @elastic/se
/x-pack/platform/test/api_integration/apis/searchprofiler @elastic/kibana-management
/x-pack/platform/test/api_integration/apis/console @elastic/kibana-management
/x-pack/test_serverless/**/test_suites/common/index_management/ @elastic/kibana-management
/x-pack/platform/test/serverless/**/test_suites/index_management/ @elastic/kibana-management
/x-pack/test_serverless/**/test_suites/common/management/index_management/ @elastic/kibana-management
/x-pack/test_serverless/**/test_suites/common/painless_lab/ @elastic/kibana-management
/x-pack/platform/test/serverless/**/test_suites/painless_lab/ @elastic/kibana-management
/x-pack/test_serverless/**/test_suites/common/console/ @elastic/kibana-management
/x-pack/test_serverless/api_integration/test_suites/common/management/ @elastic/kibana-management
/x-pack/test_serverless/api_integration/test_suites/common/search_profiler/ @elastic/kibana-management
/x-pack/platform/test/serverless/**/test_suites/console/ @elastic/kibana-management
/x-pack/platform/test/serverless/api_integration/test_suites/management/ @elastic/kibana-management
/x-pack/platform/test/serverless/api_integration/test_suites/search_profiler/ @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/**/advanced_settings.ts @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/common/management/disabled_uis.ts @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/common/management/ingest_pipelines.ts @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/common/management/landing_page.ts @elastic/kibana-management
/x-pack/test_serverless/functional/test_suites/common/dev_tools/ @elastic/kibana-management
/x-pack/test_serverless/**/test_suites/common/grok_debugger/ @elastic/kibana-management
/x-pack/platform/test/serverless/**/test_suites/grok_debugger/ @elastic/kibana-management
/x-pack/platform/test/api_integration/apis/management/ @elastic/kibana-management
/x-pack/platform/test/api_integration_deployment_agnostic/apis/management/ @elastic/kibana-management
/x-pack/platform/test/api_integration_deployment_agnostic/apis/painless_lab/ @elastic/kibana-management
Expand Down Expand Up @@ -2885,7 +2897,7 @@ x-pack/solutions/observability/test/api_integration/profiling @elastic/obs-ux-in
x-pack/solutions/observability/plugins/observability_shared/public/components/profiling @elastic/obs-ux-infra_services-team

# Shared UX
/x-pack/test_serverless/api_integration/test_suites/common/favorites @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200985
/x-pack/platform/test/serverless/api_integration/test_suites/favorites @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200985
/src/platform/test/api_integration/apis/short_url/**/*.ts @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200209/files#r1846654156
/src/platform/test/api_integration/apis/unused_urls_task/**/*.ts @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/220138
/src/platform/test/functional/page_objects/share_page.ts @elastic/appex-sharedux # Assigned per https://github.com/elastic/kibana/pull/200209/files#r1846648444
Expand Down
Loading