-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into compatible-schema-change-check
* main: (1294 commits) [SecuritySolution] Refactor security packages (#155365) [Discover] Show "Temporary" badge for ad-hoc data views in Alerts flyout (#155717) [RAM] Conditional actions feedback on pr review (#155804) [Files] Adds bulk delete method (#155628) [Lens] Use proper way to generate absolute short URL (#155512) [Guided onboarding] Use Kibana features to grant access (#155065) [Index Management] Fix duped mock (#155844) [Lens] Enhance visualization modifier popup with layer palette (#155280) Fix flaky combobox tests on role management screen (#155711) [Infrastructure UI] Create InventoryViewsService and InventoryViewsClient (#155126) [Fleet] always create agent upload write indices (#155729) [Fleet] [Cloud Security Posture] Add CloudFormation agent install method (#155045) Add tech preview label for search applications (#155649) [ML] AIOps: Stabilize flaky functional tests. (#155710) [ES UI Shared] Migrate JsonEditor to monaco (#155610) [Security Solution] Fixes security_solution storybooks always rendering in a flyout (#155814) [Synthetics] Make error popover disappear `onMouseLeave` of metric item card (#155800) Remove Exploratory View components from Observability (#155629) [Discover] Remove redundant "Filter was added" toast (#155645) [RAM][Security Solution][Alerts] Support the ability to trigger a rule action per alert generated (#153611) (#155384) ...
- Loading branch information
Showing
11,406 changed files
with
575,856 additions
and
244,814 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
steps: | ||
- command: .buildkite/scripts/steps/artifacts/trigger.sh | ||
label: Trigger artifacts build | ||
agents: | ||
queue: kibana-default | ||
timeout_in_minutes: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
steps: | ||
- command: .buildkite/scripts/lifecycle/pre_build.sh | ||
label: Pre-Build | ||
timeout_in_minutes: 10 | ||
agents: | ||
queue: kibana-default | ||
retry: | ||
automatic: | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/build_kibana.sh | ||
label: Build Kibana Distribution and Plugins | ||
agents: | ||
queue: n2-16-spot | ||
key: build | ||
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''" | ||
timeout_in_minutes: 60 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
|
||
- command: .buildkite/scripts/steps/functional/apm_cypress.sh | ||
label: 'APM Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 4 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/profiling_cypress.sh | ||
label: 'Profling Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 4 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/security_solution.sh | ||
label: 'Security Solution Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 4 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 | ||
|
||
- command: .buildkite/scripts/steps/functional/synthetics_plugin.sh | ||
label: 'Synthetics @elastic/synthetics Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
artifact_paths: | ||
- 'x-pack/plugins/synthetics/e2e/.journeys/**/*' | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 |
15 changes: 15 additions & 0 deletions
15
.buildkite/pipelines/pull_request/exploratory_view_plugin.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
steps: | ||
- command: .buildkite/scripts/steps/functional/exploratory_view_plugin.sh | ||
label: 'Exploratory View @elastic/synthetics Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
artifact_paths: | ||
- 'x-pack/plugins/exploratory_view/e2e/.journeys/**/*' | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 |
15 changes: 0 additions & 15 deletions
15
.buildkite/pipelines/pull_request/observability_plugin.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
steps: | ||
- command: .buildkite/scripts/steps/functional/profiling_cypress.sh | ||
label: 'Profiling Cypress Tests' | ||
agents: | ||
queue: n2-4-spot | ||
depends_on: build | ||
timeout_in_minutes: 120 | ||
parallelism: 2 | ||
retry: | ||
automatic: | ||
- exit_status: '-1' | ||
limit: 3 | ||
- exit_status: '*' | ||
limit: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.