Skip to content

Commit f8e3197

Browse files
Merge branch 'main' into fix-connector-autogenerated-names
2 parents 4100cb1 + 86e6c74 commit f8e3197

File tree

1,729 files changed

+23179
-123395
lines changed

Some content is hidden

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

1,729 files changed

+23179
-123395
lines changed

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ enabled:
344344
- x-pack/test/task_manager_claimer_mget/config.ts
345345
- x-pack/test/ui_capabilities/security_and_spaces/config.ts
346346
- x-pack/test/ui_capabilities/spaces_only/config.ts
347-
- x-pack/test/upgrade_assistant_integration/config.js
347+
- x-pack/test/upgrade_assistant_integration/config.ts
348348
- x-pack/test/usage_collection/config.ts
349349
- x-pack/performance/journeys_e2e/aiops_log_rate_analysis.ts
350350
- x-pack/performance/journeys_e2e/ecommerce_dashboard.ts

.buildkite/ftr_security_serverless_configs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
disabled:
22
# Base config files, only necessary to inform config finding script
3-
- x-pack/test_serverless/functional/test_suites/security/cypress/security_config.base.ts
4-
- x-pack/test_serverless/functional/test_suites/security/cypress/cypress.config.ts
53
- x-pack/test/security_solution_api_integration/config/serverless/config.base.ts
64
- x-pack/test/security_solution_api_integration/config/serverless/config.base.essentials.ts
75
- x-pack/test/security_solution_api_integration/config/serverless/config.base.edr_workflows.ts
6+
- x-pack/test/defend_workflows_cypress/serverless_config.base.ts
7+
- x-pack/test/osquery_cypress/serverless_config.base.ts
88

99
# Cypress configs, for now these are still run manually
1010
- x-pack/test/defend_workflows_cypress/serverless_config.ts
1111
- x-pack/test/osquery_cypress/serverless_cli_config.ts
12-
- x-pack/test_serverless/functional/test_suites/security/cypress/security_config.ts
1312
- x-pack/test/security_solution_cypress/serverless_config.ts
1413

14+
1515
# Playwright
1616
- x-pack/test/security_solution_playwright/serverless_config.ts
1717

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ spec:
5353
cronline: 0 22 * * * America/New_York
5454
message: Daily build
5555
branch: '8.x'
56+
Daily build (8.16):
57+
cronline: 0 22 * * * America/New_York
58+
message: Daily build
59+
branch: '8.16'
5660
Daily build (8.15):
5761
cronline: 0 22 * * * America/New_York
5862
message: Daily build

.buildkite/pipelines/pull_request/security_solution/defend_workflows.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,4 @@ steps:
3131
retry:
3232
automatic:
3333
- exit_status: '-1'
34-
limit: 1
35-
# status_exception: Native role management is not enabled in this Elasticsearch instance
36-
# - command: .buildkite/scripts/steps/functional/security_serverless_defend_workflows.sh
37-
# label: 'Serverless Security Defend Workflows Cypress Tests'
38-
# agents:
39-
# machineType: n2-standard-4
40-
# preemptible: true
41-
# depends_on: build
42-
# timeout_in_minutes: 60
43-
# retry:
44-
# automatic:
45-
# - exit_status: '-1'
46-
# limit: 1
34+
limit: 1

.buildkite/scripts/common/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ KIBANA_DIR=$(pwd)
88
export KIBANA_DIR
99
export XPACK_DIR="$KIBANA_DIR/x-pack"
1010

11-
export XDG_CACHE_HOME="$HOME/.cache"
1211
export CACHE_DIR="$HOME/.kibana"
1312
export ES_CACHE_DIR="$HOME/.es-snapshot-cache"
1413
PARENT_DIR="$(cd "$KIBANA_DIR/.."; pwd)"
@@ -111,6 +110,7 @@ export TEST_CORS_SERVER_PORT=6105
111110
if [[ "$(which google-chrome-stable)" || "$(which google-chrome)" ]]; then
112111
echo "Chrome detected, setting DETECT_CHROMEDRIVER_VERSION=true"
113112
export DETECT_CHROMEDRIVER_VERSION=true
113+
export CHROMEDRIVER_FORCE_DOWNLOAD=true
114114
else
115115
echo "Chrome not detected, installing default chromedriver binary for the package version"
116116
fi

.buildkite/scripts/steps/checks.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ fi
1212
.buildkite/scripts/steps/checks/saved_objects_definition_change.sh
1313
.buildkite/scripts/steps/code_generation/elastic_assistant_codegen.sh
1414
.buildkite/scripts/steps/code_generation/security_solution_codegen.sh
15-
.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh
1615
.buildkite/scripts/steps/code_generation/osquery_codegen.sh
17-
.buildkite/scripts/steps/openapi_bundling/final_merge.sh

.buildkite/scripts/steps/checks/capture_oas_snapshot.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ run_check() {
2323
retry 5 15 run_check
2424

2525
check_for_changed_files "$cmd" true
26+
27+
.buildkite/scripts/steps/openapi_bundling/security_solution_openapi_bundling.sh
28+
.buildkite/scripts/steps/openapi_bundling/final_merge.sh

.buildkite/scripts/steps/functional/security_serverless_defend_workflows.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

.buildkite/scripts/steps/openapi_bundling/final_merge.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ source .buildkite/scripts/common/util.sh
77
echo --- Merge Kibana OpenAPI specs
88

99
(cd oas_docs && make api-docs && make api-docs-lint)
10-
(cd oas_docs && make api-docs-staging && make api-docs-lint)
1110

12-
check_for_changed_files "make api-docs && make api-docs-staging" true
11+
check_for_changed_files "make api-docs" true

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ module.exports = {
643643
'x-pack/test/*/*config.*ts',
644644
'x-pack/test/saved_object_api_integration/*/apis/**/*',
645645
'x-pack/test/ui_capabilities/*/tests/**/*',
646+
'x-pack/test/upgrade_assistant_integration/**/*',
646647
'x-pack/test/performance/**/*.ts',
647648
'**/cypress.config.{js,ts}',
648649
'x-pack/test_serverless/**/config*.ts',

0 commit comments

Comments
 (0)