Skip to content

[ska] relocate disable_ems, functional_execution_context, ui_capabilties tests#226513

Merged
dmlemeshko merged 7 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-more-platform-tests
Jul 4, 2025
Merged

[ska] relocate disable_ems, functional_execution_context, ui_capabilties tests#226513
dmlemeshko merged 7 commits intoelastic:mainfrom
dmlemeshko:ska/relocate-more-platform-tests

Conversation

@dmlemeshko
Copy link
Contributor

@dmlemeshko dmlemeshko commented Jul 4, 2025

Summary

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

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

x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/

After:

x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/

@dmlemeshko dmlemeshko self-assigned this Jul 4, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels v8.19.0 v9.2.0 labels Jul 4, 2025
@dmlemeshko
Copy link
Contributor Author

buildkite test this

@dmlemeshko dmlemeshko marked this pull request as ready for review July 4, 2025 07:11
@dmlemeshko dmlemeshko requested review from a team as code owners July 4, 2025 07:11
Copy link
Contributor

@mistic mistic left a comment

Choose a reason for hiding this comment

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

lgtm

@dmlemeshko dmlemeshko enabled auto-merge (squash) July 4, 2025 16:44
@dmlemeshko dmlemeshko merged commit 2a60a5b into elastic:main Jul 4, 2025
13 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16079272871

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
@kbn/test-suites-xpack 164 162 -2
@kbn/test-suites-xpack-platform 523 525 +2
total -0

References to deprecated APIs

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

Total ESLint disabled count

id before after diff
@kbn/test-suites-xpack 178 176 -2
@kbn/test-suites-xpack-platform 530 532 +2
total -0

History

cc @dmlemeshko

adcoelho pushed a commit to adcoelho/kibana that referenced this pull request Jul 7, 2025
…ies tests (elastic#226513)

## Summary

Part of elastic/kibana-team#1503

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

```
x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

After: 
```
x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@dmlemeshko dmlemeshko added backport:version Backport to applied version labels and removed backport:version Backport to applied version labels labels Jul 8, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

https://github.com/elastic/kibana/actions/runs/16142867479

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 226513

Questions ?

Please refer to the Backport tool documentation

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Jul 8, 2025
…ies tests (elastic#226513)

## Summary

Part of elastic/kibana-team#1503

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

```
x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

After:
```
x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

---------

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

# Conflicts:
#	.github/CODEOWNERS
@dmlemeshko
Copy link
Contributor Author

💚 All backports created successfully

Status Branch Result
9.1

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 Jul 9, 2025
…pabilties tests (#226513) (#227024)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska] relocate disable_ems, functional_execution_context,
ui_capabilties tests
(#226513)](#226513)

<!--- 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-04T18:30:54Z","message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9","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]
relocate disable_ems, functional_execution_context, ui_capabilties
tests","number":226513,"url":"https://github.com/elastic/kibana/pull/226513","mergeCommit":{"message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9"}},"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/226513","number":226513,"mergeCommit":{"message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9"}}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Jul 10, 2025
…ies tests (elastic#226513)

## Summary

Part of elastic/kibana-team#1503

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

```
x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

After:
```
x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

---------

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

# Conflicts:
#	.buildkite/ftr_platform_stateful_configs.yml
#	.github/CODEOWNERS
@dmlemeshko
Copy link
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 to dmlemeshko/kibana that referenced this pull request Jul 11, 2025
…ies tests (elastic#226513)

## Summary

Part of elastic/kibana-team#1503

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

```
x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

After:
```
x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

---------

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

# Conflicts:
#	.github/CODEOWNERS
@dmlemeshko
Copy link
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 Jul 11, 2025
…apabilties tests (#226513) (#227472)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[ska] relocate disable_ems, functional_execution_context,
ui_capabilties tests
(#226513)](#226513)

<!--- Backport version: 10.0.0 -->

### 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-04T18:30:54Z","message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9","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]
relocate disable_ems, functional_execution_context, ui_capabilties
tests","number":226513,"url":"https://github.com/elastic/kibana/pull/226513","mergeCommit":{"message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9"}},"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/227024","number":227024,"state":"MERGED","mergeCommit":{"sha":"9627d885ec43f78674e6ab30ef827152ffe3f14d","message":"[9.1]
[ska] relocate disable_ems, functional_execution_context, ui_capabilties
tests (#226513) (#227024)\n\n# Backport\n\nThis will backport the
following commits from `main` to `9.1`:\n- [[ska] relocate disable_ems,
functional_execution_context,\nui_capabilties
tests\n(#226513)](https://github.com/elastic/kibana/pull/226513)\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/226513","number":226513,"mergeCommit":{"message":"[ska]
relocate disable_ems, functional_execution_context, ui_capabilties tests
(#226513)\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\n```\nx-pack/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\nAfter: \n```\nx-pack/platform/test/\n | -
disable_ems/\n | - functional_execution_context/\n | -
ui_capabilties/\n```\n\n---------\n\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"2a60a5bbeb37eea1dfd8151ca40044756ae74df9"}}]}]
BACKPORT-->
kertal pushed a commit to kertal/kibana that referenced this pull request Jul 25, 2025
…ies tests (elastic#226513)

## Summary

Part of elastic/kibana-team#1503

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

```
x-pack/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

After: 
```
x-pack/platform/test/
     | - disable_ems/
     | - functional_execution_context/
     | - ui_capabilties/
```

---------

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:version Backport to applied version labels release_note:skip Skip the PR/issue when compiling release notes v8.19.0 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

Comments