From 57480ba1c6c4c41d61d09f974b5cd0e935d48e4f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 30 Oct 2020 15:25:50 +0000 Subject: [PATCH] Disable windows-7-32 build for elastic-agent. See https://github.com/elastic/beats/issues/22316 --- x-pack/elastic-agent/Jenkinsfile.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/x-pack/elastic-agent/Jenkinsfile.yml b/x-pack/elastic-agent/Jenkinsfile.yml index c9684ce06c66..365f629037e3 100644 --- a/x-pack/elastic-agent/Jenkinsfile.yml +++ b/x-pack/elastic-agent/Jenkinsfile.yml @@ -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