-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Security] Split quality gate security solution pipelines to add more granularity. #179145
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9332500
Created explore pipeline for security solution quality gate
dkirchan 512f12e
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan bc2fa63
Update .buildkite/pipeline-resource-definitions/kibana-serverless-sec…
dkirchan a949cbc
Fixed owner of the pipeline
dkirchan cfa97f1
Updated agents field
dkirchan f6bc0bf
Added investigations team pipeline
dkirchan d54e7e5
Added rule management pipeline
dkirchan 8f0859d
Added detection engine pipeline
dkirchan bef02fa
Added gen ai pipeline
dkirchan a9a1802
Finalized splitting pipelines / old ones are not removed
dkirchan f0c04e6
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan 02490d4
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan df057d5
Removed explore from detection engine
dkirchan 5f7f288
Merge branch 'split-quality-gate-pipeline-init' of github.com:elastic…
dkirchan 8922e5b
Added test suite per team in buildkite
dkirchan c384548
Fixed granularity of pipelines - Deleted old main cypress pipeline
dkirchan 4f16f00
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan 65d0a53
Update .buildkite/pipeline-resource-definitions/security-solution-qua…
dkirchan 31c930a
Removed slack nots - Renamed pipelines - Added system
dkirchan 0829813
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan 9a82050
Test upload pipeline
dkirchan bc32d67
Fixed names of the pipelines
dkirchan 5bd8186
Restored upload_pipeline.yml
dkirchan 55fa4e9
Attemt to enable more logging for errors of axios
dkirchan aa0312c
Added log to create project
dkirchan 14c1b30
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan 74a3ccb
Fixing conflict
dkirchan b97d8f4
Reverted change for logging
dkirchan 873cb40
Reintroducing the log line to debug project creation
dkirchan 6681056
Merge branch 'main' into split-quality-gate-pipeline-init
dkirchan 039e26a
Fixed linting issue with the latest log change
dkirchan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
33 changes: 33 additions & 0 deletions
33
...lution-quality-gate/kibana-serverless-security-solution-quality-gate-detection-engine.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-detection-engine | ||
| description: "[MKI] Executes Cypress tests for the Detection Engine team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Detection Engine" | ||
| description: "[MKI] Executes Cypress tests for the Detection Engine team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_detection_engine.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ | ||
33 changes: 33 additions & 0 deletions
33
...lution-quality-gate/kibana-serverless-security-solution-quality-gate-entity-analytics.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-entity-analytics | ||
| description: "[MKI] Executes Cypress tests for the Entity Analytics team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Entity Analytics" | ||
| description: "[MKI] Executes Cypress tests for the Entity Analytics team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_entity_analytics.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ |
33 changes: 33 additions & 0 deletions
33
...curity-solution-quality-gate/kibana-serverless-security-solution-quality-gate-explore.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-explore | ||
| description: "[MKI] Executes Cypress tests for the Explore team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Explore" | ||
| description: "[MKI] Executes Cypress tests for the Explore team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_explore.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ |
33 changes: 33 additions & 0 deletions
33
...ecurity-solution-quality-gate/kibana-serverless-security-solution-quality-gate-gen-ai.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-gen-ai | ||
| description: "[MKI] Executes Cypress tests for the Gen AI team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Gen Ai" | ||
| description: "[MKI] Executes Cypress tests for the Gen AI team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_gen_ai.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ |
33 changes: 33 additions & 0 deletions
33
...solution-quality-gate/kibana-serverless-security-solution-quality-gate-investigations.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-investigations | ||
| description: "[MKI] Executes Cypress tests for the Investigations team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Investigations" | ||
| description: "[MKI] Executes Cypress tests for the Investigations team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_investigations.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ |
33 changes: 33 additions & 0 deletions
33
...olution-quality-gate/kibana-serverless-security-solution-quality-gate-rule-management.yml
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Resource | ||
| metadata: | ||
| name: buildkite-pipeline-kibana-serverless-security-solution-quality-gate-rule-management | ||
| description: "[MKI] Executes Cypress tests for the Rule Management team" | ||
| spec: | ||
| type: buildkite-pipeline | ||
| owner: 'group:security-engineering-productivity' | ||
| system: buildkite | ||
| implementation: | ||
| apiVersion: buildkite.elastic.dev/v1 | ||
| kind: Pipeline | ||
| metadata: | ||
| name: "Kibana / Serverless / Security Solution Quality Gate / Rule Management" | ||
| description: "[MKI] Executes Cypress tests for the Rule Management team" | ||
| spec: | ||
| repository: elastic/kibana | ||
| pipeline_file: .buildkite/pipelines/security_solution_quality_gate/mki_security_solution_rule_management.yml | ||
| provider_settings: | ||
| build_branches: false | ||
| build_pull_requests: false | ||
| publish_commit_status: false | ||
| skip_pull_request_builds_for_existing_commits: false | ||
| trigger_mode: none | ||
| build_tags: false | ||
| teams: | ||
| kibana-operations: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| security-engineering-productivity: | ||
| access_level: MANAGE_BUILD_AND_READ | ||
| everyone: | ||
| access_level: BUILD_AND_READ |
123 changes: 0 additions & 123 deletions
123
.buildkite/pipelines/security_solution/security_solution_cypress.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.