Skip to content

Commit 4f09cd8

Browse files
author
Aaron Caldwell
committed
Merge remote-tracking branch 'upstream/master' into shape-drawing-wizard
2 parents 6107902 + 366c16c commit 4f09cd8

854 files changed

Lines changed: 33424 additions & 9582 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.

.ci/es-snapshots/Jenkinsfile_verify_es

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ kibanaPipeline(timeoutMinutes: 210) {
4242
}
4343

4444
task {
45-
kibanaPipeline.buildXpack(10)
45+
kibanaPipeline.buildXpack(10, true)
4646
tasks.xpackCiGroups()
47+
tasks.xpackCiGroupDocker()
4748
}
4849
}
4950
}

.ci/jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ JOB:
3333
- x-pack-ciGroup11
3434
- x-pack-ciGroup12
3535
- x-pack-ciGroup13
36+
- x-pack-ciGroupDocker
3637
- x-pack-accessibility
3738
- x-pack-visualRegression
3839

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
exports_files(
44
[
55
"tsconfig.base.json",
6+
"tsconfig.browser.json",
67
"tsconfig.json",
78
"package.json"
89
],

0 commit comments

Comments
 (0)