Skip to content

Commit 4f91329

Browse files
authored
Merge branch 'main' into cypress-tests-not-running-on-ci
2 parents a7dfa6a + 6f7bc21 commit 4f91329

1,201 files changed

Lines changed: 15427 additions & 37236 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/pipelines/quality-gates/emergency/pipeline.emergency.kibana-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
SKIP_NODE_SETUP: true
2020
TEAM_CHANNEL: "#kibana-mission-control"
2121
ENVIRONMENT: ${ENVIRONMENT?}
22+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
2223

2324
steps:
2425
- label: ":pipeline::grey_question::seedling: Trigger Kibana Tests for ${ENVIRONMENT}"

.buildkite/pipelines/quality-gates/emergency/pipeline.tests-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
CHECK_SLO_TAG: kibana
1414
CHECK_SLO_WAITING_PERIOD: 15m
1515
CHECK_SLO_BURN_RATE_THRESHOLD: 0.1
16+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
1617
soft_fail: true
1718

1819
- label: ":rocket: control-plane e2e tests"

.buildkite/pipelines/quality-gates/emergency/pipeline.tests-staging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ steps:
3333
CHECK_SYNTHETICS_MINIMUM_RUNS: 3
3434
MAX_FAILURES: 2
3535
CHECK_SYNTHETIC_MAX_POLL: 50
36+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
3637
soft_fail: true
3738

3839
- wait: ~

.buildkite/pipelines/quality-gates/pipeline.kibana-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
SKIP_NODE_SETUP: true
2020
TEAM_CHANNEL: "#kibana-mission-control"
2121
ENVIRONMENT: ${ENVIRONMENT?}
22+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
2223

2324
steps:
2425
- label: ":pipeline::grey_question::seedling: Trigger Kibana Tests for ${ENVIRONMENT}"

.buildkite/pipelines/quality-gates/pipeline.tests-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
CHECK_SLO_TAG: kibana
1414
CHECK_SLO_WAITING_PERIOD: 15m
1515
CHECK_SLO_BURN_RATE_THRESHOLD: 0.1
16+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
1617
soft_fail: true
1718

1819
- label: ":rocket: control-plane e2e tests"

.buildkite/pipelines/quality-gates/pipeline.tests-staging.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ steps:
3333
CHECK_SYNTHETICS_MINIMUM_RUNS: 3
3434
MAX_FAILURES: 2
3535
CHECK_SYNTHETIC_MAX_POLL: 50
36+
DEPLOYMENT_SLICES: ${DEPLOYMENT_SLICES:-""}
3637
soft_fail: true
3738

3839
- wait: ~

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
localSsds: 1
1414
localSsdInterface: nvme
1515
machineType: n2-standard-4
16+
preemptible: true
1617
timeout_in_minutes: 300
1718
parallelism: 5
1819
retry:
@@ -102,6 +103,7 @@ steps:
102103
localSsds: 1
103104
localSsdInterface: nvme
104105
machineType: n2-standard-4
106+
preemptible: true
105107
timeout_in_minutes: 120
106108
retry:
107109
automatic:
@@ -119,6 +121,7 @@ steps:
119121
localSsds: 1
120122
localSsdInterface: nvme
121123
machineType: n2-standard-4
124+
preemptible: true
122125
timeout_in_minutes: 120
123126
retry:
124127
automatic:
@@ -136,6 +139,7 @@ steps:
136139
localSsds: 1
137140
localSsdInterface: nvme
138141
machineType: n2-standard-4
142+
preemptible: true
139143
timeout_in_minutes: 120
140144
retry:
141145
automatic:
@@ -156,6 +160,7 @@ steps:
156160
localSsds: 1
157161
localSsdInterface: nvme
158162
machineType: n2-standard-4
163+
preemptible: true
159164
timeout_in_minutes: 300
160165
parallelism: 3
161166
retry:

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_detection_engine.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ steps:
1616
# TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
1717
timeout_in_minutes: 300
1818
parallelism: 8
19-
retry:
20-
automatic:
21-
- exit_status: "-1"
22-
limit: 1
2319

2420
- command: .buildkite/scripts/pipelines/security_solution_quality_gate/security_solution_cypress/mki_security_solution_cypress.sh cypress:run:qa:serverless:detection_engine:exceptions
2521
label: "Cypress MKI - Detection Engine - Exceptions"
@@ -35,10 +31,6 @@ steps:
3531
# TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
3632
timeout_in_minutes: 300
3733
parallelism: 6
38-
retry:
39-
automatic:
40-
- exit_status: "-1"
41-
limit: 1
4234

4335
- group: "API MKI - Detection Engine - "
4436
key: api_test_detections_engine

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_entity_analytics.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ steps:
1313
# TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
1414
timeout_in_minutes: 300
1515
parallelism: 2
16-
retry:
17-
automatic:
18-
- exit_status: '-1'
19-
limit: 1
2016

2117
- group: "API MKI - Entity Analytics"
2218
key: api_test_entity_analytics

.buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_explore.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ steps:
1313
# TODO : Revise the timeout when the pipeline will be officially integrated with the quality gate.
1414
timeout_in_minutes: 300
1515
parallelism: 4
16-
retry:
17-
automatic:
18-
- exit_status: '-1'
19-
limit: 1
2016

2117
- group: "API MKI - Explore"
2218
key: api_test_explore

0 commit comments

Comments
 (0)