Skip to content

Commit

Permalink
updated pipeline (#39913)
Browse files Browse the repository at this point in the history
Updated winlogbeat pipeline to match common styling
  • Loading branch information
oakrizan authored Jun 18, 2024
1 parent 50ba112 commit 090ec6b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .buildkite/winlogbeat/pipeline.winlogbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ env:
steps:
- group: "Winlogbeat Check/Update"
key: "winlogbeat-check-update"

steps:
- label: "Run check/update"
- label: "Winlogbeat Run check/update"
command: |
make -C winlogbeat check update
make check-no-changes
Expand All @@ -41,7 +42,7 @@ steps:
notify:
- github_commit_status:
context: "winlogbeat: check/update"

- wait: ~
# with PRs, we want to run mandatory tests only if check/update step succeed
# for other cases, e.g. merge commits, we want to run mundatory test (and publish) independently of other tests
Expand All @@ -68,7 +69,7 @@ steps:
- "winlogbeat/build/*.json"
notify:
- github_commit_status:
context: "Winlogbeat: Crosscompile"
context: "winlogbeat: Crosscompile"

- label: ":windows: Winlogbeat Win-2016 Unit Tests"
command: |
Expand All @@ -89,7 +90,7 @@ steps:
- "winlogbeat/build/*.json"
notify:
- github_commit_status:
context: "Winlogbeat: Win-2016 Unit Tests"
context: "winlogbeat: Win-2016 Unit Tests"

- label: ":windows: Winlogbeat Win-2019 Unit Tests"
command: |
Expand All @@ -110,7 +111,7 @@ steps:
- "winlogbeat/build/*.json"
notify:
- github_commit_status:
context: "Winlogbeat: Win-2019 Unit Tests"
context: "winlogbeat: Win-2019 Unit Tests"

- label: ":windows: Winlogbeat Win-2022 Unit Tests"
command: |
Expand Down Expand Up @@ -157,7 +158,7 @@ steps:
- "winlogbeat/build/*.json"
notify:
- github_commit_status:
context: "Winlogbeat: Win-10 Unit Tests"
context: "winlogbeat: Win-10 Unit Tests"

- label: ":windows: Winlogbeat Win-11 Unit Tests"
command: |
Expand All @@ -178,7 +179,7 @@ steps:
- "winlogbeat/build/*.json"
notify:
- github_commit_status:
context: "Winlogbeat: Win-11 Unit Tests"
context: "winlogbeat: Win-11 Unit Tests"

- wait: ~
if: build.env("BUILDKITE_PULL_REQUEST") != "false"
Expand All @@ -187,7 +188,7 @@ steps:
- group: "Winlogbeat Packaging"
key: "winlogbeat-packaging"
steps:
- label: ":ubuntu: Winlogbeat Packaging Ubuntu x86_64"
- label: ":ubuntu: Winlogbeat Packaging Linux"
key: "packaging-linux"
command: |
cd winlogbeat
Expand All @@ -204,4 +205,4 @@ steps:
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
notify:
- github_commit_status:
context: "Winlogbeat: Packaging Ubuntu x86_64"
context: "winlogbeat: Packaging Linux"

0 comments on commit 090ec6b

Please sign in to comment.