Skip to content

Commit 319f4aa

Browse files
Merge branch 'main' into streams/processing_error_panel_improvements
2 parents 7e062e4 + 0029e6f commit 319f4aa

6,284 files changed

Lines changed: 216887 additions & 88529 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/ftr_base_serverless_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ disabled:
1212
enabled:
1313
# Serverless deployment-agnostic configs to run platform api-integration tests
1414
- x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/oblt.serverless.config.ts
15+
- x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/oblt.alerting_v2.serverless.config.ts
1516
- x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/search.serverless.config.ts
1617
- x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/security.serverless.config.ts
1718
- x-pack/platform/test/api_integration_deployment_agnostic/configs/serverless/oblt.logs_essentials.serverless.config.ts

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ disabled:
4747
# Default http2 config to use for performance journeys
4848
- x-pack/performance/configs/http2_config.ts
4949

50+
# Streams performance journeys — run exclusively in the scheduled performance pipeline
51+
- x-pack/performance/journeys_e2e/streams_data_quality.ts
52+
- x-pack/performance/journeys_e2e/streams_field_mapping.ts
53+
- x-pack/performance/journeys_e2e/streams_listing_page.ts
54+
- x-pack/performance/journeys_e2e/streams_processing_step.ts
55+
- x-pack/performance/journeys_e2e/streams_retention.ts
56+
- x-pack/performance/journeys_e2e/streams_wired_hierarchy.ts
57+
- x-pack/performance/configs/streams_heavy_config.ts
58+
5059
# Gen AI suites, running with their own pipeline
5160
- x-pack/platform/test/functional_gen_ai/inference/config.ts
5261
- x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts
@@ -235,7 +244,6 @@ enabled:
235244
- x-pack/platform/test/functional_with_es_ssl/apps/discover_ml/config.ts
236245
- x-pack/platform/test/functional_with_es_ssl/apps/embeddable_alerts_table/config.ts
237246
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/config.ts
238-
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/config.rules.ts
239247
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/with_email_aws_ses_kbn_config/config.ts
240248
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors/with_email_services_enabled_kbn_config/config.ts
241249
- x-pack/platform/test/functional_with_es_ssl/apps/triggers_actions_ui/shared/config.ts
@@ -484,3 +492,4 @@ enabled:
484492
- x-pack/platform/test/saved_object_api_integration/user_profiles/config.ts
485493
# stateful config files that run deployment-agnostic tests
486494
- x-pack/platform/test/api_integration_deployment_agnostic/configs/stateful/platform.stateful.config.ts
495+
- x-pack/platform/test/api_integration_deployment_agnostic/configs/stateful/platform.alerting_v2.stateful.config.ts
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Resource
4+
metadata:
5+
name: bk-kibana-streams-performance
6+
description: Runs Streams performance journeys at scale
7+
links:
8+
- url: 'https://buildkite.com/elastic/kibana-streams-performance'
9+
title: Pipeline link
10+
spec:
11+
type: buildkite-pipeline
12+
owner: 'group:obs-onboarding-team'
13+
system: buildkite
14+
implementation:
15+
apiVersion: buildkite.elastic.dev/v1
16+
kind: Pipeline
17+
metadata:
18+
name: kibana / streams-performance
19+
description: Runs Streams performance journeys at scale
20+
spec:
21+
env:
22+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false'
23+
allow_rebuilds: true
24+
branch_configuration: main
25+
default_branch: main
26+
repository: elastic/kibana
27+
pipeline_file: .buildkite/pipelines/performance/streams_weekly.yml
28+
provider_settings:
29+
trigger_mode: none
30+
build_branches: false
31+
prefix_pull_request_fork_branch_names: true
32+
publish_commit_status: false
33+
skip_pull_request_builds_for_existing_commits: true
34+
teams:
35+
everyone:
36+
access_level: BUILD_AND_READ
37+
obs-onboarding-team:
38+
access_level: MANAGE_BUILD_AND_READ
39+
kibana-operations:
40+
access_level: MANAGE_BUILD_AND_READ
41+
appex-qa:
42+
access_level: MANAGE_BUILD_AND_READ
43+
kibana-tech-leads:
44+
access_level: MANAGE_BUILD_AND_READ
45+
schedules:
46+
Weekly Streams performance:
47+
cronline: 0 6 * * 1 Europe/Berlin
48+
message: Weekly Streams performance
49+
branch: main
50+
tags:
51+
- kibana
52+
- performance
53+
- streams

.buildkite/pipeline-resource-definitions/locations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ spec:
5252
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-serverless-release-testing.yml
5353
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-serverless-release.yml
5454
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-storybooks-from-pr.yml
55+
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-streams-performance-weekly.yml
5556
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-uiam-cosmos-db-emulator-verify-and-promote.yml
5657
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-uiam-verify-and-promote.yml
5758
- https://github.com/elastic/kibana/blob/main/.buildkite/pipeline-resource-definitions/kibana-vm-build-orchestrator.yml

.buildkite/pipelines/chrome_forward_testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ steps:
132132
label: 'Serverless Rule Management - Security Solution Cypress Tests'
133133
agents:
134134
machineType: n2-standard-4
135+
diskSizeGb: 120
135136
preemptible: true
136137
depends_on:
137138
- build
@@ -398,6 +399,7 @@ steps:
398399
label: 'Osquery Cypress Tests'
399400
agents:
400401
machineType: n2-standard-4
402+
diskSizeGb: 120
401403
preemptible: true
402404
depends_on:
403405
- build
@@ -412,6 +414,7 @@ steps:
412414
label: 'Osquery Cypress Tests on Serverless'
413415
agents:
414416
machineType: n2-standard-4
417+
diskSizeGb: 120
415418
preemptible: true
416419
depends_on:
417420
- build

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ steps:
142142
imageProject: elastic-images-prod
143143
provider: gcp
144144
machineType: n2-standard-4
145+
diskSizeGb: 120
145146
preemptible: true
146147
depends_on: build
147148
timeout_in_minutes: 60
@@ -296,6 +297,7 @@ steps:
296297
imageProject: elastic-images-prod
297298
provider: gcp
298299
machineType: n2-standard-4
300+
diskSizeGb: 120
299301
preemptible: true
300302
depends_on: build
301303
timeout_in_minutes: 60

.buildkite/pipelines/fleet/package_registry.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ steps:
111111
imageProject: elastic-images-prod
112112
provider: gcp
113113
machineType: n2-standard-4
114+
diskSizeGb: 120
114115
preemptible: true
115116
timeout_in_minutes: 60
116117
parallelism: 8
@@ -127,6 +128,7 @@ steps:
127128
imageProject: elastic-images-prod
128129
provider: gcp
129130
machineType: n2-standard-4
131+
diskSizeGb: 120
130132
preemptible: true
131133
timeout_in_minutes: 60
132134
parallelism: 8

.buildkite/pipelines/node_glibc_217.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ steps:
126126
imageProject: elastic-images-prod
127127
provider: gcp
128128
machineType: n2-standard-4
129+
diskSizeGb: 120
129130
preemptible: true
130131
depends_on:
131132
- build
@@ -449,6 +450,7 @@ steps:
449450
imageProject: elastic-images-prod
450451
provider: gcp
451452
machineType: n2-standard-4
453+
diskSizeGb: 120
452454
preemptible: true
453455
depends_on:
454456
- build
@@ -466,6 +468,7 @@ steps:
466468
imageProject: elastic-images-prod
467469
provider: gcp
468470
machineType: n2-standard-4
471+
diskSizeGb: 120
469472
preemptible: true
470473
depends_on:
471474
- build

.buildkite/pipelines/node_pointer_compression.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ steps:
128128
imageProject: elastic-images-prod
129129
provider: gcp
130130
machineType: n2-standard-4
131+
diskSizeGb: 120
131132
preemptible: true
132133
depends_on:
133134
- build
@@ -451,6 +452,7 @@ steps:
451452
imageProject: elastic-images-prod
452453
provider: gcp
453454
machineType: n2-standard-4
455+
diskSizeGb: 120
454456
preemptible: true
455457
depends_on:
456458
- build
@@ -468,6 +470,7 @@ steps:
468470
imageProject: elastic-images-prod
469471
provider: gcp
470472
machineType: n2-standard-4
473+
diskSizeGb: 120
471474
preemptible: true
472475
depends_on:
473476
- build

.buildkite/pipelines/on_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ steps:
297297
machineType: n2-standard-8
298298
preemptible: true
299299
spotZones: us-central1-b,us-central1-c,us-central1-f
300+
diskSizeGb: 105
300301
key: storybooks
301302
depends_on:
302303
- build

0 commit comments

Comments
 (0)