Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into 134726-snooze-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jun 28, 2022
2 parents 63e5deb + 0b0b687 commit 608ba50
Show file tree
Hide file tree
Showing 793 changed files with 15,886 additions and 6,322 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
1 change: 1 addition & 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 Down
Loading

0 comments on commit 608ba50

Please sign in to comment.