Skip to content

Commit

Permalink
aesthetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 25, 2024
1 parent acbc1a7 commit 89f6d0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: "SNAPSHOT: {{matrix}}/Packaging cross architecture artifacts"
- label: "{{matrix}} Packaging"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
Expand Down Expand Up @@ -77,7 +77,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "SNAPSHOT: {{matrix}}/Packaging docker artifacts for Linux/arm64"
- label: "{{matrix}} Packaging 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: "SNAPSHOT: x-pack/agentbeat/Packaging cross architecture artifacts"
- label: "x-pack/agentbeat Packaging"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: true
Expand All @@ -115,13 +115,13 @@ steps:
artifact_paths:
- build/distributions/**/*

- group: Packaging staging
- group: Packaging Staging

key: packaging-staging
## Only for release
if: build.branch =~ /\d+\.\d+/
steps:
- label: "STAGING: {{matrix}}/Packaging cross architecture artifacts"
- label: "{{matrix}} Packaging"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: false
Expand Down Expand Up @@ -149,7 +149,7 @@ steps:
- x-pack/packetbeat
- x-pack/winlogbeat

- label: "STAGING: {{matrix}}/Packaging docker artifacts for Linux/arm64"
- label: "{{matrix}} Packaging 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: "STAGING: x-pack/agentbeat/Packaging cross architecture artifacts"
- label: "x-pack/agentbeat Packaging"
env:
PLATFORMS: "${PLATFORMS}"
SNAPSHOT: false
Expand Down

0 comments on commit 89f6d0c

Please sign in to comment.