feat(NA): add support for p75 durations on pick test group bin packing from ci-stats#253862
Merged
mistic merged 4 commits intoelastic:mainfrom Feb 19, 2026
Merged
Conversation
Contributor
|
Pinging @elastic/kibana-operations (Team:Operations) |
Ikuni17
approved these changes
Feb 19, 2026
Contributor
💚 Build Succeeded
Metrics [docs]
cc @mistic |
tylersmalley
approved these changes
Feb 19, 2026
Contributor
|
Starting backport for target branches: 8.19, 9.2, 9.3 https://github.com/elastic/kibana/actions/runs/22170845843 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 19, 2026
…g from ci-stats (elastic#253862) Depends on elastic/kibana-ci-stats#1009 This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used. (cherry picked from commit 67284e0)
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 |
mistic
added a commit
to mistic/kibana
that referenced
this pull request
Feb 19, 2026
…g from ci-stats (elastic#253862) Depends on elastic/kibana-ci-stats#1009 This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used. (cherry picked from commit 67284e0) # Conflicts: # .buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts
mistic
added a commit
to mistic/kibana
that referenced
this pull request
Feb 19, 2026
…g from ci-stats (elastic#253862) Depends on elastic/kibana-ci-stats#1009 This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used. (cherry picked from commit 67284e0) # Conflicts: # .buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Feb 19, 2026
…packing from ci-stats (#253862) (#253892) # Backport This will backport the following commits from `main` to `9.3`: - [feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)](#253862) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"tiago.costa@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T06:16:20Z","message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats","number":253862,"url":"https://github.com/elastic/kibana/pull/253862","mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253862","number":253862,"mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}}]}] BACKPORT--> Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
chrisbmar
pushed a commit
to chrisbmar/kibana
that referenced
this pull request
Feb 19, 2026
…g from ci-stats (elastic#253862) Depends on elastic/kibana-ci-stats#1009 This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used.
mistic
added a commit
that referenced
this pull request
Feb 19, 2026
…packing from ci-stats (#253862) (#253893) # Backport This will backport the following commits from `main` to `9.2`: - [feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)](#253862) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"tiago.costa@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T06:16:20Z","message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats","number":253862,"url":"https://github.com/elastic/kibana/pull/253862","mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253862","number":253862,"mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}},{"url":"https://github.com/elastic/kibana/pull/253892","number":253892,"branch":"9.3","state":"OPEN"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
mistic
added a commit
that referenced
this pull request
Feb 19, 2026
… packing from ci-stats (#253862) (#253894) # Backport This will backport the following commits from `main` to `8.19`: - [feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)](#253862) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"tiago.costa@elastic.co"},"sourceCommit":{"committedDate":"2026-02-19T06:16:20Z","message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats","number":253862,"url":"https://github.com/elastic/kibana/pull/253862","mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/253862","number":253862,"mergeCommit":{"message":"feat(NA): add support for p75 durations on pick test group bin packing from ci-stats (#253862)\n\nDepends on https://github.com/elastic/kibana-ci-stats/pull/1009\n\nThis PR adds durationPercentile: 75 to the ci stats\npickTestGroupRunOrder request. This tells ci stats to use the p75 of the\nlast 5 runs (instead of the single most-recent run) when estimating\nconfig durations for bin-packing. Requires the corresponding ci-stats\nserver change to be deployed first. If no param is provided, legacy\ncontinues to be used.","sha":"67284e0141691845af8b0fc5378039bb63f7bdfb"}},{"url":"https://github.com/elastic/kibana/pull/253892","number":253892,"branch":"9.3","state":"OPEN"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
ersin-erdal
pushed a commit
to ersin-erdal/kibana
that referenced
this pull request
Feb 19, 2026
…g from ci-stats (elastic#253862) Depends on elastic/kibana-ci-stats#1009 This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used.
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.
Depends on https://github.com/elastic/kibana-ci-stats/pull/1009
This PR adds durationPercentile: 75 to the ci stats pickTestGroupRunOrder request. This tells ci stats to use the p75 of the last 5 runs (instead of the single most-recent run) when estimating config durations for bin-packing. Requires the corresponding ci-stats server change to be deployed first. If no param is provided, legacy continues to be used.