mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution][API testing] Rename the commands to be consistent with the query and add the new ones (#171532)
## Summary Rename the commands to be consistent with the query and add the new ones
This commit is contained in:
parent
423e094659
commit
f3851c5934
1 changed files with 124 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
steps:
|
||||
- label: Running exception_workflows:runner:serverless
|
||||
- label: Running exception_workflows:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_workflows:qa:serverless
|
||||
key: exception_workflows:runner:serverless
|
||||
key: exception_workflows:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
|
@ -10,9 +10,9 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_date_numeric_types:runner:serverless
|
||||
- label: Running exception_operators_date_numeric_types:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_date_numeric_types:qa:serverless
|
||||
key: exception_operators_date_numeric_types:runner:serverless
|
||||
key: exception_operators_date_numeric_types:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
|
@ -21,9 +21,20 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_keyword_text_long:runner:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_keyword_text_long:qa:serverless
|
||||
key: exception_operators_keyword_text_long:runner:serverless
|
||||
- label: Running exception_operators_keyword:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_keyword:qa:serverless
|
||||
key: exception_operators_keyword:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_ips:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_ips:qa:serverless
|
||||
key: exception_operators_ips:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
|
@ -32,9 +43,21 @@ steps:
|
|||
- exit_status: '*'
|
||||
limit: 2
|
||||
|
||||
- label: Running exception_operators_ips_text_array:runner:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_ips_text_array:qa:serverless
|
||||
key: exception_operators_ips_text_array:runner:serverless
|
||||
- label: Running exception_operators_long:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_long:qa:serverless
|
||||
key: exception_operators_long:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
|
||||
- label: Running exception_operators_text:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_operators_text:qa:serverless
|
||||
key: exception_operators_text:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
|
@ -43,9 +66,9 @@ steps:
|
|||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running rule_creation:runner:serverless
|
||||
- label: Running rule_creation:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_creation:qa:serverless
|
||||
key: rule_creation:runner:serverless
|
||||
key: rule_creation:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
|
@ -64,4 +87,92 @@ steps:
|
|||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
|
||||
- label: Running entity_analytics:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh entity_analytics:qa:serverless
|
||||
key: entity_analytics:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running prebuilt_rules_management:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_management:qa:serverless
|
||||
key: prebuilt_rules_management:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
|
||||
key: prebuilt_rules_bundled_prebuilt_rules_package:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running prebuilt_rules_large_prebuilt_rules_package:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_large_prebuilt_rules_package:qa:serverless
|
||||
key: prebuilt_rules_large_prebuilt_rules_package:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running prebuilt_rules_update_prebuilt_rules_package:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh prebuilt_rules_update_prebuilt_rules_package:qa:serverless
|
||||
key: prebuilt_rules_update_prebuilt_rules_package:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running rule_execution_logic:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_execution_logic:qa:serverless
|
||||
key: rule_execution_logic:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running user_roles:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh user_roles:qa:serverless
|
||||
key: user_roles:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
||||
- label: Running telemetry:qa:serverless
|
||||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh telemetry:qa:serverless
|
||||
key: telemetry:qa:serverless
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '1'
|
||||
limit: 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue