diff --git a/.buildkite/auditbeat/auditbeat-pipeline.yml b/.buildkite/auditbeat/auditbeat-pipeline.yml index fc808928d0d2..604d13a86c48 100644 --- a/.buildkite/auditbeat/auditbeat-pipeline.yml +++ b/.buildkite/auditbeat/auditbeat-pipeline.yml @@ -182,20 +182,6 @@ steps: - github_commit_status: context: "auditbeat: Win 2022 Unit Tests" - - label: ":ubuntu: Auditbeat: Crosscompile" - command: | - make -C auditbeat crosscompile - retry: - automatic: - - limit: 1 - agents: - provider: "gcp" - image: "${IMAGE_UBUNTU_2204_X86_64}" - machineType: "${GCP_HI_PERF_MACHINE_TYPE}" - notify: - - github_commit_status: - context: "auditbeat: Crosscompile" - - group: "Extended Tests" key: "auditbeat-extended-tests" if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*(macOS|arm|integrations).*/ diff --git a/.buildkite/libbeat/pipeline.libbeat.yml b/.buildkite/libbeat/pipeline.libbeat.yml index 67f7628861e5..24bd69ab294d 100644 --- a/.buildkite/libbeat/pipeline.libbeat.yml +++ b/.buildkite/libbeat/pipeline.libbeat.yml @@ -139,26 +139,6 @@ steps: - github_commit_status: context: "libbeat: Python Integration Tests" - - label: ":ubuntu: Libbeat: Crosscompile" - key: "mandatory-cross-compile" - command: | - set -euo pipefail - cd libbeat - make crosscompile - retry: - automatic: - - limit: 1 - agents: - provider: "gcp" - image: "${IMAGE_UBUNTU_X86_64}" - machineType: "${GCP_HI_PERF_MACHINE_TYPE}" - artifact_paths: - - "libbeat/build/*.xml" - - "libbeat/build/*.json" - notify: - - github_commit_status: - context: "libbeat: Crosscompile" - - label: ":ubuntu: Libbeat: Stress Tests" key: "mandatory-stress-test" command: | diff --git a/.buildkite/metricbeat/pipeline.yml b/.buildkite/metricbeat/pipeline.yml index 740c5d19f50b..209c91bb8200 100644 --- a/.buildkite/metricbeat/pipeline.yml +++ b/.buildkite/metricbeat/pipeline.yml @@ -163,25 +163,6 @@ steps: - github_commit_status: context: "metricbeat: Python Integration Tests" - - label: ":ubuntu: Metricbeat: Crosscompile" - key: "mandatory-cross-compile" - command: | - source .buildkite/scripts/qemu.sh - make -C metricbeat crosscompile - retry: - automatic: - - limit: 1 - agents: - provider: "gcp" - image: "${IMAGE_UBUNTU_X86_64}" - machineType: "${GCP_DEFAULT_MACHINE_TYPE}" - artifact_paths: - - "metricbeat/build/*.xml" - - "metricbeat/build/*.json" - notify: - - github_commit_status: - context: "metricbeat: Crosscompile" - - label: ":windows: Metricbeat: Win 2016 Unit Tests" command: | Set-Location -Path metricbeat diff --git a/.buildkite/winlogbeat/pipeline.winlogbeat.yml b/.buildkite/winlogbeat/pipeline.winlogbeat.yml index 4a6cae4d25b7..1a47649d0b08 100644 --- a/.buildkite/winlogbeat/pipeline.winlogbeat.yml +++ b/.buildkite/winlogbeat/pipeline.winlogbeat.yml @@ -68,22 +68,6 @@ steps: key: "winlogbeat-mandatory-tests" steps: - - label: ":ubuntu: Winlogbeat: Crossccompile" - key: "mandatory-cross-compile" - command: "make -C winlogbeat crosscompile" - retry: - automatic: - - limit: 1 - agents: - provider: "gcp" - image: "${IMAGE_UBUNTU_X86_64}" - machineType: "${GCP_DEFAULT_MACHINE_TYPE}" - artifact_paths: - - "winlogbeat/build/*.xml" - - "winlogbeat/build/*.json" - notify: - - github_commit_status: - context: "winlogbeat: Crosscompile" - label: ":windows: Winlogbeat: Win 2016 Unit Tests" command: |