diff --git a/x-pack/heartbeat/Jenkinsfile.yml b/x-pack/heartbeat/Jenkinsfile.yml index 8e26bb884811..3cd24f2c2b70 100644 --- a/x-pack/heartbeat/Jenkinsfile.yml +++ b/x-pack/heartbeat/Jenkinsfile.yml @@ -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: