Skip to content

Commit a9fc818

Browse files
Merge branch '7.x' into reporting/csv-export-fix
2 parents 34ff860 + 52723a5 commit a9fc818

File tree

599 files changed

+4287
-2242
lines changed

Some content is hidden

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

599 files changed

+4287
-2242
lines changed

.buildkite/pipelines/es_snapshots/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464
- command: .buildkite/scripts/steps/test/jest_integration.sh
6565
label: 'Jest Integration Tests'
6666
agents:
67-
queue: jest
67+
queue: n2-4
6868
timeout_in_minutes: 120
6969
key: jest-integration
7070
retry:

.buildkite/pipelines/hourly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
env:
2+
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
13
steps:
24
- command: .buildkite/scripts/lifecycle/pre_build.sh
35
label: Pre-Build
@@ -118,14 +120,14 @@ steps:
118120
- command: .buildkite/scripts/steps/test/jest_integration.sh
119121
label: 'Jest Integration Tests'
120122
agents:
121-
queue: jest
123+
queue: n2-4
122124
timeout_in_minutes: 120
123125
key: jest-integration
124126

125127
- command: .buildkite/scripts/steps/test/api_integration.sh
126128
label: 'API Integration Tests'
127129
agents:
128-
queue: jest
130+
queue: n2-2
129131
timeout_in_minutes: 120
130132
key: api-integration
131133

.buildkite/scripts/lifecycle/post_command.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ if [[ "$IS_TEST_EXECUTION_STEP" == "true" ]]; then
2222
buildkite-agent artifact upload 'x-pack/test/functional/failure_debug/html/*.html'
2323
buildkite-agent artifact upload '.es/**/*.hprof'
2424

25-
# TODO - re-enable when Jenkins is disabled
26-
# node scripts/report_failed_tests --build-url="${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}" 'target/junit/**/*.xml'
25+
node scripts/report_failed_tests --build-url="${BUILDKITE_BUILD_URL}#${BUILDKITE_JOB_ID}" 'target/junit/**/*.xml'
2726
fi

.buildkite/scripts/steps/storybooks/build_and_upload.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const STORYBOOKS = [
1313
'dashboard_enhanced',
1414
'data_enhanced',
1515
'embeddable',
16+
'fleet',
1617
'infra',
1718
'security_solution',
1819
'ui_actions_enhanced',

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ module.exports = {
15061506
* TSVB overrides
15071507
*/
15081508
{
1509-
files: ['src/plugins/vis_type_timeseries/**/*.{js,mjs,ts,tsx}'],
1509+
files: ['src/plugins/vis_types/timeseries/**/*.{js,mjs,ts,tsx}'],
15101510
rules: {
15111511
'import/no-default-export': 'error',
15121512
},

.i18nrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"visTypeMetric": "src/plugins/vis_types/metric",
6666
"visTypeTable": "src/plugins/vis_types/table",
6767
"visTypeTagCloud": "src/plugins/vis_types/tagcloud",
68-
"visTypeTimeseries": "src/plugins/vis_type_timeseries",
68+
"visTypeTimeseries": "src/plugins/vis_types/timeseries",
6969
"visTypeVega": "src/plugins/vis_types/vega",
7070
"visTypeVislib": "src/plugins/vis_types/vislib",
7171
"visTypeXy": "src/plugins/vis_types/xy",

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/groovy
22

3+
if (!env.ghprbPullId) {
4+
print "Non-PR builds are now in Buildkite."
5+
return
6+
}
7+
38
library 'kibana-pipeline-library'
49
kibanaLibrary.load()
510

api_docs/data.json

Lines changed: 164 additions & 164 deletions
Large diffs are not rendered by default.

api_docs/data_index_patterns.json

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.

api_docs/deprecations_by_plugin.mdx

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)