Skip to content

Commit

Permalink
Disable windows-7-32 build for elastic-agent. See elastic#22316
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 30, 2020
1 parent fe17349 commit 57480ba
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions x-pack/elastic-agent/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ stages:
- "windows-2008"
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 x-pack/elastic-agent for windows-7-32"
labels:
- "windows-7-32"
branches: true ## for all the branches
tags: true ## for all the tags
https://github.com/elastic/beats/issues/22316
# windows-7-32: See https://github.com/elastic/beats/issues/22316
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-7-32-bit"
# when: ## Override the top-level when.
# comments:
# - "/test x-pack/elastic-agent for windows-7-32"
# labels:
# - "windows-7-32"
# branches: true ## for all the branches
# tags: true ## for all the tags

0 comments on commit 57480ba

Please sign in to comment.