Skip to content

Commit 971e6f1

Browse files
Merge branch 'main' into docs/816-spaces-solution-views
2 parents ce0d654 + c218e7c commit 971e6f1

File tree

4,831 files changed

+121500
-64188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,831 files changed

+121500
-64188
lines changed

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ disabled:
3434

3535
# Cypress configs, for now these are still run manually
3636
- x-pack/test/fleet_cypress/cli_config.ts
37+
- x-pack/test/fleet_cypress/cli_config.space_awareness.ts
3738
- x-pack/test/fleet_cypress/config.ts
39+
- x-pack/test/fleet_cypress/config.space_awareness.ts
3840
- x-pack/test/fleet_cypress/visual_config.ts
3941

4042
defaultQueue: 'n2-4-spot'
@@ -272,6 +274,7 @@ enabled:
272274
- x-pack/test/functional/config.upgrade_assistant.ts
273275
- x-pack/test/functional_cloud/config.ts
274276
- x-pack/test/functional_solution_sidenav/config.ts
277+
- x-pack/test/functional_search/config.ts
275278
- x-pack/test/kubernetes_security/basic/config.ts
276279
- x-pack/test/licensing_plugin/config.public.ts
277280
- x-pack/test/licensing_plugin/config.ts
@@ -314,6 +317,7 @@ enabled:
314317
- x-pack/test/security_api_integration/saml.http2.config.ts
315318
- x-pack/test/security_api_integration/saml_cloud.config.ts
316319
- x-pack/test/security_api_integration/chips.config.ts
320+
- x-pack/test/security_api_integration/features.config.ts
317321
- x-pack/test/security_api_integration/session_idle.config.ts
318322
- x-pack/test/security_api_integration/session_invalidate.config.ts
319323
- x-pack/test/security_api_integration/session_lifespan.config.ts

.buildkite/pipeline-resource-definitions/kibana-artifacts-container-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ spec:
4444
access_level: MANAGE_BUILD_AND_READ
4545
tags:
4646
- kibana
47+
- kibana-serverless-release
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Resource
4+
metadata:
5+
name: bk-kibana-deploy-project-from-pr
6+
description: 'Builds and deploys a Kibana serverless project from a PR'
7+
links:
8+
- url: 'https://buildkite.com/elastic/kibana-deploy-project-from-pr'
9+
title: Pipeline link
10+
spec:
11+
type: buildkite-pipeline
12+
system: buildkite
13+
owner: 'group:kibana-operations'
14+
implementation:
15+
apiVersion: buildkite.elastic.dev/v1
16+
kind: Pipeline
17+
metadata:
18+
name: kibana / deploy project from PR
19+
description: 'Builds and deploys a Kibana serverless project from a PR'
20+
spec:
21+
env:
22+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false'
23+
24+
allow_rebuilds: false
25+
branch_configuration: main
26+
default_branch: main
27+
repository: elastic/kibana
28+
pipeline_file: .buildkite/pipelines/serverless_deployment/project-build-and-deploy-pr.yml
29+
skip_intermediate_builds: true
30+
provider_settings:
31+
prefix_pull_request_fork_branch_names: false
32+
skip_pull_request_builds_for_existing_commits: true
33+
trigger_mode: none
34+
teams:
35+
kibana-operations:
36+
access_level: MANAGE_BUILD_AND_READ
37+
appex-qa:
38+
access_level: MANAGE_BUILD_AND_READ
39+
kibana-tech-leads:
40+
access_level: MANAGE_BUILD_AND_READ
41+
everyone:
42+
access_level: BUILD_AND_READ
43+
tags:
44+
- kibana

.buildkite/pipeline-resource-definitions/kibana-es-serverless-snapshots.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ spec:
5555
branch: main
5656
tags:
5757
- kibana
58+
- kibana-serverless-release

.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ spec:
4646
access_level: MANAGE_BUILD_AND_READ
4747
schedules:
4848
Daily build (main):
49-
cronline: 0 9 * * * America/New_York
49+
cronline: 0 22 * * * America/New_York
5050
message: Daily build
5151
branch: main
5252
Daily build (8.x):
53-
cronline: 0 9 * * * America/New_York
53+
cronline: 0 22 * * * America/New_York
5454
message: Daily build
5555
branch: '8.x'
5656
Daily build (8.15):
57-
cronline: 0 9 * * * America/New_York
57+
cronline: 0 22 * * * America/New_York
5858
message: Daily build
5959
branch: '8.15'
6060
Daily build (7.17):
61-
cronline: 0 9 * * * America/New_York
61+
cronline: 0 22 * * * America/New_York
6262
message: Daily build
6363
branch: '7.17'
6464
tags:

.buildkite/pipeline-resource-definitions/kibana-on-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ spec:
4949
access_level: MANAGE_BUILD_AND_READ
5050
tags:
5151
- kibana
52+
- kibana-serverless-release

.buildkite/pipeline-resource-definitions/kibana-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ spec:
2020
spec:
2121
env:
2222
ELASTIC_PR_COMMENTS_ENABLED: 'true'
23-
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
24-
ELASTIC_GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true'
23+
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
24+
GITHUB_STEP_COMMIT_STATUS_ENABLED: 'true'
2525
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
2626
allow_rebuilds: true
2727
branch_configuration: ''

.buildkite/pipeline-resource-definitions/kibana-serverless-emergency-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ spec:
3030
access_level: READ_ONLY
3131
tags:
3232
- kibana
33+
- kibana-serverless-release

.buildkite/pipeline-resource-definitions/kibana-serverless-quality-gates-emergency.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ spec:
3333
access_level: READ_ONLY
3434
tags:
3535
- kibana
36+
- kibana-serverless-release

.buildkite/pipeline-resource-definitions/kibana-serverless-quality-gates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ spec:
3333
access_level: READ_ONLY
3434
tags:
3535
- kibana
36+
- kibana-serverless-release

0 commit comments

Comments
 (0)