-
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.
Merge branch 'main' into embeddableRebuild_controls_add-creation_2024…
…-07-03
- Loading branch information
Showing
1,328 changed files
with
17,064 additions
and
8,558 deletions.
There are no files selected for viewing
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
159 changes: 142 additions & 17 deletions
159
...e/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.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,18 +1,143 @@ | ||
steps: | ||
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/edr_workflows/mki_security_solution_defend_workflows.sh cypress:dw:qa:serverless:run | ||
label: "Cypress MKI - Defend Workflows " | ||
key: test_defend_workflows | ||
agents: | ||
image: family/kibana-ubuntu-2004 | ||
imageProject: elastic-images-prod | ||
provider: gcp | ||
enableNestedVirtualization: true | ||
localSsds: 1 | ||
localSsdInterface: nvme | ||
machineType: n2-standard-4 | ||
timeout_in_minutes: 300 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: "*" | ||
limit: 1 | ||
- group: "Cypress MKI - Defend Workflows" | ||
key: cypress_test_defend_workflows | ||
steps: | ||
- label: "Running cypress:dw:qa:serverless:run" | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/edr_workflows/mki_security_solution_defend_workflows.sh cypress:dw:qa:serverless:run | ||
key: test_defend_workflows | ||
agents: | ||
image: family/kibana-ubuntu-2004 | ||
imageProject: elastic-images-prod | ||
provider: gcp | ||
enableNestedVirtualization: true | ||
localSsds: 1 | ||
localSsdInterface: nvme | ||
machineType: n2-standard-4 | ||
timeout_in_minutes: 300 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: "*" | ||
limit: 1 | ||
|
||
- group: "API MKI - Defend Workflows" | ||
key: api_test_defend_workflows | ||
steps: | ||
# - label: "Running edr_workflows:artifacts:qa:serverless" | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:artifacts:qa:serverless | ||
# key: edr_workflows:artifacts:qa:serverless | ||
# agents: | ||
# image: family/kibana-ubuntu-2004 | ||
# imageProject: elastic-images-prod | ||
# provider: gcp | ||
# enableNestedVirtualization: true | ||
# localSsds: 1 | ||
# localSsdInterface: nvme | ||
# machineType: n2-standard-4 | ||
# timeout_in_minutes: 120 | ||
# retry: | ||
# automatic: | ||
# - exit_status: "1" | ||
# limit: 1 | ||
# | ||
# - label: "Running edr_workflows:authentication:qa:serverless" | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:authentication:qa:serverless | ||
# key: edr_workflows:authentication:qa:serverless | ||
# agents: | ||
# image: family/kibana-ubuntu-2004 | ||
# imageProject: elastic-images-prod | ||
# provider: gcp | ||
# enableNestedVirtualization: true | ||
# localSsds: 1 | ||
# localSsdInterface: nvme | ||
# machineType: n2-standard-4 | ||
# timeout_in_minutes: 120 | ||
# retry: | ||
# automatic: | ||
# - exit_status: "1" | ||
# limit: 1 | ||
# | ||
# - label: "Running edr_workflows:metadata:qa:serverless" | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:metadata:qa:serverless | ||
# key: edr_workflows:metadata:qa:serverless | ||
# agents: | ||
# image: family/kibana-ubuntu-2004 | ||
# imageProject: elastic-images-prod | ||
# provider: gcp | ||
# enableNestedVirtualization: true | ||
# localSsds: 1 | ||
# localSsdInterface: nvme | ||
# machineType: n2-standard-4 | ||
# timeout_in_minutes: 120 | ||
# retry: | ||
# automatic: | ||
# - exit_status: "1" | ||
# limit: 1 | ||
# | ||
# - label: "Running edr_workflows:package:qa:serverless" | ||
# command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:package:qa:serverless | ||
# key: edr_workflows:package:qa:serverless | ||
# agents: | ||
# image: family/kibana-ubuntu-2004 | ||
# imageProject: elastic-images-prod | ||
# provider: gcp | ||
# enableNestedVirtualization: true | ||
# localSsds: 1 | ||
# localSsdInterface: nvme | ||
# machineType: n2-standard-4 | ||
# timeout_in_minutes: 120 | ||
# retry: | ||
# automatic: | ||
# - exit_status: "1" | ||
# limit: 1 | ||
|
||
- label: "Running edr_workflows:policy_response:qa:serverless" | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:policy_response:qa:serverless | ||
key: edr_workflows:policy_response:qa:serverless | ||
agents: | ||
image: family/kibana-ubuntu-2004 | ||
imageProject: elastic-images-prod | ||
provider: gcp | ||
enableNestedVirtualization: true | ||
localSsds: 1 | ||
localSsdInterface: nvme | ||
machineType: n2-standard-4 | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: "1" | ||
limit: 1 | ||
|
||
- label: "Running edr_workflows:resolver:qa:serverless" | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:resolver:qa:serverless | ||
key: edr_workflows:resolver:qa:serverless | ||
agents: | ||
image: family/kibana-ubuntu-2004 | ||
imageProject: elastic-images-prod | ||
provider: gcp | ||
enableNestedVirtualization: true | ||
localSsds: 1 | ||
localSsdInterface: nvme | ||
machineType: n2-standard-4 | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: "1" | ||
limit: 1 | ||
|
||
- label: "Running edr_workflows:response_actions:qa:serverless" | ||
command: .buildkite/scripts/pipelines/security_solution_quality_gate/api_integration/api-integration-tests.sh edr_workflows:response_actions:qa:serverless | ||
key: edr_workflows:response_actions:qa:serverless | ||
agents: | ||
image: family/kibana-ubuntu-2004 | ||
imageProject: elastic-images-prod | ||
provider: gcp | ||
enableNestedVirtualization: true | ||
localSsds: 1 | ||
localSsdInterface: nvme | ||
machineType: n2-standard-4 | ||
timeout_in_minutes: 120 | ||
retry: | ||
automatic: | ||
- exit_status: "1" | ||
limit: 1 |
Validating CODEOWNERS rules …
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.