Skip to content

Commit 69f4c09

Browse files
authored
Merge branch 'main' into fix-ms-defender-runscript-slow-tests
2 parents 705ed42 + c865c67 commit 69f4c09

1,807 files changed

Lines changed: 26954 additions & 15938 deletions

File tree

Some content is hidden

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

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ disabled:
5959
# Gen AI suites, running with their own pipeline
6060
- x-pack/platform/test/functional_gen_ai/inference/config.ts
6161
- x-pack/platform/test/functional_gen_ai/inference/generate_artifacts.config.ts
62-
- x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts
6362

6463
defaultQueue: 'n2-4-spot'
6564
enabled:
@@ -486,7 +485,6 @@ enabled:
486485
- x-pack/platform/test/encrypted_saved_objects_api_integration/config.ts
487486
- x-pack/platform/test/fleet_multi_cluster/config.ts
488487
- x-pack/platform/test/monitoring_api_integration/config.ts
489-
- x-pack/platform/test/agent_builder_functional/config.ts
490488
- x-pack/platform/test/plugin_api_integration/config.ts
491489
- x-pack/platform/test/saved_object_api_integration/security_and_spaces/config_basic.ts
492490
- x-pack/platform/test/saved_object_api_integration/security_and_spaces/config_trial.ts

.buildkite/ftr_search_serverless_configs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ enabled:
3636
- x-pack/platform/test/serverless/functional/configs/search/config.group19.ts
3737
- x-pack/platform/test/serverless/functional/configs/search/config.group20.ts
3838
- x-pack/platform/test/serverless/functional/configs/search/config.feature_flags.ts
39-
- x-pack/platform/test/agent_builder_api_integration/configs/config.serverless.ts

.buildkite/ftr_search_stateful_configs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ enabled:
1111
- x-pack/solutions/search/test/api_integration/apis/search_playground/config.ts
1212
- x-pack/solutions/search/test/functional_solution_sidenav/config.ts
1313
- x-pack/solutions/search/test/accessibility/config.ts
14-
- x-pack/platform/test/agent_builder_api_integration/configs/config.stateful.ts

.buildkite/pipelines/agent_builder/smoke_tests.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,34 +42,6 @@ steps:
4242

4343
- wait
4444

45-
- command: |
46-
mkdir -p target
47-
buildkite-agent artifact download 'target/eis_models.json' . --step discover-eis-models || echo '{"models":[]}' > target/eis_models.json
48-
.buildkite/scripts/steps/test/ftr_configs.sh
49-
env:
50-
FTR_GEN_AI: '1'
51-
FTR_EIS_CCM: '1'
52-
FTR_GEN_AI_LLM_SAMPLE_SIZE: 'all'
53-
FTR_CONFIG: 'x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts'
54-
FTR_CONFIG_GROUP_KEY: 'ftr-agent-builder-smoke-tests'
55-
label: Agent Builder FTR Smoke Tests
56-
key: ftr-agent-builder-smoke-tests
57-
depends_on: discover-eis-models
58-
timeout_in_minutes: 50
59-
parallelism: 1
60-
agents:
61-
image: family/kibana-ubuntu-2404
62-
imageProject: elastic-images-prod
63-
provider: gcp
64-
machineType: n2-standard-4
65-
preemptible: true
66-
retry:
67-
automatic:
68-
- exit_status: '-1'
69-
limit: 3
70-
- exit_status: '*'
71-
limit: 1
72-
7345
- command: |
7446
mkdir -p target
7547
buildkite-agent artifact download 'target/eis_models.json' . --step discover-eis-models || echo '{"models":[]}' > target/eis_models.json

.buildkite/pipelines/pull_request/agent_builder_smoke_tests.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,6 @@ steps:
2323
- exit_status: '*'
2424
limit: 1
2525

26-
- command: |
27-
mkdir -p target
28-
buildkite-agent artifact download 'target/eis_models.json' . --step discover-eis-models || echo '{"models":[]}' > target/eis_models.json
29-
.buildkite/scripts/steps/test/ftr_configs.sh
30-
env:
31-
FTR_GEN_AI: '1'
32-
FTR_EIS_CCM: '1'
33-
FTR_CONFIG: 'x-pack/platform/test/agent_builder/smoke_tests/config.stateful.ts'
34-
FTR_CONFIG_GROUP_KEY: 'ftr-agent-builder-smoke-tests'
35-
label: Agent Builder FTR Smoke Tests
36-
key: ftr-agent-builder-smoke-tests
37-
depends_on: discover-eis-models
38-
timeout_in_minutes: 50
39-
parallelism: 1
40-
agents:
41-
machineType: n2-standard-4
42-
preemptible: true
43-
spotZones: us-central1-f,us-central1-c,us-central1-a
44-
retry:
45-
automatic:
46-
- exit_status: '-1'
47-
limit: 3
48-
- exit_status: '*'
49-
limit: 1
50-
5126
- command: |
5227
mkdir -p target
5328
buildkite-agent artifact download 'target/eis_models.json' . --step discover-eis-models || echo '{"models":[]}' > target/eis_models.json

.buildkite/pipelines/pull_request/base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
env:
2+
KBN_ES_SNAPSHOT_USE_CACHED: 'true'
3+
14
steps:
25
- command: .buildkite/scripts/steps/build_kibana.sh
36
label: Build Kibana Distribution

.buildkite/pipelines/version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notify:
88
channels:
99
- '#mission-control'
1010
message: |
11-
Kibana has been bumped to `${NEW_VERSION}` on branch `${BRANCH}` and a DRA build has begun.
11+
Kibana has been bumped to `${NEW_VERSION}` on branch `${BRANCH}`.
1212
Build: ${BUILDKITE_BUILD_URL}
1313
if: build.state == "passed"
1414

.buildkite/pipelines/version_bump/create_new_branch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ steps:
22
- name: 'Create new release branch'
33
key: create-new-branch
44
command: .buildkite/scripts/steps/version_bump/create_new_branch_of_main.sh
5+
agents:
6+
image: family/kibana-ubuntu-2404
7+
imageProject: elastic-images-prod
8+
provider: gcp
9+
machineType: n2-standard-4

.buildkite/pipelines/version_bump/ensure_version_label.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ steps:
22
- name: 'Ensure version label exists'
33
key: ensure-version-label
44
command: .buildkite/scripts/steps/version_bump/ensure_version_label.sh
5+
agents:
6+
image: family/kibana-ubuntu-2404
7+
imageProject: elastic-images-prod
8+
provider: gcp
9+
machineType: n2-standard-4

.buildkite/pipelines/version_bump/notify_branch_created.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ steps:
22
- name: 'Notify Slack: branch created'
33
key: notify-branch-created
44
command: .buildkite/scripts/steps/version_bump/notify_branch_created.sh
5+
agents:
6+
image: family/kibana-ubuntu-2404
7+
imageProject: elastic-images-prod
8+
provider: gcp
9+
machineType: n2-standard-4

0 commit comments

Comments
 (0)