Skip to content

[ska] [xpack] relocate platform tests#225223

Merged
dmlemeshko merged 26 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-platform-tests
Jun 25, 2025
Merged

[ska] [xpack] relocate platform tests#225223
dmlemeshko merged 26 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-platform-tests

Conversation

@dmlemeshko
Copy link
Copy Markdown
Contributor

Summary

Part of https://github.com/elastic/kibana-team/issues/1503

This PR is mostly about moving platform tests from x-pack/test/

Before:

x-pack/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/

After:

x-pack/platform/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/

@dmlemeshko dmlemeshko self-assigned this Jun 25, 2025
@dmlemeshko dmlemeshko changed the title Ska/relocate platform tests [ska] [xpack] relocate platform tests Jun 25, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.1.0 v8.19.0 labels Jun 25, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review June 25, 2025 13:47
@dmlemeshko dmlemeshko requested review from a team as code owners June 25, 2025 13:47
Copy link
Copy Markdown
Contributor

@ymao1 ymao1 left a comment

Choose a reason for hiding this comment

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

response ops changes lgtm

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
@kbn/test-suites-xpack 351 340 -11
@kbn/test-suites-xpack-platform 345 356 +11
total -0

References to deprecated APIs

id before after diff
@kbn/test-suites-xpack-platform 38 39 +1

Total ESLint disabled count

id before after diff
@kbn/test-suites-xpack 368 357 -11
@kbn/test-suites-xpack-platform 350 361 +11
total -0

History

cc @dmlemeshko

@dmlemeshko dmlemeshko merged commit 58b8c7a into elastic:main Jun 25, 2025
15 checks passed
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Jun 25, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform tests from x-pack/test/

Before:

```
x-pack/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/
```

After:
```
x-pack/platform/test/
     | - ftr_apis/
     | - load/
     | - plugin_api_perf/
     | - fleet_packages/
     | - fleet_tasks/
     | - scalability/
     | - task_manager_claimer_update_by_query/

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 58b8c7a)

# Conflicts:
#	.buildkite/ftr_platform_stateful_configs.yml
#	.github/CODEOWNERS
#	x-pack/platform/test/fleet_tasks/config.ts
#	x-pack/platform/test/fleet_tasks/ftr_provider_context.d.ts
#	x-pack/platform/test/fleet_tasks/helpers.ts
#	x-pack/platform/test/fleet_tasks/tests/automatic_upgrades.ts
#	x-pack/platform/test/fleet_tasks/tests/index.ts
#	x-pack/test/fleet_tasks/ftr_provider_context.d.ts
#	x-pack/test/fleet_tasks/tests/index.ts
#	x-pack/test/functional_enterprise_search/ftr_provider_context.d.ts
#	x-pack/test/tsconfig.json
#	x-pack/test/upgrade/apps/logs/index.ts
@dmlemeshko
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit that referenced this pull request Jun 25, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[ska] [xpack] relocate platform tests
(#225223)](#225223)

<!--- 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-06-25T15:01:04Z","message":"[ska]
[xpack] relocate platform tests (#225223)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from
x-pack/test/\n\nBefore:\n\n```\nx-pack/test/\n | - ftr_apis/\n | -
load/\n | - plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n
| - scalability/\n | -
task_manager_claimer_update_by_query/\n```\n\nAfter:
\n```\nx-pack/platform/test/\n | - ftr_apis/\n | - load/\n | -
plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n | -
scalability/\n | -
task_manager_claimer_update_by_query/\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"58b8c7aec0a6192e6d4ceb6a006b70025038cb21","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","v9.1.0","v8.19.0"],"title":"[ska]
[xpack] relocate platform
tests","number":225223,"url":"https://github.com/elastic/kibana/pull/225223","mergeCommit":{"message":"[ska]
[xpack] relocate platform tests (#225223)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from
x-pack/test/\n\nBefore:\n\n```\nx-pack/test/\n | - ftr_apis/\n | -
load/\n | - plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n
| - scalability/\n | -
task_manager_claimer_update_by_query/\n```\n\nAfter:
\n```\nx-pack/platform/test/\n | - ftr_apis/\n | - load/\n | -
plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n | -
scalability/\n | -
task_manager_claimer_update_by_query/\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"58b8c7aec0a6192e6d4ceb6a006b70025038cb21"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/225223","number":225223,"mergeCommit":{"message":"[ska]
[xpack] relocate platform tests (#225223)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform tests from
x-pack/test/\n\nBefore:\n\n```\nx-pack/test/\n | - ftr_apis/\n | -
load/\n | - plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n
| - scalability/\n | -
task_manager_claimer_update_by_query/\n```\n\nAfter:
\n```\nx-pack/platform/test/\n | - ftr_apis/\n | - load/\n | -
plugin_api_perf/\n | - fleet_packages/\n | - fleet_tasks/\n | -
scalability/\n | -
task_manager_claimer_update_by_query/\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"58b8c7aec0a6192e6d4ceb6a006b70025038cb21"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.19.0 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants