-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[EDR Workflows] Add missing services to Osquery Cypress #197213
Conversation
/ci |
💚 Build Succeeded
Metrics [docs]
cc @tomsonpl |
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
Starting backport for target branches: 8.16, 8.x |
💚 Build Succeeded
Metrics [docs]
History
cc @tomsonpl |
(cherry picked from commit a3ba90c)
(cherry picked from commit a3ba90c)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…) (#197271) # Backport This will backport the following commits from `main` to `8.16`: - [[EDR Workflows] Add missing services to Osquery Cypress (#197213)](#197213) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-22T15:05:14Z","message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","v8.16.0","backport:version","v8.17.0"],"title":"[EDR Workflows] Add missing services to Osquery Cypress","number":197213,"url":"https://github.com/elastic/kibana/pull/197213","mergeCommit":{"message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197213","number":197213,"mergeCommit":{"message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tomasz Ciecierski <[email protected]>
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
2 similar comments
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
3 similar comments
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
… (#197272) # Backport This will backport the following commits from `main` to `8.x`: - [[EDR Workflows] Add missing services to Osquery Cypress (#197213)](#197213) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-22T15:05:14Z","message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","v8.16.0","backport:version","v8.17.0"],"title":"[EDR Workflows] Add missing services to Osquery Cypress","number":197213,"url":"https://github.com/elastic/kibana/pull/197213","mergeCommit":{"message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197213","number":197213,"mergeCommit":{"message":"[EDR Workflows] Add missing services to Osquery Cypress (#197213)","sha":"a3ba90c025c5b443c7d5d3e234f6f0abd17ca569"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tomasz Ciecierski <[email protected]>
ESS Osquery Cypress has been missing services, which prevented the creation of the kbnClient and, as a result, the tests were not executed.
This PR fixes that 👍