Skip to content

Commit

Permalink
[8.x] [Security Solution] - enable running threat hunting investigati…
Browse files Browse the repository at this point in the history
…ons api integration tests in QA quality gate (#200820) (#201036)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security Solution] - enable running threat hunting investigations
api integration tests in QA quality gate
(#200820)](#200820)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Philippe
Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-20T19:53:40Z","message":"[Security
Solution] - enable running threat hunting investigations api integration
tests in QA quality gate (#200820)\n\n## Summary\r\n\r\nThis PR enables
the Threat Hunting Investigations api integration tests\r\nto the
release quality
gate.\r\n\r\nhttps://github.com//issues/181687","sha":"cb02853d14bfbfb4946b2e725777290e56aac696","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:Threat
Hunting:Investigations","backport:version","v8.17.0"],"title":"[Security
Solution] - enable running threat hunting investigations api integration
tests in QA quality
gate","number":200820,"url":"https://github.com/elastic/kibana/pull/200820","mergeCommit":{"message":"[Security
Solution] - enable running threat hunting investigations api integration
tests in QA quality gate (#200820)\n\n## Summary\r\n\r\nThis PR enables
the Threat Hunting Investigations api integration tests\r\nto the
release quality
gate.\r\n\r\nhttps://github.com//issues/181687","sha":"cb02853d14bfbfb4946b2e725777290e56aac696"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200820","number":200820,"mergeCommit":{"message":"[Security
Solution] - enable running threat hunting investigations api integration
tests in QA quality gate (#200820)\n\n## Summary\r\n\r\nThis PR enables
the Threat Hunting Investigations api integration tests\r\nto the
release quality
gate.\r\n\r\nhttps://github.com//issues/181687","sha":"cb02853d14bfbfb4946b2e725777290e56aac696"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Philippe Oberti <[email protected]>
  • Loading branch information
kibanamachine and PhilippeOberti authored Nov 20, 2024
1 parent ab77df1 commit a52ec62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContext } from '../../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('@ess @serverless SecuritySolution Saved Objects', () => {
describe('@ess @serverless @serverlessQA SecuritySolution Saved Objects', () => {
loadTestFile(require.resolve('./notes'));
loadTestFile(require.resolve('./pinned_events'));
loadTestFile(require.resolve('./timeline'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { FtrProviderContextWithSpaces } from '../../../../ftr_provider_context_with_spaces';

export default function ({ loadTestFile }: FtrProviderContextWithSpaces) {
describe('@ess @serverless SecuritySolution Timeline', () => {
describe('@ess @serverless @serverlessQA SecuritySolution Timeline', () => {
loadTestFile(require.resolve('./events'));
loadTestFile(require.resolve('./timeline_details'));
loadTestFile(require.resolve('./timeline'));
Expand Down

0 comments on commit a52ec62

Please sign in to comment.