25
25
steps :
26
26
- group : " Winlogbeat Check/Update"
27
27
key : " winlogbeat-check-update"
28
+
28
29
steps :
29
- - label : " Run check/update"
30
+ - label : " Winlogbeat Run check/update"
30
31
command : |
31
32
make -C winlogbeat check update
32
33
make check-no-changes
41
42
notify :
42
43
- github_commit_status :
43
44
context : " winlogbeat: check/update"
44
-
45
+
45
46
- wait : ~
46
47
# with PRs, we want to run mandatory tests only if check/update step succeed
47
48
# for other cases, e.g. merge commits, we want to run mundatory test (and publish) independently of other tests
68
69
- " winlogbeat/build/*.json"
69
70
notify :
70
71
- github_commit_status :
71
- context : " Winlogbeat : Crosscompile"
72
+ context : " winlogbeat : Crosscompile"
72
73
73
74
- label : " :windows: Winlogbeat Win-2016 Unit Tests"
74
75
command : |
89
90
- " winlogbeat/build/*.json"
90
91
notify :
91
92
- github_commit_status :
92
- context : " Winlogbeat : Win-2016 Unit Tests"
93
+ context : " winlogbeat : Win-2016 Unit Tests"
93
94
94
95
- label : " :windows: Winlogbeat Win-2019 Unit Tests"
95
96
command : |
@@ -110,7 +111,7 @@ steps:
110
111
- " winlogbeat/build/*.json"
111
112
notify :
112
113
- github_commit_status :
113
- context : " Winlogbeat : Win-2019 Unit Tests"
114
+ context : " winlogbeat : Win-2019 Unit Tests"
114
115
115
116
- label : " :windows: Winlogbeat Win-2022 Unit Tests"
116
117
command : |
@@ -157,7 +158,7 @@ steps:
157
158
- " winlogbeat/build/*.json"
158
159
notify :
159
160
- github_commit_status :
160
- context : " Winlogbeat : Win-10 Unit Tests"
161
+ context : " winlogbeat : Win-10 Unit Tests"
161
162
162
163
- label : " :windows: Winlogbeat Win-11 Unit Tests"
163
164
command : |
@@ -178,7 +179,7 @@ steps:
178
179
- " winlogbeat/build/*.json"
179
180
notify :
180
181
- github_commit_status :
181
- context : " Winlogbeat : Win-11 Unit Tests"
182
+ context : " winlogbeat : Win-11 Unit Tests"
182
183
183
184
- wait : ~
184
185
if : build.env("BUILDKITE_PULL_REQUEST") != "false"
@@ -187,7 +188,7 @@ steps:
187
188
- group : " Winlogbeat Packaging"
188
189
key : " winlogbeat-packaging"
189
190
steps :
190
- - label : " :ubuntu: Winlogbeat Packaging Ubuntu x86_64 "
191
+ - label : " :ubuntu: Winlogbeat Packaging Linux "
191
192
key : " packaging-linux"
192
193
command : |
193
194
cd winlogbeat
@@ -204,4 +205,4 @@ steps:
204
205
PLATFORMS : " +all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
205
206
notify :
206
207
- github_commit_status :
207
- context : " Winlogbeat : Packaging Ubuntu x86_64 "
208
+ context : " winlogbeat : Packaging Linux "
0 commit comments