mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security][Quality Gate] Stabilizing API tests and fixing Codeowners (#181877)
## Summary - Fixed some wrong package.json scripts in order to completely stabilize tha api-integration test suite for serverless. - ~Added @elastic/security-engineering-productivity as CODEOWNERS for all the work done around the second quality gate in .buildkite folder.~
This commit is contained in:
parent
4e43afd0ff
commit
6569a55268
1 changed files with 9 additions and 9 deletions
|
@ -47,9 +47,9 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_keyword:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_keyword:qa:serverless
|
||||
key: exception_operators_keyword:qa:serverless
|
||||
- label: Running exception_operators_keyword:essentials:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_keyword:essentials:qa:serverless
|
||||
key: exception_operators_keyword:essentials:qa:serverless
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
|
@ -62,9 +62,9 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_ips:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_ips:qa:serverless
|
||||
key: exception_operators_ips:qa:serverless
|
||||
- label: Running exception_operators_ips:essentials:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_ips:essentials:qa:serverless
|
||||
key: exception_operators_ips:essentials:qa:serverless
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
|
@ -92,9 +92,9 @@ steps:
|
|||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_text:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_text:qa:serverless
|
||||
key: exception_operators_text:qa:serverless
|
||||
- label: Running exception_operators_text:essentials:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh exception_operators_text:essentials:qa:serverless
|
||||
key: exception_operators_text:essentials:qa:serverless
|
||||
agents:
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue