Skip to content

Commit

Permalink
Merge branch 'main' into discover-set-app-context
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Apr 25, 2024
2 parents aac96a0 + 63a56db commit bbd7e85
Show file tree
Hide file tree
Showing 1,951 changed files with 46,582 additions and 21,087 deletions.
8 changes: 7 additions & 1 deletion .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,15 @@ enabled:
- test/functional/apps/discover/classic/config.ts
- test/functional/apps/discover/embeddable/config.ts
- test/functional/apps/discover/group1/config.ts
- test/functional/apps/discover/group2/config.ts
- test/functional/apps/discover/group2_data_grid1/config.ts
- test/functional/apps/discover/group2_data_grid2/config.ts
- test/functional/apps/discover/group2_data_grid3/config.ts
- test/functional/apps/discover/group3/config.ts
- test/functional/apps/discover/group4/config.ts
- test/functional/apps/discover/group5/config.ts
- test/functional/apps/discover/group6/config.ts
- test/functional/apps/discover/group7/config.ts
- test/functional/apps/discover/group8/config.ts
- test/functional/apps/getting_started/config.ts
- test/functional/apps/home/config.ts
- test/functional/apps/kibana_overview/config.ts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ spec:
build_tags: false
prefix_pull_request_fork_branch_names: false
skip_pull_request_builds_for_existing_commits: true
schedules:
Purge cloud deployments (hourly):
cronline: 0 * * * * America/New_York
branch: main
message: 'Purge cloud deployments'
teams:
kibana-operations:
access_level: MANAGE_BUILD_AND_READ
Expand Down
6 changes: 1 addition & 5 deletions .buildkite/pipelines/artifacts_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ steps:
- command: .buildkite/scripts/steps/artifacts/docker_image.sh
label: Build serverless container images
agents:
queue: n2-16-spot
queue: c2-16
timeout_in_minutes: 60
retry:
automatic:
- exit_status: '-1'
limit: 3
Loading

0 comments on commit bbd7e85

Please sign in to comment.