File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ projects:
88 - " libbeat"
99 - " metricbeat"
1010 - " packetbeat"
11- # # - "winlogbeat" See https://github.com/elastic/beats/issues/22046
11+ - " winlogbeat"
1212 - " x-pack/auditbeat"
1313 - " x-pack/dockerlogbeat"
1414 - " x-pack/elastic-agent"
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ stages:
4141 - " windows-2012"
4242 branches : true # # for all the branches
4343 tags : true # # for all the tags
44- windows-10 :
45- mage : " mage build unitTest"
46- platforms : # # override default labels in this specific stage.
47- - " windows-10"
48- when : # # Override the top-level when.
49- comments :
50- - " /test winlogbeat for windows-10"
51- labels :
52- - " windows-10"
53- branches : true # # for all the branches
54- tags : true # # for all the tags
44+ # windows-10: See https://github.com/elastic/beats/issues/22046
45+ # mage: "mage build unitTest"
46+ # platforms: ## override default labels in this specific stage.
47+ # - "windows-10"
48+ # when: ## Override the top-level when.
49+ # comments:
50+ # - "/test winlogbeat for windows-10"
51+ # labels:
52+ # - "windows-10"
53+ # branches: true ## for all the branches
54+ # tags: true ## for all the tags
You can’t perform that action at this time.
0 commit comments