Skip to content

Commit

Permalink
Merge branch 'main' into adhocdataviews/sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar authored Jul 5, 2022
2 parents ed32da8 + b17560e commit 168e381
Show file tree
Hide file tree
Showing 1,912 changed files with 58,525 additions and 23,130 deletions.
5 changes: 5 additions & 0 deletions .buildkite/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extension": ["ts"],
"spec": "**/*.test.ts",
"require": "ts-node/register"
}
1 change: 1 addition & 0 deletions .buildkite/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .buildkite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Directory Structure

- `hooks` - special directory used by Buildkite agents for [hooks](https://buildkite.com/docs/agent/v3/hooks)
- `pipeline-utils` - Shared TypeScript utils for use in pipeline scripts
- `pipelines` - contains pipeline definitions
- `scripts/common` - scripts that get `source`d by other scripts to set environment variables or import shared functions
- `scripts/lifecycle` - general scripts for tasks that run before or after individual steps or the entire build
Expand Down
5 changes: 5 additions & 0 deletions .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ disabled:
- x-pack/plugins/synthetics/e2e/config.ts
- x-pack/plugins/synthetics/e2e/synthetics_run.ts
- x-pack/plugins/ux/e2e/synthetics_run.ts
- x-pack/plugins/observability/e2e/synthetics_run.ts

# Configs that exist but weren't running in CI when this file was introduced
- test/visual_regression/config.ts
Expand All @@ -55,6 +56,7 @@ disabled:
- x-pack/test/plugin_api_perf/config.js
- x-pack/test/screenshot_creation/config.ts

defaultQueue: 'n2-4-spot'
enabled:
- test/accessibility/config.ts
- test/analytics/config.ts
Expand Down Expand Up @@ -95,6 +97,9 @@ enabled:
- test/interactive_setup_functional/manual_configuration.config.ts
- test/interpreter_functional/config.ts
- test/new_visualize_flow/config.ts
- test/node_roles_functional/all.config.ts
- test/node_roles_functional/background_tasks.config.ts
- test/node_roles_functional/ui.config.ts
- test/plugin_functional/config.ts
- test/server_integration/http/platform/config.status.ts
- test/server_integration/http/platform/config.ts
Expand Down
Loading

0 comments on commit 168e381

Please sign in to comment.