[ska] relocate observability functional and api_integration tests#227754
[ska] relocate observability functional and api_integration tests#227754dmlemeshko merged 35 commits intoelastic:mainfrom
Conversation
…emeshko/kibana into ska/relocate-func-and-api-oblt-tests
…emeshko/kibana into ska/relocate-func-and-api-oblt-tests
…emeshko/kibana into ska/relocate-func-and-api-oblt-tests
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16324610014 |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16324610210 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…astic#227754) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving oblt functional tests from x-pack/test ``` x-pack/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` After: ``` x-pack/solutions/observability/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 6c32e42) # Conflicts: # .buildkite/ftr_oblt_stateful_configs.yml # .github/CODEOWNERS # x-pack/platform/plugins/shared/onechat/public/application/pages/alert_controls.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/asset_details.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/chat.tsx # x-pack/platform/plugins/shared/onechat/public/application/pages/infra_home_page.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/infra_hosts_view.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/infra_logs_page.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/infra_metrics_explorer.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/infra_saved_views.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/observability_page.ts # x-pack/platform/plugins/shared/onechat/public/application/pages/uptime_page.ts # x-pack/platform/plugins/shared/streams/server/lib/streams/state_management/errors/failed_to_rollback_error.ts # x-pack/solutions/observability/test/accessibility/apps/uptime.ts # x-pack/solutions/observability/test/functional/config.base.ts # x-pack/solutions/observability/test/functional/services/index.ts # x-pack/solutions/observability/test/tsconfig.json # x-pack/test/functional/apps/infra/config.ts # x-pack/test/functional/apps/infra/constants.ts # x-pack/test/functional/apps/infra/feature_controls/index.ts # x-pack/test/functional/apps/infra/feature_controls/infrastructure_security.ts # x-pack/test/functional/apps/infra/feature_controls/infrastructure_spaces.ts # x-pack/test/functional/apps/infra/feature_controls/logs_security.ts # x-pack/test/functional/apps/infra/feature_controls/logs_spaces.ts # x-pack/test/functional/apps/infra/helpers.ts # x-pack/test/functional/apps/infra/home_page.ts # x-pack/test/functional/apps/infra/hosts_view.ts # x-pack/test/functional/apps/infra/index.ts # x-pack/test/functional/apps/infra/logs/link_to.ts # x-pack/test/functional/apps/infra/logs/log_entry_categories_tab.ts # x-pack/test/functional/apps/infra/logs/log_entry_rate_tab.ts # x-pack/test/functional/apps/infra/logs/ml_job_id_formats/assert_id_formats.ts # x-pack/test/functional/apps/infra/logs/ml_job_id_formats/ml_job_configs.ts # x-pack/test/functional/apps/infra/logs/ml_job_id_formats/ml_job_helper.ts # x-pack/test/functional/apps/infra/logs/ml_job_id_formats/request_tracker.ts # x-pack/test/functional/apps/infra/logs/ml_job_id_formats/tests.ts # x-pack/test/functional/apps/infra/metrics_anomalies.ts # x-pack/test/functional/apps/infra/metrics_explorer.ts # x-pack/test/functional/apps/infra/node_details.ts # x-pack/test/functional/apps/infra/page_not_found.ts # x-pack/test/functional/apps/infra/tour.ts # x-pack/test/functional/apps/uptime/config.ts # x-pack/test/functional/apps/uptime/feature_controls/index.ts # x-pack/test/functional/apps/uptime/feature_controls/uptime_security.ts # x-pack/test/functional/apps/uptime/feature_controls/uptime_spaces.ts # x-pack/test/functional/apps/uptime/index.ts # x-pack/test/functional/apps/uptime/ml_anomaly.ts # x-pack/test/functional/apps/uptime/overview.ts # x-pack/test/functional/config.firefox.ts # x-pack/test/functional/services/logs_ui/index.ts # x-pack/test/functional/services/logs_ui/log_entry_categories.ts # x-pack/test/functional/services/logs_ui/log_entry_rate.ts # x-pack/test/functional/services/observability/alerts/add_to_case.ts # x-pack/test/functional/services/observability/alerts/common.ts # x-pack/test/functional/services/observability/alerts/index.ts # x-pack/test/functional/services/observability/alerts/pagination.ts # x-pack/test/functional/services/observability/alerts/rules_page.ts # x-pack/test/functional/services/observability/components/alert_search_bar.ts # x-pack/test/functional/services/observability/components/alert_summary_widget.ts # x-pack/test/functional/services/observability/components/index.ts # x-pack/test/functional/services/observability/index.ts # x-pack/test/functional/services/observability/overview/common.ts # x-pack/test/functional/services/observability/overview/index.ts # x-pack/test/functional/services/observability/users.ts # x-pack/test/functional/services/uptime/alerts.ts # x-pack/test/functional/services/uptime/certificates.ts # x-pack/test/functional/services/uptime/common.ts # x-pack/test/functional/services/uptime/index.ts # x-pack/test/functional/services/uptime/ml_anomaly.ts # x-pack/test/functional/services/uptime/monitor.ts # x-pack/test/functional/services/uptime/navigation.ts # x-pack/test/functional/services/uptime/overview.ts # x-pack/test/functional/services/uptime/settings.ts # x-pack/test/functional/services/uptime/uptime.ts # x-pack/test/tsconfig.json
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16341898705 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
…astic#227754) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving oblt functional tests from x-pack/test ``` x-pack/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` After: ``` x-pack/solutions/observability/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 6c32e42) # Conflicts: # .github/CODEOWNERS # x-pack/solutions/observability/test/accessibility/apps/uptime.ts # x-pack/solutions/observability/test/functional/apps/infra/metrics_source_configuration.ts # x-pack/solutions/observability/test/functional/apps/uptime/certificates.ts # x-pack/solutions/observability/test/functional/apps/uptime/missing_mappings.ts # x-pack/solutions/observability/test/functional/apps/uptime/settings.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ts (#227754) (#228269) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate observability functional and api_integration tests (#227754)](#227754) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-14T09:56:21Z","message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs AI Assistant","Team:obs-ux-management","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate observability functional and api_integration tests","number":227754,"url":"https://github.com/elastic/kibana/pull/227754","mergeCommit":{"message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227754","number":227754,"mergeCommit":{"message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
…astic#227754) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving oblt functional tests from x-pack/test ``` x-pack/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` After: ``` x-pack/solutions/observability/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
…astic#227754) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving oblt functional tests from x-pack/test ``` x-pack/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` After: ``` x-pack/solutions/observability/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary This PR removes unused FTR services and updates codeowners: - unused uptime, observability, and infra-related FTR services and providers; services were relocated in #227754 and duplicates are no longer needed. - moves some services from deprecated locations to platform-specific locations - move `alerting_api` service to `x-pack/test_serverless`, the only place it is still used --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary This PR removes unused FTR services and updates codeowners: - unused uptime, observability, and infra-related FTR services and providers; services were relocated in elastic#227754 and duplicates are no longer needed. - moves some services from deprecated locations to platform-specific locations - move `alerting_api` service to `x-pack/test_serverless`, the only place it is still used --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c1d614d) # Conflicts: # x-pack/platform/test/api_integration/services/index.ts # x-pack/test/api_integration/deployment_agnostic/services/synthtrace.ts # x-pack/test/functional/services/observability/alerts/common.ts # x-pack/test/functional/services/observability/overview/common.ts # x-pack/test_serverless/tsconfig.json
#229805) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] remove unused FTR services and update codeowners (#229264)](#229264) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-25T14:32:46Z","message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] remove unused FTR services and update codeowners","number":229264,"url":"https://github.com/elastic/kibana/pull/229264","mergeCommit":{"message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229264","number":229264,"mergeCommit":{"message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556"}}]}] BACKPORT-->
…astic#227754) ## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving oblt functional tests from x-pack/test ``` x-pack/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` After: ``` x-pack/solutions/observability/test/ | - observability_api_integration/ | - observability_functional/ | - observability_onboarding_api_integration/ | - observability_ai_assistant_functional/ | - functional/apps/ | - infra/ | - uptime/ | - accessibility/apps/ ``` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 6c32e42) # Conflicts: # .github/CODEOWNERS # x-pack/solutions/observability/plugins/observability_onboarding/README.md # x-pack/solutions/observability/test/functional/apps/infra/logs/log_stream.ts # x-pack/solutions/observability/test/functional/apps/infra/logs/log_stream_date_nano.ts # x-pack/solutions/observability/test/functional/apps/infra/logs/logs_source_configuration.ts # x-pack/solutions/observability/test/functional/services/logs_ui/log_stream.ts # x-pack/test/common/lib/test_data_loader.ts # x-pack/test/tsconfig.json
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…sts (#227754) (#230426) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] relocate observability functional and api_integration tests (#227754)](#227754) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-14T09:56:21Z","message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Obs AI Assistant","Team:obs-ux-management","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] relocate observability functional and api_integration tests","number":227754,"url":"https://github.com/elastic/kibana/pull/227754","mergeCommit":{"message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/228269","number":228269,"state":"MERGED","mergeCommit":{"sha":"0872288c4ac9dd9dc787917579ed7273c3ecb8c6","message":"[9.1] [ska] relocate observability functional and api_integration tests (#227754) (#228269)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] relocate observability functional and api_integration tests\n(#227754)](https://github.com/elastic/kibana/pull/227754)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227754","number":227754,"mergeCommit":{"message":"[ska] relocate observability functional and api_integration tests (#227754)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving oblt functional tests from x-pack/test\n\n```\nx-pack/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/\n | - uptime/\n | - accessibility/apps/\n```\n\nAfter: \n```\nx-pack/solutions/observability/test/\n | - observability_api_integration/\n | - observability_functional/\n | - observability_onboarding_api_integration/\n | - observability_ai_assistant_functional/\n | - functional/apps/\n | - infra/ \n | - uptime/\n | - accessibility/apps/\n```\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6c32e428859a8072a856cfcbe25ace94822b4258"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary This PR removes unused FTR services and updates codeowners: - unused uptime, observability, and infra-related FTR services and providers; services were relocated in elastic#227754 and duplicates are no longer needed. - moves some services from deprecated locations to platform-specific locations - move `alerting_api` service to `x-pack/test_serverless`, the only place it is still used --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary This PR removes unused FTR services and updates codeowners: - unused uptime, observability, and infra-related FTR services and providers; services were relocated in elastic#227754 and duplicates are no longer needed. - moves some services from deprecated locations to platform-specific locations - move `alerting_api` service to `x-pack/test_serverless`, the only place it is still used --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit c1d614d) # Conflicts: # .github/CODEOWNERS # x-pack/platform/test/api_integration/services/index.ts # x-pack/test/api_integration/deployment_agnostic/services/synthtrace.ts # x-pack/test/functional/services/infra_source_configuration_form.ts # x-pack/test/functional/services/observability/alerts/common.ts # x-pack/test/functional/services/observability/overview/common.ts # x-pack/test/functional/services/uptime/overview.ts # x-pack/test/tsconfig.json # x-pack/test_serverless/functional/services/deployment_agnostic_services.ts # x-pack/test_serverless/tsconfig.json
… (#231209) # Backport This will backport the following commits from `main` to `8.19`: - [[ska] remove unused FTR services and update codeowners (#229264)](#229264) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-07-25T14:32:46Z","message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v8.19.0","v9.2.0"],"title":"[ska] remove unused FTR services and update codeowners","number":229264,"url":"https://github.com/elastic/kibana/pull/229264","mergeCommit":{"message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/229805","number":229805,"state":"MERGED","mergeCommit":{"sha":"a0bc3ce0c382fccc160f10b7e928a476192612dc","message":"[9.1] [ska] remove unused FTR services and update codeowners (#229264) (#229805)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[ska] remove unused FTR services and update codeowners\n(#229264)](https://github.com/elastic/kibana/pull/229264)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229264","number":229264,"mergeCommit":{"message":"[ska] remove unused FTR services and update codeowners (#229264)\n\n## Summary\n\nThis PR removes unused FTR services and updates codeowners:\n- unused uptime, observability, and infra-related FTR services and\nproviders; services were relocated in\nhttps://github.com//pull/227754 and duplicates are no\nlonger needed.\n- moves some services from deprecated locations to platform-specific\nlocations\n- move `alerting_api` service to `x-pack/test_serverless`, the only\nplace it is still used\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"c1d614def9bcc576b22c6cc480db791c7da49556"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving oblt functional tests from x-pack/test
After: