Skip to content

Commit

Permalink
removed pipeline masking where irrelevant
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 4, 2024
1 parent b40a072 commit 9fd5c16
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml
Expand Up @@ -2,16 +2,14 @@
name: "beats-x-pack-dockerlogbeat"

env:
ASDF_MAGE_VERSION: 1.15.0

AWS_ARM_INSTANCE_TYPE: "m6g.xlarge"
AWS_IMAGE_UBUNTU_ARM_64: "platform-ingest-beats-ubuntu-2204-aarch64"

GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
GCP_HI_PERF_MACHINE_TYPE: "c2d-highcpu-16"
GCP_WIN_MACHINE_TYPE: "n2-standard-8"

IMAGE_MACOS_ARM: "generic-13-ventura-arm"

IMAGE_MACOS_X86_64: "generic-13-ventura-x64"
IMAGE_RHEL9_X86_64: "family/platform-ingest-beats-rhel-9"
IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204"
Expand All @@ -21,14 +19,16 @@ env:
IMAGE_WIN_2019: "family/platform-ingest-beats-windows-2019"
IMAGE_WIN_2022: "family/platform-ingest-beats-windows-2022"

# Other deps
ASDF_MAGE_VERSION: 1.15.0

steps:
- group: "x-pack/dockerlogbeat Mandatory Tests"
key: "x-pack-dockerlogbeat-mandatory-tests"
steps:
- label: ":ubuntu: x-pack/dockerlogbeat Ubuntu Unit Tests"
key: "mandatory-linux-unit-test"
command: |
set -euo pipefail
cd x-pack/dockerlogbeat
mage build unitTest
retry:
Expand Down Expand Up @@ -89,7 +89,6 @@ steps:
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
SNAPSHOT: true
command: |
set -euo pipefail
cd x-pack/dockerlogbeat
mage package
agents:
Expand All @@ -107,7 +106,6 @@ steps:
PACKAGES: "docker"
SNAPSHOT: true
command: |
set -euo pipefail
cd x-pack/dockerlogbeat
mage package
agents:
Expand Down

0 comments on commit 9fd5c16

Please sign in to comment.