Skip to content

Commit

Permalink
Merge upstream/main into Zacqary/128301-prev-snooze-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Mar 30, 2022
2 parents d100aa6 + df8eb33 commit aa038e6
Show file tree
Hide file tree
Showing 1,177 changed files with 56,533 additions and 11,037 deletions.
33 changes: 33 additions & 0 deletions .buildkite/pipelines/fleet/packages_daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
steps:
- command: .buildkite/scripts/lifecycle/pre_build.sh
label: Pre-Build
timeout_in_minutes: 10
agents:
queue: kibana-default

- wait

- command: .buildkite/scripts/steps/build_kibana.sh
label: Build Kibana Distribution and Plugins
agents:
queue: c2-16
key: build
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
timeout_in_minutes: 60

- wait

- command: .buildkite/scripts/steps/fleet/install_all_packages.sh
label: Install All Packages
agents:
queue: n2-2
key: linting
timeout_in_minutes: 90

- wait: ~
continue_on_failure: true

- label: Post-Build
command: .buildkite/scripts/lifecycle/post_build.sh
agents:
queue: kibana-default
218 changes: 0 additions & 218 deletions .buildkite/pipelines/hourly.yml

This file was deleted.

Loading

0 comments on commit aa038e6

Please sign in to comment.