Skip to content

Conversation

@dmlemeshko
Copy link
Contributor

@dmlemeshko dmlemeshko commented Jul 30, 2025

Summary

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

This PR is mostly about moving platform FTR tests from x-pack/test_serverless/functional

Before

x-pack/test_serverless/
  | - functional/
    |- services
    |- page_objects
    |- test_suites
      |- common/<suite_name>
      |-<project_type>/common_configs

After:

x-pack/platform/test/serverless
  | - functional/
    |- services
    |- page_objects
    |- test_suites/<suite_name>
    |- configs/<project_type>/
    |- config.base.ts

All the tests are run under the renamed FTR configs:

image

@dmlemeshko dmlemeshko self-assigned this Jul 31, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review July 31, 2025 16:14
@dmlemeshko dmlemeshko requested review from a team as code owners July 31, 2025 16:15
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels labels Jul 31, 2025
Copy link
Contributor

@alvarezmelissa87 alvarezmelissa87 left a comment

Choose a reason for hiding this comment

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

ML code LGTM

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

References to deprecated APIs

id before after diff
@kbn/test-suites-xpack-platform 68 72 +4

History

cc @dmlemeshko

@dmlemeshko dmlemeshko merged commit d3f4192 into elastic:main Aug 5, 2025
13 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@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

You might need to backport the following PRs to 9.1:
- [ska] Relocate platform kbn archives (#230096)
- [Security Solution] Get rid of esArchiver in import custom rules integration tests (#229492)

Manual backport

To create the backport manually run:

node scripts/backport --pr 229977

Questions ?

Please refer to the Backport tool documentation

delanni pushed a commit to delanni/kibana that referenced this pull request Aug 5, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform FTR tests from
`x-pack/test_serverless/functional`

Before
```
x-pack/test_serverless/
  | - functional/
    |- services
    |- page_objects
    |- test_suites
      |- common/<suite_name>
      |-<project_type>/common_configs
```

After: 
```
x-pack/platform/test/serverless
  | - functional/
    |- services
    |- page_objects
    |- test_suites/<suite_name>
    |- configs/<project_type>/
    |- config.base.ts
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="891" alt="image"
src="https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0"
/>

---------

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 Aug 6, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@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

You might need to backport the following PRs to 9.1:
- [ska] Relocate platform kbn archives (#230096)

Manual backport

To create the backport manually run:

node scripts/backport --pr 229977

Questions ?

Please refer to the Backport tool documentation

@dmlemeshko dmlemeshko added backport:version Backport to applied version labels and removed backport:version Backport to applied version labels labels Aug 6, 2025
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@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 229977

Questions ?

Please refer to the Backport tool documentation

@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 to dmlemeshko/kibana that referenced this pull request Aug 6, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform FTR tests from
`x-pack/test_serverless/functional`

Before
```
x-pack/test_serverless/
  | - functional/
    |- services
    |- page_objects
    |- test_suites
      |- common/<suite_name>
      |-<project_type>/common_configs
```

After:
```
x-pack/platform/test/serverless
  | - functional/
    |- services
    |- page_objects
    |- test_suites/<suite_name>
    |- configs/<project_type>/
    |- config.base.ts
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="891" alt="image"
src="https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0"
/>

---------

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

# Conflicts:
#	.buildkite/ftr_chat_serverless_configs.yml
#	.buildkite/ftr_search_serverless_configs.yml
#	.github/CODEOWNERS
#	x-pack/platform/test/serverless/functional/page_objects/svl_custom_roles_page.ts
#	x-pack/test_serverless/functional/page_objects/index.ts
dmlemeshko added a commit that referenced this pull request Aug 6, 2025
)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska] relocate svl platform functional ui tests
(#229977)](#229977)

<!--- 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-08-05T12:40:28Z","message":"[ska]
relocate svl platform functional ui tests (#229977)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform FTR tests
from\n`x-pack/test_serverless/functional`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/\n |- services\n |- page_objects\n |- test_suites\n |-
common/<suite_name>\n |-<project_type>/common_configs\n```\n\nAfter:
\n```\nx-pack/platform/test/serverless\n | - functional/\n |- services\n
|- page_objects\n |- test_suites/<suite_name>\n |-
configs/<project_type>/\n |- config.base.ts\n```\n\nAll the tests are
run under the renamed FTR configs:\n\n<img width=\"1716\" height=\"891\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"d3f41929bfc1027d0b10817a333bd6871ecc1472","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska]
relocate svl platform functional ui
tests","number":229977,"url":"https://github.com/elastic/kibana/pull/229977","mergeCommit":{"message":"[ska]
relocate svl platform functional ui tests (#229977)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform FTR tests
from\n`x-pack/test_serverless/functional`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/\n |- services\n |- page_objects\n |- test_suites\n |-
common/<suite_name>\n |-<project_type>/common_configs\n```\n\nAfter:
\n```\nx-pack/platform/test/serverless\n | - functional/\n |- services\n
|- page_objects\n |- test_suites/<suite_name>\n |-
configs/<project_type>/\n |- config.base.ts\n```\n\nAll the tests are
run under the renamed FTR configs:\n\n<img width=\"1716\" height=\"891\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"d3f41929bfc1027d0b10817a333bd6871ecc1472"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229977","number":229977,"mergeCommit":{"message":"[ska]
relocate svl platform functional ui tests (#229977)\n\n##
Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly
about moving platform FTR tests
from\n`x-pack/test_serverless/functional`\n\nBefore\n```\nx-pack/test_serverless/\n
| - functional/\n |- services\n |- page_objects\n |- test_suites\n |-
common/<suite_name>\n |-<project_type>/common_configs\n```\n\nAfter:
\n```\nx-pack/platform/test/serverless\n | - functional/\n |- services\n
|- page_objects\n |- test_suites/<suite_name>\n |-
configs/<project_type>/\n |- config.base.ts\n```\n\nAll the tests are
run under the renamed FTR configs:\n\n<img width=\"1716\" height=\"891\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0\"\n/>\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"d3f41929bfc1027d0b10817a333bd6871ecc1472"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@wildemat wildemat mentioned this pull request Aug 7, 2025
10 tasks
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Aug 18, 2025
## Summary

Part of elastic/kibana-team#1503

This PR is mostly about moving platform FTR tests from
`x-pack/test_serverless/functional`

Before
```
x-pack/test_serverless/
  | - functional/
    |- services
    |- page_objects
    |- test_suites
      |- common/<suite_name>
      |-<project_type>/common_configs
```

After: 
```
x-pack/platform/test/serverless
  | - functional/
    |- services
    |- page_objects
    |- test_suites/<suite_name>
    |- configs/<project_type>/
    |- config.base.ts
```

All the tests are run under the renamed FTR configs:

<img width="1716" height="891" alt="image"
src="https://github.com/user-attachments/assets/4d10965c-bf17-46ac-a584-15103878a1c0"
/>

---------

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.1 v9.1.1 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.