Skip to content

Commit 228b890

Browse files
authored
Merge branch '7.17' into 7.17-go-upgrade-1.23.8
2 parents db3b4c8 + 75d49c8 commit 228b890

23 files changed

+59
-113
lines changed

.buildkite/auditbeat/auditbeat-pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ steps:
260260
- label: ":ubuntu: Auditbeat: Packaging Linux"
261261
key: "auditbeat-package-linux-x86"
262262
env:
263-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
263+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
264264
command: |
265265
.buildkite/scripts/packaging/packaging.sh auditbeat
266266
retry:
@@ -278,8 +278,7 @@ steps:
278278
- label: ":linux: Auditbeat: Packaging Linux arm64"
279279
key: "auditbeat-package-linux-arm64"
280280
env:
281-
PLATFORMS: "linux/arm64"
282-
PACKAGES: "docker"
281+
PLATFORMS: "+all linux/arm64"
283282
command: |
284283
.buildkite/scripts/packaging/packaging.sh auditbeat
285284
retry:

.buildkite/filebeat/filebeat-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ steps:
302302
- label: ":ubuntu: Filebeat: Packaging Linux"
303303
key: "packaging-linux"
304304
env:
305-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
305+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
306306
command: |
307307
.buildkite/scripts/packaging/packaging.sh filebeat
308308
retry:
@@ -322,7 +322,7 @@ steps:
322322
- label: ":ubuntu: Filebeat: Packaging arm64"
323323
key: "packaging-arm"
324324
env:
325-
PLATFORMS: "linux/arm64"
325+
PLATFORMS: "+all linux/arm64"
326326
PACKAGES: "docker"
327327
command: |
328328
.buildkite/scripts/packaging/packaging.sh filebeat

.buildkite/heartbeat/heartbeat-pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ steps:
277277
- label: ":ubuntu: Heartbeat: Packaging Linux"
278278
key: "heartbeat-package-linux"
279279
env:
280-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
280+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
281281
command: |
282282
.buildkite/scripts/packaging/packaging.sh heartbeat
283283
retry:
@@ -295,8 +295,7 @@ steps:
295295
- label: ":ubuntu: Heartbeat: Packaging Linux arm64"
296296
key: "heartbeat-package-linux-arm"
297297
env:
298-
PLATFORMS: "linux/arm64"
299-
PACKAGES: "docker"
298+
PLATFORMS: "+all linux/arm64"
300299
command: |
301300
.buildkite/scripts/packaging/packaging.sh heartbeat
302301
retry:

.buildkite/libbeat/pipeline.libbeat.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -141,26 +141,6 @@ steps:
141141
- github_commit_status:
142142
context: "libbeat: next major"
143143

144-
- label: ":ubuntu: Libbeat: Crosscompile"
145-
key: "mandatory-cross-compile"
146-
command: |
147-
set -euo pipefail
148-
cd libbeat
149-
make crosscompile
150-
retry:
151-
automatic:
152-
- limit: 1
153-
agents:
154-
provider: "gcp"
155-
image: "${IMAGE_UBUNTU_X86_64}"
156-
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
157-
artifact_paths:
158-
- "libbeat/build/*.xml"
159-
- "libbeat/build/*.json"
160-
notify:
161-
- github_commit_status:
162-
context: "libbeat: Crosscompile"
163-
164144
- label: ":ubuntu: Libbeat: Stress Tests"
165145
key: "mandatory-stress-test"
166146
command: |

.buildkite/metricbeat/pipeline.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -143,25 +143,6 @@ steps:
143143
- github_commit_status:
144144
context: "metricbeat: Python Integration Tests"
145145

146-
- label: ":ubuntu: Metricbeat: Crosscompile"
147-
key: "mandatory-cross-compile"
148-
command: |
149-
source .buildkite/scripts/qemu.sh
150-
make -C metricbeat crosscompile
151-
retry:
152-
automatic:
153-
- limit: 1
154-
agents:
155-
provider: "gcp"
156-
image: "${IMAGE_UBUNTU_X86_64}"
157-
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"
158-
artifact_paths:
159-
- "metricbeat/build/*.xml"
160-
- "metricbeat/build/*.json"
161-
notify:
162-
- github_commit_status:
163-
context: "metricbeat: Crosscompile"
164-
165146
- label: ":windows: Metricbeat: Win 2019 Unit Tests"
166147
command: |
167148
Set-Location -Path metricbeat
@@ -271,7 +252,7 @@ steps:
271252
- label: ":ubuntu: Metricbeat: Packaging Linux"
272253
key: "packaging-linux"
273254
env:
274-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
255+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
275256
command: |
276257
.buildkite/scripts/packaging/packaging.sh metricbeat
277258
retry:
@@ -291,8 +272,7 @@ steps:
291272
- label: ":ubuntu: Metricbeat: Packaging Linux arm64"
292273
key: "packaging-arm"
293274
env:
294-
PLATFORMS: "linux/arm64"
295-
PACKAGES: "docker"
275+
PLATFORMS: "+all linux/arm64"
296276
command: |
297277
.buildkite/scripts/packaging/packaging.sh metricbeat
298278
retry:

.buildkite/packaging.pipeline.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ env:
88
GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
99
IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204"
1010

11-
PLATFORMS: "+all linux/amd64 linux/386 linux/arm64 windows/amd64 windows/386 darwin/amd64"
12-
PLATFORMS_ARM: "linux/arm64"
11+
PLATFORMS: "+all linux/amd64 linux/386 windows/amd64 windows/386 darwin/amd64"
12+
PLATFORMS_ARM: "+all linux/arm64"
1313

1414
steps:
1515
# we use concurrency gates (https://buildkite.com/blog/concurrency-gates)
@@ -120,10 +120,9 @@ steps:
120120
- x-pack/packetbeat
121121
- x-pack/winlogbeat
122122

123-
- label: "SNAPSHOT: {{matrix}} docker Linux/arm64"
123+
- label: "SNAPSHOT: {{matrix}} Linux/arm64"
124124
env:
125125
PLATFORMS: "${PLATFORMS_ARM}"
126-
PACKAGES: "docker"
127126
SNAPSHOT: true
128127
DEV: true
129128
command: ".buildkite/scripts/packaging/package-dra.sh {{matrix}}"
@@ -189,10 +188,9 @@ steps:
189188
- x-pack/packetbeat
190189
- x-pack/winlogbeat
191190

192-
- label: "STAGING: {{matrix}} docker Linux/arm64"
191+
- label: "STAGING: {{matrix}} Linux/arm64"
193192
env:
194193
PLATFORMS: "${PLATFORMS_ARM}"
195-
PACKAGES: "docker"
196194
SNAPSHOT: false
197195
DEV: false
198196
command: ".buildkite/scripts/packaging/package-dra.sh {{matrix}}"

.buildkite/packetbeat/pipeline.packetbeat.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ steps:
217217
- label: ":ubuntu: Packetbeat: Packaging Linux"
218218
key: "packaging-linux"
219219
env:
220-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
220+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
221221
command: |
222222
.buildkite/scripts/packaging/packaging.sh packetbeat
223223
retry:
@@ -237,8 +237,7 @@ steps:
237237
- label: ":ubuntu: Packetbeat: Packaging Linux arm64"
238238
key: "packaging-arm"
239239
env:
240-
PLATFORMS: "linux/arm64"
241-
PACKAGES: "docker"
240+
PLATFORMS: "+all linux/arm64"
242241
command: |
243242
.buildkite/scripts/packaging/packaging.sh packetbeat
244243
retry:

.buildkite/winlogbeat/pipeline.winlogbeat.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,6 @@ steps:
6666
key: "winlogbeat-mandatory-tests"
6767

6868
steps:
69-
- label: ":ubuntu: Winlogbeat: Crossccompile"
70-
key: "mandatory-cross-compile"
71-
command: "make -C winlogbeat crosscompile"
72-
retry:
73-
automatic:
74-
- limit: 1
75-
agents:
76-
provider: "gcp"
77-
image: "${IMAGE_UBUNTU_X86_64}"
78-
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"
79-
artifact_paths:
80-
- "winlogbeat/build/*.xml"
81-
- "winlogbeat/build/*.json"
82-
notify:
83-
- github_commit_status:
84-
context: "winlogbeat: Crosscompile"
85-
8669
- label: ":windows: Winlogbeat: Win 2019 Unit Tests"
8770
command: |
8871
Set-Location -Path winlogbeat
@@ -186,7 +169,7 @@ steps:
186169
- label: ":ubuntu: Winlogbeat: Packaging Linux"
187170
key: "packaging-linux"
188171
env:
189-
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64"
172+
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
190173
command: |
191174
.buildkite/scripts/packaging/packaging.sh winlogbeat
192175
retry:

.buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ steps:
7171

7272
- label: "Package ARM elastic-agent"
7373
env:
74-
PLATFORMS: "linux/arm64"
75-
PACKAGES: "docker"
74+
PLATFORMS: "+all linux/arm64"
7675
key: package_elastic-agent-arm
7776
command: |
7877
if [[ -z "$${MANIFEST_URL}" ]]; then

.buildkite/x-pack/elastic-agent/scripts/steps/setenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SETUP_WIN_PYTHON_VERSION="3.11.0"
99
NMAP_WIN_VERSION="7.12" # Earlier versions of NMap provide WinPcap (the winpcap packages don't install nicely because they pop-up a UI)
1010
GO_VERSION=$(cat .go-version)
1111
ASDF_MAGE_VERSION="1.15.0"
12-
PACKAGING_PLATFORMS="+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
13-
PACKAGING_ARM_PLATFORMS="linux/arm64"
12+
PACKAGING_PLATFORMS="+all linux/amd64 windows/amd64 darwin/amd64"
13+
PACKAGING_ARM_PLATFORMS="+all linux/arm64"
1414

1515
export SETUP_GVM_VERSION
1616
export DOCKER_COMPOSE_VERSION

0 commit comments

Comments
 (0)