|
9 | 9 | GCP_HI_PERF_MACHINE_TYPE: "c2d-highcpu-16"
|
10 | 10 | GCP_WIN_MACHINE_TYPE: "n2-standard-8"
|
11 | 11 |
|
12 |
| - IMAGE_MACOS_ARM: "generic-13-ventura-arm" |
13 |
| - IMAGE_MACOS_X86_64: "generic-13-ventura-x64" |
14 | 12 | IMAGE_RHEL9_X86_64: "family/platform-ingest-beats-rhel-9"
|
15 | 13 | IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204"
|
16 | 14 | IMAGE_WIN_10: "family/platform-ingest-beats-windows-10"
|
@@ -223,54 +221,6 @@ steps:
|
223 | 221 | key: "extended-tests"
|
224 | 222 |
|
225 | 223 | steps:
|
226 |
| - - label: ":mac: Packetbeat: macOS x86_64 Unit Tests" |
227 |
| - key: "macos-x86-64-unit-tests-extended" |
228 |
| - if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*macOS.*/ |
229 |
| - command: | |
230 |
| - set -euo pipefail |
231 |
| - source .buildkite/scripts/install_macos_tools.sh |
232 |
| - cd packetbeat |
233 |
| - mage build unitTest |
234 |
| - concurrency_group: "${CONCURRENCY_GROUP}" |
235 |
| - concurrency: "${CONCURRENCY_COUNT}" |
236 |
| - concurrency_method: "${CONCURRENCY_METHOD}" |
237 |
| - retry: |
238 |
| - automatic: |
239 |
| - - limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability |
240 |
| - agents: |
241 |
| - provider: "orka" |
242 |
| - imagePrefix: "${IMAGE_MACOS_X86_64}" |
243 |
| - artifact_paths: |
244 |
| - - "packetbeat/build/*.xml" |
245 |
| - - "packetbeat/build/*.json" |
246 |
| - notify: |
247 |
| - - github_commit_status: |
248 |
| - context: "packetbeat: macOS x86_64 Unit Tests" |
249 |
| - |
250 |
| - - label: ":mac: Packetbeat: macOS arm64 Unit Tests" |
251 |
| - key: "macos-arm64-unit-tests-extended" |
252 |
| - if: build.env("GITHUB_PR_LABELS") =~ /.*(macOS|arm).*/ |
253 |
| - command: | |
254 |
| - set -euo pipefail |
255 |
| - source .buildkite/scripts/install_macos_tools.sh |
256 |
| - cd packetbeat |
257 |
| - mage build unitTest |
258 |
| - concurrency_group: "${CONCURRENCY_GROUP}" |
259 |
| - concurrency: "${CONCURRENCY_COUNT}" |
260 |
| - concurrency_method: "${CONCURRENCY_METHOD}" |
261 |
| - retry: |
262 |
| - automatic: |
263 |
| - - limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability |
264 |
| - agents: |
265 |
| - provider: "orka" |
266 |
| - imagePrefix: "${IMAGE_MACOS_ARM}" |
267 |
| - artifact_paths: |
268 |
| - - "packetbeat/build/*.xml" |
269 |
| - - "packetbeat/build/*.json" |
270 |
| - notify: |
271 |
| - - github_commit_status: |
272 |
| - context: "packetbeat: macOS arm64 Unit Tests" |
273 |
| - |
274 | 224 | - label: ":ubuntu: Packetbeat: Ubuntu arm64 Unit Tests"
|
275 | 225 | key: "linux-arm64-unit-tests-extended"
|
276 | 226 | if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*arm.*/
|
|
0 commit comments