Skip to content

Conversation

dmlemeshko
Copy link
Member

@dmlemeshko dmlemeshko commented Aug 29, 2025

Summary

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

This PR removes any imports from @kbn/test-suites-xpack before we delete x-pack/test directory completely. Doing it separately to make sure we don't break any tests and there is no more connections to the old directory.

@dmlemeshko dmlemeshko self-assigned this Aug 29, 2025
@dmlemeshko dmlemeshko added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting backport:version Backport to applied version labels v9.1.3 v8.19.3 labels Aug 29, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review August 29, 2025 12:07
@dmlemeshko dmlemeshko requested review from a team as code owners August 29, 2025 12:07
@botelastic botelastic bot added the Team:obs-ux-management Observability Management User Experience Team label Aug 29, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

Copy link
Contributor

@vgomez-el vgomez-el 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 removed the backport:skip This PR does not require backporting label Sep 1, 2025
@dmlemeshko dmlemeshko enabled auto-merge (squash) September 1, 2025 10:39
@dmlemeshko dmlemeshko merged commit 61f6690 into elastic:main Sep 1, 2025
14 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1

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

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @dmlemeshko

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts

You might need to backport the following PRs to 8.19:
- [Security Solution] [SKA] Moved cypress folder (#230198)
9.1 Backport failed because of merge conflicts

You might need to backport the following PRs to 9.1:
- [Security Solution] [SKA] Moved cypress folder (#230198)

Manual backport

To create the backport manually run:

node scripts/backport --pr 233427

Questions ?

Please refer to the Backport tool documentation

ymao1 pushed a commit to ymao1/kibana that referenced this pull request Sep 2, 2025
## Summary

Part of elastic/kibana-team#1503

This PR removes any imports from `@kbn/test-suites-xpack` before we
delete `x-pack/test` directory completely. Doing it separately to make
sure we don't break any tests and there is no more connections to the
old directory.
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Sep 2, 2025
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 233427 locally
cc: @dmlemeshko

MichelLosier pushed a commit to MichelLosier/kibana that referenced this pull request Sep 2, 2025
## Summary

Part of elastic/kibana-team#1503

This PR removes any imports from `@kbn/test-suites-xpack` before we
delete `x-pack/test` directory completely. Doing it separately to make
sure we don't break any tests and there is no more connections to the
old directory.
kowalczyk-krzysztof pushed a commit to kowalczyk-krzysztof/kibana that referenced this pull request Sep 3, 2025
## Summary

Part of elastic/kibana-team#1503

This PR removes any imports from `@kbn/test-suites-xpack` before we
delete `x-pack/test` directory completely. Doing it separately to make
sure we don't break any tests and there is no more connections to the
old directory.
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 233427 locally
cc: @dmlemeshko

3 similar comments
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 233427 locally
cc: @dmlemeshko

@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 233427 locally
cc: @dmlemeshko

@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create automatically backports add a backport:* label or prevent reminders by adding the backport:skip label.
You can also create backports manually by running node scripts/backport --pr 233427 locally
cc: @dmlemeshko

dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Sep 9, 2025
## Summary

Part of elastic/kibana-team#1503

This PR removes any imports from `@kbn/test-suites-xpack` before we
delete `x-pack/test` directory completely. Doing it separately to make
sure we don't break any tests and there is no more connections to the
old directory.

(cherry picked from commit 61f6690)

# Conflicts:
#	x-pack/solutions/security/test/security_solution_cypress/runner.ts
@dmlemeshko
Copy link
Member 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 dmlemeshko removed backport missing Added to PRs automatically when the are determined to be missing a backport. backport:version Backport to applied version labels v8.19.3 labels Sep 9, 2025
dmlemeshko added a commit that referenced this pull request Sep 9, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[ska] remove kbn/test-suites-xpack imports
(#233427)](#233427)

<!--- Backport version: 10.0.2 -->

### 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-09-01T13:13:42Z","message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport
missing","Team:obs-ux-management","backport:version","v9.2.0","v9.1.3","v8.19.3"],"title":"[ska]
remove kbn/test-suites-xpack
imports","number":233427,"url":"https://github.com/elastic/kibana/pull/233427","mergeCommit":{"message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2"}},"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/233427","number":233427,"mergeCommit":{"message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2"}},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
dmlemeshko added a commit to dmlemeshko/kibana that referenced this pull request Sep 10, 2025
## Summary

Part of elastic/kibana-team#1503

This PR removes any imports from `@kbn/test-suites-xpack` before we
delete `x-pack/test` directory completely. Doing it separately to make
sure we don't break any tests and there is no more connections to the
old directory.

(cherry picked from commit 61f6690)

# Conflicts:
#	x-pack/solutions/security/test/cloud_security_posture_functional/config.ts
#	x-pack/solutions/security/test/cloud_security_posture_functional/page_objects/index.ts
#	x-pack/solutions/security/test/security_solution_cypress/runner.ts
@dmlemeshko
Copy link
Member 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 Sep 10, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[ska] remove kbn/test-suites-xpack imports
(#233427)](#233427)

<!--- Backport version: 10.0.2 -->

### 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-09-01T13:13:42Z","message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","v9.2.0","v9.1.3","v9.1.4","v8.19.4"],"title":"[ska]
remove kbn/test-suites-xpack
imports","number":233427,"url":"https://github.com/elastic/kibana/pull/233427","mergeCommit":{"message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/233427","number":233427,"mergeCommit":{"message":"[ska]
remove kbn/test-suites-xpack imports (#233427)\n\n## Summary\n\nPart of
https://github.com/elastic/kibana-team/issues/1503\n\nThis PR removes
any imports from `@kbn/test-suites-xpack` before we\ndelete
`x-pack/test` directory completely. Doing it separately to make\nsure we
don't break any tests and there is no more connections to the\nold
directory.","sha":"61f6690fb3fd735da29dcfc8fa426c2a4ba398f2"}},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/234428","number":234428,"state":"MERGED","mergeCommit":{"sha":"d02d36d1f61fb99572fd3235bb5b5e26e23717f4","message":"[9.1]
[ska] remove kbn/test-suites-xpack imports (#233427) (#234428)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[ska] remove kbn/test-suites-xpack
imports\n(#233427)](https://github.com/elastic/kibana/pull/233427)\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.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-management Observability Management User Experience Team v8.19.4 v9.1.3 v9.1.4 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants