Skip to content

Commit

Permalink
x-pack/metricbeat: Disable Windows 7 32 bit builder (#24339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Mar 4, 2021
1 parent 98a1cf7 commit 62d84b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ stages:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7"
windows-7-32:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-7-32-bit"
# windows-7-32 builder has been disabled due to https://github.com/elastic/beats/issues/24337
#windows-7-32:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-7-32-bit"
packaging-linux:
packaging-linux: "mage package"
e2e:
Expand Down

0 comments on commit 62d84b1

Please sign in to comment.