Skip to content

Commit 87559df

Browse files
Merge branch 'main' into convert_top_n_in_lens
2 parents f05039f + d4dc789 commit 87559df

589 files changed

Lines changed: 25756 additions & 2017 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/pipeline-utils/ci-stats/pick_test_group_run_order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export async function pickTestGroupRunOrder() {
161161

162162
const JEST_MAX_MINUTES = process.env.JEST_MAX_MINUTES
163163
? parseFloat(process.env.JEST_MAX_MINUTES)
164-
: 50;
164+
: 40;
165165
if (Number.isNaN(JEST_MAX_MINUTES)) {
166166
throw new Error(`invalid JEST_MAX_MINUTES: ${process.env.JEST_MAX_MINUTES}`);
167167
}

.buildkite/pipelines/es_snapshots/verify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ steps:
2222
- command: .buildkite/scripts/steps/build_kibana.sh
2323
label: Build Kibana Distribution and Plugins
2424
agents:
25-
queue: c2-16
25+
queue: n2-16-spot
2626
key: build
2727
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
2828
timeout_in_minutes: 60
29+
retry:
30+
automatic:
31+
- exit_status: '-1'
32+
limit: 3
2933

3034
- command: .buildkite/scripts/steps/test/pick_test_group_run_order.sh
3135
label: 'Pick Test Group Run Order'

.buildkite/pipelines/on_merge.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
- command: .buildkite/scripts/steps/on_merge_build_and_metrics.sh
3232
label: Build Kibana Distribution and Plugins
3333
agents:
34-
queue: c2-16
34+
queue: n2-16-spot
3535
key: build
3636
timeout_in_minutes: 60
3737
retry:
@@ -43,10 +43,12 @@ steps:
4343
label: Build TS Refs and Check Public API Docs
4444
key: public-api-docs
4545
agents:
46-
queue: c2-4
46+
queue: n2-4-spot
4747
timeout_in_minutes: 80
4848
retry:
4949
automatic:
50+
- exit_status: '-1'
51+
limit: 3
5052
- exit_status: '*'
5153
limit: 1
5254

@@ -90,9 +92,13 @@ steps:
9092
- command: .buildkite/scripts/steps/lint_with_types.sh
9193
label: 'Linting (with types)'
9294
agents:
93-
queue: c2-16
95+
queue: n2-16-spot
9496
key: linting_with_types
9597
timeout_in_minutes: 90
98+
retry:
99+
automatic:
100+
- exit_status: '-1'
101+
limit: 3
96102

97103
- command: .buildkite/scripts/steps/checks.sh
98104
label: 'Checks'
@@ -107,8 +113,12 @@ steps:
107113
- command: .buildkite/scripts/steps/check_types.sh
108114
label: 'Check Types'
109115
agents:
110-
queue: c2-8
116+
queue: n2-16-spot
111117
timeout_in_minutes: 60
118+
retry:
119+
automatic:
120+
- exit_status: '-1'
121+
limit: 3
112122

113123
- command: .buildkite/scripts/steps/storybooks/build_and_upload.sh
114124
label: 'Build Storybooks'

.buildkite/pipelines/pull_request/base.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ steps:
1010
- command: .buildkite/scripts/steps/build_kibana.sh
1111
label: Build Kibana Distribution and Plugins
1212
agents:
13-
queue: c2-16
13+
queue: n2-16-spot
1414
key: build
1515
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
1616
timeout_in_minutes: 60
17+
retry:
18+
automatic:
19+
- exit_status: '-1'
20+
limit: 3
1721

1822
- command: .buildkite/scripts/steps/build_api_docs.sh
1923
label: 'Build API Docs'
@@ -66,9 +70,13 @@ steps:
6670
- command: .buildkite/scripts/steps/lint_with_types.sh
6771
label: 'Linting (with types)'
6872
agents:
69-
queue: c2-16
73+
queue: n2-16-spot
7074
key: linting_with_types
7175
timeout_in_minutes: 90
76+
retry:
77+
automatic:
78+
- exit_status: '-1'
79+
limit: 3
7280

7381
- command: .buildkite/scripts/steps/checks.sh
7482
label: 'Checks'
@@ -83,5 +91,9 @@ steps:
8391
- command: .buildkite/scripts/steps/check_types.sh
8492
label: 'Check Types'
8593
agents:
86-
queue: c2-8
94+
queue: n2-16-spot
8795
timeout_in_minutes: 60
96+
retry:
97+
automatic:
98+
- exit_status: '-1'
99+
limit: 3

.buildkite/scripts/steps/check_types.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ source .buildkite/scripts/common/util.sh
88

99
echo --- Check Types
1010
checks-reporter-with-killswitch "Check Types" \
11-
node scripts/type_check
11+
node scripts/type_check --concurrency 8

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
44
title: "actions"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the actions plugin
7-
date: 2022-08-09
7+
date: 2022-08-10
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
99
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
1010
---

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
44
title: "advancedSettings"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the advancedSettings plugin
7-
date: 2022-08-09
7+
date: 2022-08-10
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
99
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
1010
---

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/aiops
44
title: "aiops"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the aiops plugin
7-
date: 2022-08-09
7+
date: 2022-08-10
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
99
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
1010
---

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/alerting
44
title: "alerting"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the alerting plugin
7-
date: 2022-08-09
7+
date: 2022-08-10
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
99
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
1010
---

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/apm
44
title: "apm"
55
image: https://source.unsplash.com/400x175/?github
66
summary: API docs for the apm plugin
7-
date: 2022-08-09
7+
date: 2022-08-10
88
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
99
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
1010
---

0 commit comments

Comments
 (0)