Skip to content

Commit 090ec6b

Browse files
authored
updated pipeline (#39913)
Updated winlogbeat pipeline to match common styling
1 parent 50ba112 commit 090ec6b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.buildkite/winlogbeat/pipeline.winlogbeat.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ env:
2525
steps:
2626
- group: "Winlogbeat Check/Update"
2727
key: "winlogbeat-check-update"
28+
2829
steps:
29-
- label: "Run check/update"
30+
- label: "Winlogbeat Run check/update"
3031
command: |
3132
make -C winlogbeat check update
3233
make check-no-changes
@@ -41,7 +42,7 @@ steps:
4142
notify:
4243
- github_commit_status:
4344
context: "winlogbeat: check/update"
44-
45+
4546
- wait: ~
4647
# with PRs, we want to run mandatory tests only if check/update step succeed
4748
# for other cases, e.g. merge commits, we want to run mundatory test (and publish) independently of other tests
@@ -68,7 +69,7 @@ steps:
6869
- "winlogbeat/build/*.json"
6970
notify:
7071
- github_commit_status:
71-
context: "Winlogbeat: Crosscompile"
72+
context: "winlogbeat: Crosscompile"
7273

7374
- label: ":windows: Winlogbeat Win-2016 Unit Tests"
7475
command: |
@@ -89,7 +90,7 @@ steps:
8990
- "winlogbeat/build/*.json"
9091
notify:
9192
- github_commit_status:
92-
context: "Winlogbeat: Win-2016 Unit Tests"
93+
context: "winlogbeat: Win-2016 Unit Tests"
9394

9495
- label: ":windows: Winlogbeat Win-2019 Unit Tests"
9596
command: |
@@ -110,7 +111,7 @@ steps:
110111
- "winlogbeat/build/*.json"
111112
notify:
112113
- github_commit_status:
113-
context: "Winlogbeat: Win-2019 Unit Tests"
114+
context: "winlogbeat: Win-2019 Unit Tests"
114115

115116
- label: ":windows: Winlogbeat Win-2022 Unit Tests"
116117
command: |
@@ -157,7 +158,7 @@ steps:
157158
- "winlogbeat/build/*.json"
158159
notify:
159160
- github_commit_status:
160-
context: "Winlogbeat: Win-10 Unit Tests"
161+
context: "winlogbeat: Win-10 Unit Tests"
161162

162163
- label: ":windows: Winlogbeat Win-11 Unit Tests"
163164
command: |
@@ -178,7 +179,7 @@ steps:
178179
- "winlogbeat/build/*.json"
179180
notify:
180181
- github_commit_status:
181-
context: "Winlogbeat: Win-11 Unit Tests"
182+
context: "winlogbeat: Win-11 Unit Tests"
182183

183184
- wait: ~
184185
if: build.env("BUILDKITE_PULL_REQUEST") != "false"
@@ -187,7 +188,7 @@ steps:
187188
- group: "Winlogbeat Packaging"
188189
key: "winlogbeat-packaging"
189190
steps:
190-
- label: ":ubuntu: Winlogbeat Packaging Ubuntu x86_64"
191+
- label: ":ubuntu: Winlogbeat Packaging Linux"
191192
key: "packaging-linux"
192193
command: |
193194
cd winlogbeat
@@ -204,4 +205,4 @@ steps:
204205
PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
205206
notify:
206207
- github_commit_status:
207-
context: "Winlogbeat: Packaging Ubuntu x86_64"
208+
context: "winlogbeat: Packaging Linux"

0 commit comments

Comments
 (0)