-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Security's Cypress tests on all PRs #167516
Changes from 6 commits
07b65ed
97357ca
48dd923
84e0992
cd133a1
318068b
0571f3d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,66 +49,6 @@ steps: | |
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution.sh | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These were moved to |
||
label: 'Security Solution Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 14 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution_investigations.sh | ||
label: 'Investigations - Security Solution Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution_explore.sh | ||
label: 'Explore - Security Solution Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 2 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/defend_workflows.sh | ||
label: 'Defend Workflows Cypress Tests' | ||
agents: | ||
queue: n2-4-virt | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/osquery_cypress.sh | ||
label: 'Osquery Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 50 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/synthetics_plugin.sh | ||
label: 'Synthetics @elastic/synthetics Tests' | ||
agents: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,136 @@ steps: | |
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution.sh | ||
label: 'Security Solution Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 16 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution_explore.sh | ||
label: 'Explore - Security Solution Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 4 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution_investigations.sh | ||
label: 'Investigations - Security Solution Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 8 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/defend_workflows.sh | ||
label: 'Defend Workflows Cypress Tests' | ||
agents: | ||
queue: n2-4-virt | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/defend_workflows_serverless.sh | ||
label: 'Defend Workflows Cypress Tests on Serverless' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @patrykkopycinski is this right? |
||
agents: | ||
queue: n2-4-virt | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 2 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/threat_intelligence.sh | ||
label: 'Threat Intelligence Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 2 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/osquery_cypress.sh | ||
label: 'Osquery Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 50 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
artifact_paths: | ||
- 'target/kibana-osquery/**/*' | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution_burn.sh | ||
label: 'Security Solution Cypress tests, burning changed specs' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 60 | ||
parallelism: 1 | ||
retry: | ||
automatic: false | ||
soft_fail: true | ||
|
||
- command: .buildkite/scripts/steps/code_generation/security_solution_codegen.sh | ||
jbudz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
label: 'Security Solution OpenAPI codegen' | ||
agents: | ||
queue: n2-2-spot | ||
timeout_in_minutes: 60 | ||
parallelism: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/osquery_cypress_burn.sh | ||
label: 'Osquery Cypress Tests, burning changed specs' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 50 | ||
soft_fail: true | ||
retry: | ||
automatic: false | ||
artifact_paths: | ||
- 'target/kibana-osquery/**/*' | ||
|
||
- command: .buildkite/scripts/steps/functional/security_serverless_osquery.sh | ||
label: 'Serverless Osquery Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 50 | ||
parallelism: 6 | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
artifact_paths: | ||
- 'target/kibana-osquery/**/*' | ||
|
||
# status_exception: Native role management is not enabled in this Elasticsearch instance | ||
# - command: .buildkite/scripts/steps/functional/security_serverless_defend_workflows.sh | ||
# label: 'Serverless Security Defend Workflows Cypress Tests' | ||
|
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were copied from
on_merge_unsupported_ftrs.yml