Skip to content

Commit b5d2fff

Browse files
authored
Merge branch 'main' into cspm/related-alert-support
2 parents d94c2e0 + ea50e0b commit b5d2fff

File tree

1,603 files changed

+17986
-6209
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,603 files changed

+17986
-6209
lines changed

.buildkite/pipeline-resource-definitions/kibana-vm-images.yml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,56 +27,60 @@ spec:
2727
provider_settings:
2828
trigger_mode: none
2929
schedules:
30-
daily kibana base image build [ubuntu20.04]:
30+
"[ubuntu20.04] daily kibana base image build":
3131
branch: main
3232
cronline: '0 0 * * *'
3333
env:
3434
IMAGES_CONFIG: kibana/base_image.yml
35-
message: Builds Kibana VM base image daily
36-
daily kibana cache layer build [ubuntu20.04]:
35+
message: Builds Kibana VM base image daily (20.04)
36+
"[ubuntu20.04] daily kibana cache layer build":
3737
branch: main
3838
cronline: '0 1 * * *' # make sure this runs after the daily kibana base image build
3939
env:
4040
IMAGES_CONFIG: kibana/image_cache.yml
4141
BASE_IMAGES_CONFIG: 'core/images.yml,kibana/base_image.yml'
42-
message: Builds Kibana VM cache warmup daily
43-
daily kibana fips image build [ubuntu20.04]:
42+
message: Builds Kibana VM cache warmup daily (20.04)
43+
"[ubuntu20.04] daily kibana fips image build":
4444
branch: main
4545
cronline: '0 4 * * *' # make sure this runs after the daily kibana cache image build
4646
env:
4747
BASE_IMAGES_CONFIG: 'core/images.yml,kibana/base_image.yml,kibana/image_cache.yml'
4848
IMAGES_CONFIG: kibana/fips.yml
49-
message: Builds Kibana FIPS VM image daily
50-
weekly kibana base image build [ubuntu24.04]:
49+
message: Builds Kibana FIPS VM image daily (20.04)
50+
"[ubuntu24.04] weekly kibana base image build":
5151
branch: kibana-upgrade-ubuntu
5252
cronline: '0 0 * * 0' # Sunday at midnight
5353
env:
5454
IMAGES_CONFIG: kibana/base_image.yml
55-
message: Builds Kibana VM base image daily
56-
weekly kibana packages layer build [ubuntu24.04]:
55+
FORCE_PROMOTE: "true"
56+
message: Builds Kibana VM base image daily (24.04)
57+
"[ubuntu24.04] weekly kibana packages layer build":
5758
branch: kibana-upgrade-ubuntu
5859
cronline: '0 1 * * 0' # make sure this runs after the weekly kibana base image build
5960
env:
6061
IMAGES_CONFIG: kibana/packages_layer.yml
6162
BASE_IMAGES_CONFIG: 'core/images.yml,kibana/base_image.yml'
6263
KIBANA_BRANCH: 'adopt-moon-clean'
63-
message: Builds Kibana Packages Layer Weekly
64-
daily kibana cache image build [ubuntu24.04]:
64+
FORCE_PROMOTE: "true"
65+
message: Builds Kibana Packages Layer Weekly (24.04)
66+
"[ubuntu24.04] daily kibana cache image build":
6567
branch: kibana-upgrade-ubuntu
6668
cronline: '0 2 * * *' # Daily at 2AM UTC
6769
env:
6870
IMAGES_CONFIG: kibana/image_cache.tpl.yml
6971
BASE_IMAGES_CONFIG: 'core/images.yml,kibana/base_image.yml,kibana/packages_layer.yml'
7072
KIBANA_BRANCH: 'adopt-moon-clean'
71-
message: Builds Kibana VM base image daily
72-
daily kibana fips image build [ubuntu24.04]:
73+
FORCE_PROMOTE: "true"
74+
message: Builds Kibana VM base image daily (24.04)
75+
"[ubuntu24.04] daily kibana fips image build":
7376
branch: kibana-upgrade-ubuntu
7477
cronline: '0 4 * * *'
7578
env:
7679
BASE_IMAGES_CONFIG: 'core/images.yml,kibana/base_image.yml,kibana/packages_layer.yml,kibana/image_cache.tpl.yml'
7780
IMAGES_CONFIG: kibana/fips.yml
7881
KIBANA_BRANCH: 'adopt-moon-clean'
79-
message: Builds Kibana FIPS VM image daily
82+
FORCE_PROMOTE: "true"
83+
message: Builds Kibana FIPS VM image daily (24.04)
8084
teams:
8185
kibana-operations:
8286
access_level: MANAGE_BUILD_AND_READ

.buildkite/pipelines/chrome_forward_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ steps:
125125
depends_on:
126126
- build
127127
timeout_in_minutes: 60
128-
parallelism: 1
128+
parallelism: 2
129129
retry:
130130
automatic:
131131
- exit_status: '-1'

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ steps:
141141
preemptible: true
142142
depends_on: build
143143
timeout_in_minutes: 60
144-
parallelism: 1
144+
parallelism: 2
145145
retry:
146146
automatic:
147147
- exit_status: '-1'

.buildkite/pipelines/on_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ steps:
247247
machineType: n2-standard-4
248248
preemptible: true
249249
timeout_in_minutes: 60
250-
parallelism: 1
250+
parallelism: 2
251251
retry:
252252
automatic:
253253
- exit_status: '-1'

.buildkite/pipelines/pointer_compression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ steps:
128128
depends_on:
129129
- build
130130
timeout_in_minutes: 60
131-
parallelism: 1
131+
parallelism: 2
132132
retry:
133133
automatic:
134134
- exit_status: '-1'

.buildkite/pipelines/pull_request/security_solution/rule_management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
- check_types
3434
- check_oas_snapshot
3535
timeout_in_minutes: 60
36-
parallelism: 1
36+
parallelism: 2
3737
retry:
3838
automatic:
3939
- exit_status: '-1'

.buildkite/scripts/steps/code_coverage/jest_parallel.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ printf "%s\n" "${results[@]}"
8888

8989
# Scout reporter
9090
echo "--- Upload Scout reporter events to AppEx QA's team cluster"
91-
node scripts/scout upload-events --dontFailOnError
91+
if [[ "${SCOUT_REPORTER_ENABLED:-}" == "true" ]]; then
92+
node scripts/scout upload-events --dontFailOnError
93+
else
94+
echo "⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload."
95+
fi
9296

9397
# Force exit 0 to ensure the next build step starts.
9498
exit 0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@langchain/langgraph-checkpoint
22
dom-to-image-more
33
pdf-lib
4+
tree-dump
45
@a2a-js/sdk
56
@opentelemetry/exporter-metrics-otlp-http
67
inversify

.buildkite/scripts/steps/test/ftr_configs.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ echo ""
116116

117117
# Scout reporter
118118
echo "--- Upload Scout reporter events to AppEx QA's team cluster"
119-
node scripts/scout upload-events --dontFailOnError
119+
if [[ "${SCOUT_REPORTER_ENABLED:-}" == "true" ]]; then
120+
node scripts/scout upload-events --dontFailOnError
121+
else
122+
echo "⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload."
123+
fi
120124

121125
exit $exitCode

.buildkite/scripts/steps/test/jest_parallel.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ echo ""
116116

117117
# Scout reporter
118118
echo "--- Upload Scout reporter events to AppEx QA's team cluster"
119-
node scripts/scout upload-events --dontFailOnError
119+
if [[ "${SCOUT_REPORTER_ENABLED:-}" == "true" ]]; then
120+
node scripts/scout upload-events --dontFailOnError
121+
else
122+
echo "⚠️ The SCOUT_REPORTER_ENABLED environment variable is not 'true'. Skipping event upload."
123+
fi
120124

121125
exit $exitCode

0 commit comments

Comments
 (0)