-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ska] relocate esArchives to platform/test/fixtures #229750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…na into ska/relocate-es-archives
dej611
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review ok 👍
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16602004229 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving platform esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/platform/test/fixtures/es_archives/ ``` some unused archives were deleted
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving platform esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/platform/test/fixtures/es_archives/ ``` some unused archives were deleted (cherry picked from commit 2fb428a) # Conflicts: # .github/CODEOWNERS # x-pack/platform/test/fleet_api_integration/apis/package_policy/deployment_modes.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving platform esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/platform/test/fixtures/es_archives/ ``` some unused archives were deleted (cherry picked from commit 2fb428a) # Conflicts: # x-pack/platform/test/fleet_api_integration/apis/agents/status.ts # x-pack/platform/test/fleet_api_integration/apis/package_policy/deployment_modes.ts
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…230161) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate esArchives to platform/test/fixtures (#229750)](#229750) <!--- 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-29T16:33:35Z","message":"[ska] relocate esArchives to platform/test/fixtures (#229750)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving platform esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/platform/test/fixtures/es_archives/\n```\n\nsome unused archives were deleted","sha":"2fb428aa8765c9e93f30ebb8d3e196e0012defbb","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport missing","backport:version","v9.2.0","v9.1.1","v8.19.1"],"title":"[ska] relocate esArchives to platform/test/fixtures","number":229750,"url":"https://github.com/elastic/kibana/pull/229750","mergeCommit":{"message":"[ska] relocate esArchives to platform/test/fixtures (#229750)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving platform esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/platform/test/fixtures/es_archives/\n```\n\nsome unused archives were deleted","sha":"2fb428aa8765c9e93f30ebb8d3e196e0012defbb"}},"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/229750","number":229750,"mergeCommit":{"message":"[ska] relocate esArchives to platform/test/fixtures (#229750)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving platform esArchives from\n`x-pack/test/functional` dir\n\nBefore\n```\nx-pack/test/functional/es_archives/\n```\n\nAfter: \n```\nx-pack/platform/test/fixtures/es_archives/\n```\n\nsome unused archives were deleted","sha":"2fb428aa8765c9e93f30ebb8d3e196e0012defbb"}},{"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-->
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving platform esArchives from `x-pack/test/functional` dir Before ``` x-pack/test/functional/es_archives/ ``` After: ``` x-pack/platform/test/fixtures/es_archives/ ``` some unused archives were deleted
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving platform esArchives from
x-pack/test/functionaldirBefore
After:
some unused archives were deleted