[8.18] [Security Solution] Adds ownership to the common API tasks on Cypress (#209303) (#209396)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Security Solution] Adds ownership to the common API tasks on Cypress
(#209303)](https://github.com/elastic/kibana/pull/209303)

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

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

<!--BACKPORT [{"author":{"name":"Gloria
Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2025-02-03T18:27:01Z","message":"[Security
Solution] Adds ownership to the common API tasks on Cypress
(#209303)\n\n## Summary\r\n\r\nThe other day when the
https://github.com/elastic/kibana/pull/208546 was\r\nopened, no required
review was triggered for the changes
in\r\n`x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts`.\r\n\r\nThis
is a problem, since any change in that file can have a huge impact\r\nin
the overall Cypress test suite.\r\n\r\nIn this PR we are adding security
engineering productivity as owners of\r\nthat file to make sure that
changes there are properly
reviewed.","sha":"802fdf0cf2e6d80044cd139696d9da63a07733a2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","Team:
Sec Eng Productivity","v8.18.0","v9.1.0"],"title":"[Security Solution]
Adds ownership to the common API tasks on
Cypress","number":209303,"url":"https://github.com/elastic/kibana/pull/209303","mergeCommit":{"message":"[Security
Solution] Adds ownership to the common API tasks on Cypress
(#209303)\n\n## Summary\r\n\r\nThe other day when the
https://github.com/elastic/kibana/pull/208546 was\r\nopened, no required
review was triggered for the changes
in\r\n`x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts`.\r\n\r\nThis
is a problem, since any change in that file can have a huge impact\r\nin
the overall Cypress test suite.\r\n\r\nIn this PR we are adding security
engineering productivity as owners of\r\nthat file to make sure that
changes there are properly
reviewed.","sha":"802fdf0cf2e6d80044cd139696d9da63a07733a2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209303","number":209303,"mergeCommit":{"message":"[Security
Solution] Adds ownership to the common API tasks on Cypress
(#209303)\n\n## Summary\r\n\r\nThe other day when the
https://github.com/elastic/kibana/pull/208546 was\r\nopened, no required
review was triggered for the changes
in\r\n`x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts`.\r\n\r\nThis
is a problem, since any change in that file can have a huge impact\r\nin
the overall Cypress test suite.\r\n\r\nIn this PR we are adding security
engineering productivity as owners of\r\nthat file to make sure that
changes there are properly
reviewed.","sha":"802fdf0cf2e6d80044cd139696d9da63a07733a2"}}]}]
BACKPORT-->

Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
This commit is contained in:
Kibana Machine 2025-02-04 07:24:44 +11:00 committed by GitHub
parent 1cae919e07
commit 21be57694c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View file

@ -2217,6 +2217,7 @@ x-pack/test/security_solution_api_integration/test_suites/sources @elastic/secur
/x-pack/test/security_solution_cypress/* @elastic/security-engineering-productivity
/x-pack/test/security_solution_cypress/cypress/* @elastic/security-engineering-productivity
/x-pack/test/security_solution_cypress/cypress/tasks/login.ts @elastic/security-engineering-productivity
/x-pack/test/security_solution_cypress/cypress/tasks/api_calls/common.ts @elastic/security-engineering-productivity
/x-pack/test/security_solution_cypress/es_archives @elastic/security-engineering-productivity
/x-pack/test/security_solution_playwright @elastic/security-engineering-productivity
/x-pack/solutions/security/plugins/security_solution/scripts/run_cypress @MadameSheema @patrykkopycinski @maximpn @banderror