-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Restored all invocation functionality"
This reverts commit d711ee2.
- Loading branch information
Showing
2 changed files
with
105 additions
and
48 deletions.
There are no files selected for viewing
86 changes: 43 additions & 43 deletions
86
.buildkite/pipelines/security_solution/api_integration.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,56 @@ | ||
steps: | ||
# - label: Running exception_workflows:runner:serverless | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_workflows:qa:serverless | ||
# key: exception_workflows:runner:serverless | ||
# agents: | ||
# queue: n2-4-spot | ||
# timeout_in_minutes: 60 | ||
# retry: | ||
# automatic: | ||
# - exit_status: '-1' | ||
# limit: 3 | ||
- label: Running exception_workflows:runner:serverless | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh exception_workflows:qa:serverless | ||
key: exception_workflows:runner:serverless | ||
agents: | ||
queue: n2-4-spot | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 2 | ||
|
||
- label: Running exception_operators_date_numeric_types:runner: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 | ||
agents: | ||
queue: n2-4-spot | ||
timeout_in_minutes: 60 | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- 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 | ||
# agents: | ||
# queue: n2-4-spot | ||
# timeout_in_minutes: 60 | ||
# retry: | ||
# automatic: | ||
# - exit_status: '-1' | ||
# limit: 3 | ||
- 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 | ||
agents: | ||
queue: n2-4-spot | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- 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 | ||
# agents: | ||
# queue: n2-4-spot | ||
# timeout_in_minutes: 60 | ||
# retry: | ||
# automatic: | ||
# - exit_status: '-1' | ||
# limit: 3 | ||
- 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 | ||
agents: | ||
queue: n2-4-spot | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: '1' | ||
limit: 2 | ||
|
||
# - label: Running rule_creation:runner:serverless | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_creation:qa:serverless | ||
# key: rule_creation:runner:serverless | ||
# agents: | ||
# queue: n2-4-spot | ||
# timeout_in_minutes: 60 | ||
# retry: | ||
# automatic: | ||
# - exit_status: '-1' | ||
# limit: 3 | ||
- label: Running rule_creation:runner:serverless | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api-integration-tests.sh rule_creation:qa:serverless | ||
key: rule_creation:runner:serverless | ||
agents: | ||
queue: n2-4-spot | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: '1' | ||
limit: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters