-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Fleet] fix create package policy test #199477
Conversation
Pinging @elastic/fleet (Team:Fleet) |
There were some test failures since the test was skipped, fixed those. |
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.
LGTM 🚀
💚 Build Succeeded
Metrics [docs]
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11745309128 |
## Summary Enabling flaky create package policy test, fixing failures Closes elastic#196463 Closes elastic#196464 Closes elastic#196465 Closes elastic#196466 Closes elastic#196467 Closes elastic#196468 Closes elastic#196469 (cherry picked from commit 3dfe062)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Fleet] fix create package policy test (#199477)](#199477) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Bardi","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-08T15:53:36Z","message":"[Fleet] fix create package policy test (#199477)\n\n## Summary\r\n\r\nEnabling flaky create package policy test, fixing failures\r\n\r\nCloses https://github.com/elastic/kibana/issues/196463\r\nCloses https://github.com/elastic/kibana/issues/196464\r\nCloses https://github.com/elastic/kibana/issues/196465\r\nCloses https://github.com/elastic/kibana/issues/196466\r\nCloses https://github.com/elastic/kibana/issues/196467\r\nCloses https://github.com/elastic/kibana/issues/196468\r\nCloses https://github.com/elastic/kibana/issues/196469","sha":"3dfe062cae698cfbf202b812acd96d2176866cce","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor"],"title":"[Fleet] fix create package policy test","number":199477,"url":"https://github.com/elastic/kibana/pull/199477","mergeCommit":{"message":"[Fleet] fix create package policy test (#199477)\n\n## Summary\r\n\r\nEnabling flaky create package policy test, fixing failures\r\n\r\nCloses https://github.com/elastic/kibana/issues/196463\r\nCloses https://github.com/elastic/kibana/issues/196464\r\nCloses https://github.com/elastic/kibana/issues/196465\r\nCloses https://github.com/elastic/kibana/issues/196466\r\nCloses https://github.com/elastic/kibana/issues/196467\r\nCloses https://github.com/elastic/kibana/issues/196468\r\nCloses https://github.com/elastic/kibana/issues/196469","sha":"3dfe062cae698cfbf202b812acd96d2176866cce"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199477","number":199477,"mergeCommit":{"message":"[Fleet] fix create package policy test (#199477)\n\n## Summary\r\n\r\nEnabling flaky create package policy test, fixing failures\r\n\r\nCloses https://github.com/elastic/kibana/issues/196463\r\nCloses https://github.com/elastic/kibana/issues/196464\r\nCloses https://github.com/elastic/kibana/issues/196465\r\nCloses https://github.com/elastic/kibana/issues/196466\r\nCloses https://github.com/elastic/kibana/issues/196467\r\nCloses https://github.com/elastic/kibana/issues/196468\r\nCloses https://github.com/elastic/kibana/issues/196469","sha":"3dfe062cae698cfbf202b812acd96d2176866cce"}}]}] BACKPORT--> --------- Co-authored-by: Julia Bardi <[email protected]> Co-authored-by: Julia Bardi <[email protected]>
Summary
Enabling flaky create package policy test, fixing failures
Closes #196463
Closes #196464
Closes #196465
Closes #196466
Closes #196467
Closes #196468
Closes #196469