Merged
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
ApprovabilityVerdict: Would Approve This PR updates Cypress test expectations to use new naming conventions (pivot_transform → pivot_transform_ea). The changes are confined to a single test file with no production code impact, and the author is the designated code owner of the modified file. Macroscope would have approved this PR. A repo admin can enable approvability here. |
juliaElastic
approved these changes
Apr 21, 2026
teresaromero
approved these changes
Apr 21, 2026
Contributor
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
Historycc @jen-huang |
Contributor
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/24711351034 |
Contributor
💚 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
Apr 21, 2026
# Backport This will backport the following commits from `main` to `9.4`: - [[UII] Fix cypress ml tests (#264584)](#264584) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jen Huang","email":"its.jenetic@gmail.com"},"sourceCommit":{"committedDate":"2026-04-21T08:06:57Z","message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:version","v9.4.0","v9.5.0"],"title":"[UII] Fix cypress ml tests","number":264584,"url":"https://github.com/elastic/kibana/pull/264584","mergeCommit":{"message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511"}},"sourceBranch":"main","suggestedTargetBranches":["9.4"],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/264584","number":264584,"mergeCommit":{"message":"[UII] Fix cypress ml tests (#264584)\n\n## Summary\n\nFixes this test that has been failing CI on main and 9.4 backports:\n```\nFleet Cypress Tests #4 / Assets - Real API for integration with ML and transforms should install integration with ML module & transforms\n```\n\nCause was due to new version of lmd published\n([lmd-3.0.0](elastic/integrations#17626)) that\ncaused index template and transform names to be changed.","sha":"fa12076f23912b4114d44e30196f20731e066511"}}]}] BACKPORT--> Co-authored-by: Jen Huang <its.jenetic@gmail.com>
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
Fixes this test that has been failing CI on main and 9.4 backports:
Cause was due to new version of lmd published (lmd-3.0.0) that caused index template and transform names to be changed.