Skip to content

[ftr] split x-pack discover config#217483

Merged
dmlemeshko merged 5 commits intoelastic:mainfrom
dmlemeshko:ftr/split-x-pack-discover-config
Apr 17, 2025
Merged

[ftr] split x-pack discover config#217483
dmlemeshko merged 5 commits intoelastic:mainfrom
dmlemeshko:ftr/split-x-pack-discover-config

Conversation

@dmlemeshko
Copy link
Copy Markdown
Contributor

@dmlemeshko dmlemeshko commented Apr 8, 2025

Summary

Split x-pack/test/functional/apps/discover/config.ts: 41.1 minutes into:

  • x-pack/test/functional/apps/discover/group1/config.ts
  • x-pack/test/functional/apps/discover/group2/config.ts
  • x-pack/test/functional/apps/discover/group3/config.ts

@dmlemeshko dmlemeshko self-assigned this Apr 8, 2025
@dmlemeshko dmlemeshko added FTR v9.1.0 v9.0.1 v8.19.0 release_note:skip Skip the PR/issue when compiling release notes backport:version Backport to applied version labels labels Apr 8, 2025
@dmlemeshko dmlemeshko marked this pull request as ready for review April 16, 2025 16:35
@dmlemeshko dmlemeshko requested review from a team as code owners April 16, 2025 16:36
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

cc @dmlemeshko

@dmlemeshko dmlemeshko enabled auto-merge (squash) April 17, 2025 11:37
Copy link
Copy Markdown
Contributor

@davismcphee davismcphee left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@dmlemeshko dmlemeshko merged commit 2cc56f8 into elastic:main Apr 17, 2025
10 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.0

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

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 17, 2025
## Summary

Split `x-pack/test/functional/apps/discover/config.ts: 41.1 minutes`
into:

  - x-pack/test/functional/apps/discover/group1/config.ts
  - x-pack/test/functional/apps/discover/group2/config.ts
  - x-pack/test/functional/apps/discover/group3/config.ts

(cherry picked from commit 2cc56f8)
@kibanamachine
Copy link
Copy Markdown
Contributor

💔 Some backports could not be created

Status Branch Result
8.19 Backport failed because of merge conflicts
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 217483

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Apr 17, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [[ftr] split x-pack discover config
(#217483)](#217483)

<!--- 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-04-17T16:51:17Z","message":"[ftr]
split x-pack discover config (#217483)\n\n## Summary\n\nSplit
`x-pack/test/functional/apps/discover/config.ts: 41.1
minutes`\ninto:\n\n -
x-pack/test/functional/apps/discover/group1/config.ts\n -
x-pack/test/functional/apps/discover/group2/config.ts\n -
x-pack/test/functional/apps/discover/group3/config.ts","sha":"2cc56f827b1e19c595ac6c0aae8e295e850e636f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","FTR","backport:version","v9.1.0","v8.19.0","v9.0.1"],"title":"[ftr]
split x-pack discover
config","number":217483,"url":"https://github.com/elastic/kibana/pull/217483","mergeCommit":{"message":"[ftr]
split x-pack discover config (#217483)\n\n## Summary\n\nSplit
`x-pack/test/functional/apps/discover/config.ts: 41.1
minutes`\ninto:\n\n -
x-pack/test/functional/apps/discover/group1/config.ts\n -
x-pack/test/functional/apps/discover/group2/config.ts\n -
x-pack/test/functional/apps/discover/group3/config.ts","sha":"2cc56f827b1e19c595ac6c0aae8e295e850e636f"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217483","number":217483,"mergeCommit":{"message":"[ftr]
split x-pack discover config (#217483)\n\n## Summary\n\nSplit
`x-pack/test/functional/apps/discover/config.ts: 41.1
minutes`\ninto:\n\n -
x-pack/test/functional/apps/discover/group1/config.ts\n -
x-pack/test/functional/apps/discover/group2/config.ts\n -
x-pack/test/functional/apps/discover/group3/config.ts","sha":"2cc56f827b1e19c595ac6c0aae8e295e850e636f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
davismcphee pushed a commit to davismcphee/kibana that referenced this pull request Apr 22, 2025
## Summary

Split `x-pack/test/functional/apps/discover/config.ts: 41.1 minutes`
into:

  - x-pack/test/functional/apps/discover/group1/config.ts
  - x-pack/test/functional/apps/discover/group2/config.ts
  - x-pack/test/functional/apps/discover/group3/config.ts
akowalska622 pushed a commit to akowalska622/kibana that referenced this pull request May 29, 2025
## Summary

Split `x-pack/test/functional/apps/discover/config.ts: 41.1 minutes`
into:

  - x-pack/test/functional/apps/discover/group1/config.ts
  - x-pack/test/functional/apps/discover/group2/config.ts
  - x-pack/test/functional/apps/discover/group3/config.ts
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 FTR release_note:skip Skip the PR/issue when compiling release notes v8.19.0 v9.0.1 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants