Skip to content

Commit

Permalink
Disable Windows stages for broken tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 17, 2021
1 parent ba70127 commit 6e12966
Showing 1 changed file with 35 additions and 32 deletions.
67 changes: 35 additions & 32 deletions x-pack/heartbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,38 +35,41 @@ stages:
- "macosTest"
branches: true ## for all the branches
tags: true ## for all the tags
windows:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-2019"
windows-2016:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-2016"
windows-2012:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-2012-r2"
windows-10:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-10"
windows-2008:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
windows-8:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-8"
windows-7:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-7"
windows-7-32:
mage: "mage build test"
platforms: ## override default labels in this specific stage.
- "windows-7-32-bit"
# TODO: there are windows test failures already reported
# https://github.com/elastic/beats/issues/23957 and https://github.com/elastic/beats/issues/23958
# waiting for being fixed.
# windows:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-2019"
# windows-2016:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-2016"
# windows-2012:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-2012-r2"
# windows-10:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-10"
# windows-2008:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# windows-8:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-8"
# windows-7:
# mage: "mage build test"
# platforms: ## override default labels in this specific stage.
# - "windows-7"
# windows-7-32:
# mage: "mage build test"
# 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 6e12966

Please sign in to comment.