[ska] relocate fixtures from x-pack/test_serverless#231898
Merged
dmlemeshko merged 1 commit intoelastic:mainfrom Aug 15, 2025
Merged
[ska] relocate fixtures from x-pack/test_serverless#231898dmlemeshko merged 1 commit intoelastic:mainfrom
dmlemeshko merged 1 commit intoelastic:mainfrom
Conversation
jughosta
approved these changes
Aug 15, 2025
ElenaStoeva
approved these changes
Aug 15, 2025
js-jankisalvi
approved these changes
Aug 15, 2025
Contributor
js-jankisalvi
left a comment
There was a problem hiding this comment.
response ops changes lgtm 👍
walterra
approved these changes
Aug 15, 2025
Contributor
walterra
left a comment
There was a problem hiding this comment.
Code review only, vis path changes LGTM.
Contributor
|
Starting backport for target branches: 8.19, 9.1 https://github.com/elastic/kibana/actions/runs/16992926085 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Aug 15, 2025
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving kbn and es archives used in serverless FTR tests Before ``` x-pack/test_serverless/functional | - fixtures/kbn_archiver | - es_archives ``` After: ``` x-pack/platform/test/serverless | - fixtures/ | |- kbn_archives/ | |- es_archives/ ``` (cherry picked from commit da75250)
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Aug 15, 2025
…231958) # Backport This will backport the following commits from `main` to `9.1`: - [[ska] relocate fixtures from x-pack/test_serverless (#231898)](#231898) <!--- Backport version: 9.6.6 --> ### 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-15T15:08:44Z","message":"[ska] relocate fixtures from x-pack/test_serverless (#231898)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving kbn and es archives used in serverless\nFTR tests\n\nBefore\n```\nx-pack/test_serverless/functional\n | - fixtures/kbn_archiver\n | - es_archives\n```\n\nAfter: \n```\nx-pack/platform/test/serverless\n | - fixtures/\n | |- kbn_archives/\n | |- es_archives/\n```","sha":"da75250571980054069ea4af9782ea05e68599f2","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.1.2","v8.19.2"],"title":"[ska] relocate fixtures from x-pack/test_serverless","number":231898,"url":"https://github.com/elastic/kibana/pull/231898","mergeCommit":{"message":"[ska] relocate fixtures from x-pack/test_serverless (#231898)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving kbn and es archives used in serverless\nFTR tests\n\nBefore\n```\nx-pack/test_serverless/functional\n | - fixtures/kbn_archiver\n | - es_archives\n```\n\nAfter: \n```\nx-pack/platform/test/serverless\n | - fixtures/\n | |- kbn_archives/\n | |- es_archives/\n```","sha":"da75250571980054069ea4af9782ea05e68599f2"}},"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/231898","number":231898,"mergeCommit":{"message":"[ska] relocate fixtures from x-pack/test_serverless (#231898)\n\n## Summary\n\nPart of https://github.com/elastic/kibana-team/issues/1503\n\nThis PR is mostly about moving kbn and es archives used in serverless\nFTR tests\n\nBefore\n```\nx-pack/test_serverless/functional\n | - fixtures/kbn_archiver\n | - es_archives\n```\n\nAfter: \n```\nx-pack/platform/test/serverless\n | - fixtures/\n | |- kbn_archives/\n | |- es_archives/\n```","sha":"da75250571980054069ea4af9782ea05e68599f2"}},{"branch":"9.1","label":"v9.1.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
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 kbn and es archives used in serverless FTR tests Before ``` x-pack/test_serverless/functional | - fixtures/kbn_archiver | - es_archives ``` After: ``` x-pack/platform/test/serverless | - fixtures/ | |- kbn_archives/ | |- es_archives/ ```
qn895
pushed a commit
to qn895/kibana
that referenced
this pull request
Aug 26, 2025
## Summary Part of elastic/kibana-team#1503 This PR is mostly about moving kbn and es archives used in serverless FTR tests Before ``` x-pack/test_serverless/functional | - fixtures/kbn_archiver | - es_archives ``` After: ``` x-pack/platform/test/serverless | - fixtures/ | |- kbn_archives/ | |- es_archives/ ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of https://github.com/elastic/kibana-team/issues/1503
This PR is mostly about moving kbn and es archives used in serverless FTR tests
Before
After: