Skip to content

Commit

Permalink
more aesthetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 25, 2024
1 parent 89f6d0c commit 9bc5bcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
if: build.branch =~ /\d+\.\d+/ || build.branch == 'main' || build.env('RUN_SNAPSHOT') == "true"
key: packaging-snapshot
steps:
- label: "{{matrix}} Packaging"
- label: "SNAPSHOT: {{matrix}}"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
Expand Down Expand Up @@ -77,7 +77,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "{{matrix}} Packaging docker Linux/arm64"
- label: "SNAPSHOT: {{matrix}} docker Linux/arm64"
env:
PLATFORMS: "${PLATFORMS_ARM}"
PACKAGES: "docker"
Expand All @@ -103,7 +103,7 @@ steps:
- x-pack/packetbeat

## Agentbeat needs more CPUs because it builds many other beats
- label: "x-pack/agentbeat Packaging"
- label: "SNAPSHOT: x-pack/agentbeat"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
Expand All @@ -121,7 +121,7 @@ steps:
## Only for release
if: build.branch =~ /\d+\.\d+/
steps:
- label: "{{matrix}} Packaging"
- label: "STAGING: {{matrix}}"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: false
Expand Down Expand Up @@ -149,7 +149,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "{{matrix}} Packaging docker Linux/arm64"
- label: "STAGING: {{matrix}} docker Linux/arm64"
env:
PLATFORMS: "${PLATFORMS_ARM}"
PACKAGES: "docker"
Expand All @@ -175,7 +175,7 @@ steps:
- x-pack/packetbeat

## Agentbeat needs more CPUs because it builds many other beats
- label: "x-pack/agentbeat Packaging"
- label: "STAGING: x-pack/agentbeat"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: false
Expand Down

0 comments on commit 9bc5bcb

Please sign in to comment.