Skip to content

Commit

Permalink
Disable windows-2008-r2 builds as they fail setup. (#32362)
Browse files Browse the repository at this point in the history
Windows 2008 R2 is EOL, and is the same underlying OS as Windows 7 which
for some reason still works.

Removing it from the build while we work out how to fix the setup
issues.
  • Loading branch information
cmacknz authored Jul 18, 2022
1 parent 878fc2b commit 08168b7
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 55 deletions.
11 changes: 6 additions & 5 deletions metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-8"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-7:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-2012-r2"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-10:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/auditbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/elastic-agent/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/filebeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/functionbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/metricbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/osquerybeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/packetbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down
11 changes: 6 additions & 5 deletions x-pack/winlogbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ stages:
platforms: ## override default labels in this specific stage.
- "windows-10"
stage: extended_win
windows-2008:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
- "windows-2008-r2"
stage: extended_win
# EOL: can't install terraform https://github.com/elastic/beats/issues/32327
# windows-2008:
# mage: "mage build unitTest"
# platforms: ## override default labels in this specific stage.
# - "windows-2008-r2"
# stage: extended_win
windows-8:
mage: "mage build unitTest"
platforms: ## override default labels in this specific stage.
Expand Down

0 comments on commit 08168b7

Please sign in to comment.