Skip to content

Commit 678c499

Browse files
authored
Merge branch 'main' into connector-rbac-add-test-uis
2 parents 7e7bed9 + deb52fd commit 678c499

File tree

11,871 files changed

+65764
-96846
lines changed

Some content is hidden

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

11,871 files changed

+65764
-96846
lines changed

.buildkite/ftr_oblt_stateful_configs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ enabled:
3838
- x-pack/test/apm_api_integration/rules/config.ts
3939
- x-pack/test/apm_api_integration/trial/config.ts
4040
- x-pack/test/dataset_quality_api_integration/basic/config.ts
41-
- x-pack/test/functional/apps/observability_logs_explorer/config.ts
4241
- x-pack/test/functional/apps/dataset_quality/config.ts
4342
- x-pack/test/functional/apps/slo/embeddables/config.ts
4443
- x-pack/test/functional/apps/uptime/config.ts

.buildkite/pipeline-resource-definitions/kibana-package-registry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
env:
2222
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
2323
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
24+
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
2425
repository: elastic/kibana
2526
branch_configuration: main
2627
default_branch: main

.buildkite/pipeline-resource-definitions/kibana-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
env:
2222
ELASTIC_PR_COMMENTS_ENABLED: 'true'
23-
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
23+
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
2424
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
2525
allow_rebuilds: true
2626
branch_configuration: ''

.buildkite/pipelines/build_api_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
image: family/kibana-ubuntu-2004
1919
imageProject: elastic-images-prod
2020
provider: gcp
21-
machineType: n2-standard-4
21+
machineType: n2-highmem-4
2222
preemptible: true
2323
key: build_api_docs
2424
timeout_in_minutes: 50

.buildkite/pipelines/chrome_forward_testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ steps:
9797
depends_on:
9898
- build
9999
timeout_in_minutes: 60
100-
parallelism: 8
100+
parallelism: 10
101101
retry:
102102
automatic:
103103
- exit_status: '-1'
@@ -153,7 +153,7 @@ steps:
153153
depends_on:
154154
- build
155155
timeout_in_minutes: 60
156-
parallelism: 6
156+
parallelism: 2
157157
retry:
158158
automatic:
159159
- exit_status: '-1'
@@ -181,7 +181,7 @@ steps:
181181
depends_on:
182182
- build
183183
timeout_in_minutes: 60
184-
parallelism: 6
184+
parallelism: 4
185185
retry:
186186
automatic:
187187
- exit_status: '-1'
@@ -209,7 +209,7 @@ steps:
209209
depends_on:
210210
- build
211211
timeout_in_minutes: 60
212-
parallelism: 6
212+
parallelism: 3
213213
retry:
214214
automatic:
215215
- exit_status: '-1'
@@ -265,7 +265,7 @@ steps:
265265
depends_on:
266266
- build
267267
timeout_in_minutes: 60
268-
parallelism: 2
268+
parallelism: 3
269269
retry:
270270
automatic:
271271
- exit_status: '-1'
@@ -279,7 +279,7 @@ steps:
279279
depends_on:
280280
- build
281281
timeout_in_minutes: 60
282-
parallelism: 6
282+
parallelism: 8
283283
retry:
284284
automatic:
285285
- exit_status: '-1'

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
preemptible: true
108108
depends_on: build
109109
timeout_in_minutes: 60
110-
parallelism: 8
110+
parallelism: 10
111111
retry:
112112
automatic:
113113
- exit_status: "-1"
@@ -175,7 +175,7 @@ steps:
175175
preemptible: true
176176
depends_on: build
177177
timeout_in_minutes: 60
178-
parallelism: 2
178+
parallelism: 4
179179
retry:
180180
automatic:
181181
- exit_status: "-1"

.buildkite/pipelines/fleet/package_registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ steps:
9090
depends_on:
9191
- ftr-configs
9292
- jest-integration
93-
- defend-worfklows-stateful
93+
- defend-workflows-stateful
9494
- defend-workflows-serverless
9595

9696
- wait: ~

.buildkite/pipelines/on_merge.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ steps:
133133
image: family/kibana-ubuntu-2004
134134
imageProject: elastic-images-prod
135135
provider: gcp
136-
machineType: n2-standard-4
136+
machineType: n2-highmem-4
137137
preemptible: true
138138
diskSizeGb: 75
139139
timeout_in_minutes: 80
@@ -218,7 +218,7 @@ steps:
218218
machineType: n2-standard-4
219219
preemptible: true
220220
timeout_in_minutes: 60
221-
parallelism: 8
221+
parallelism: 10
222222
retry:
223223
automatic:
224224
- exit_status: '-1'
@@ -278,7 +278,7 @@ steps:
278278
machineType: n2-standard-4
279279
preemptible: true
280280
timeout_in_minutes: 60
281-
parallelism: 6
281+
parallelism: 2
282282
retry:
283283
automatic:
284284
- exit_status: '-1'
@@ -308,7 +308,7 @@ steps:
308308
machineType: n2-standard-4
309309
preemptible: true
310310
timeout_in_minutes: 60
311-
parallelism: 6
311+
parallelism: 4
312312
retry:
313313
automatic:
314314
- exit_status: '-1'
@@ -338,7 +338,7 @@ steps:
338338
machineType: n2-standard-4
339339
preemptible: true
340340
timeout_in_minutes: 60
341-
parallelism: 6
341+
parallelism: 3
342342
retry:
343343
automatic:
344344
- exit_status: '-1'
@@ -398,7 +398,7 @@ steps:
398398
machineType: n2-standard-4
399399
preemptible: true
400400
timeout_in_minutes: 60
401-
parallelism: 2
401+
parallelism: 3
402402
retry:
403403
automatic:
404404
- exit_status: '-1'
@@ -413,7 +413,7 @@ steps:
413413
machineType: n2-standard-4
414414
preemptible: true
415415
timeout_in_minutes: 60
416-
parallelism: 6
416+
parallelism: 8
417417
retry:
418418
automatic:
419419
- exit_status: '-1'

.buildkite/pipelines/pointer_compression.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ steps:
9494
depends_on:
9595
- build
9696
timeout_in_minutes: 60
97-
parallelism: 8
97+
parallelism: 10
9898
retry:
9999
automatic:
100100
- exit_status: '-1'
@@ -162,7 +162,7 @@ steps:
162162
depends_on:
163163
- build
164164
timeout_in_minutes: 60
165-
parallelism: 6
165+
parallelism: 2
166166
retry:
167167
automatic:
168168
- exit_status: '-1'
@@ -196,7 +196,7 @@ steps:
196196
depends_on:
197197
- build
198198
timeout_in_minutes: 60
199-
parallelism: 6
199+
parallelism: 4
200200
retry:
201201
automatic:
202202
- exit_status: '-1'
@@ -230,7 +230,7 @@ steps:
230230
depends_on:
231231
- build
232232
timeout_in_minutes: 60
233-
parallelism: 6
233+
parallelism: 3
234234
retry:
235235
automatic:
236236
- exit_status: '-1'
@@ -298,7 +298,7 @@ steps:
298298
depends_on:
299299
- build
300300
timeout_in_minutes: 60
301-
parallelism: 2
301+
parallelism: 3
302302
retry:
303303
automatic:
304304
- exit_status: '-1'
@@ -315,7 +315,7 @@ steps:
315315
depends_on:
316316
- build
317317
timeout_in_minutes: 60
318-
parallelism: 6
318+
parallelism: 8
319319
retry:
320320
automatic:
321321
- exit_status: '-1'

.buildkite/pipelines/pull_request/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ steps:
136136
- command: .buildkite/scripts/steps/api_docs/build_api_docs.sh
137137
label: 'Build API Docs'
138138
agents:
139-
machineType: n2-standard-4
139+
machineType: n2-highmem-4
140140
preemptible: true
141141
diskSizeGb: 75
142142
key: build_api_docs

0 commit comments

Comments
 (0)