Skip to content

Commit

Permalink
Disable windows-7-32 build for filebeats. See elastic#22315
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 30, 2020
1 parent 7f60fb1 commit fe17349
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ stages:
- "windows-10"
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
# windows-7-32: See https://github.com/elastic/beats/issues/22315
# 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 fe17349

Please sign in to comment.