Skip to content

Commit

Permalink
Enable filebeat since elastic#19641 was fixed temporarily by disablin…
Browse files Browse the repository at this point in the history
…g those tests
  • Loading branch information
v1v committed Oct 15, 2020
1 parent b359f40 commit d809966
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ stages:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2019"
#- "windows-7-32-bit" https://github.com/elastic/beats/issues/19795
windows-2016:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand All @@ -58,3 +57,14 @@ stages:
- "windows-2016"
branches: true ## for all the branches
tags: true ## for all the tags
windows-7-32:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7-32-bit"
when: ## Override the top-level when.
comments:
- "/test filebeat for windows-7-32"
labels:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags

0 comments on commit d809966

Please sign in to comment.