Skip to content

Commit 2f61fa8

Browse files
committed
[CI] support windows-2008-r2 (elastic#19791)
1 parent 55b720a commit 2f61fa8

File tree

13 files changed

+103
-1
lines changed

13 files changed

+103
-1
lines changed

auditbeat/Jenkinsfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ stages:
4747
mage: "mage build unitTest"
4848
platforms: ## override default labels in this specific stage.
4949
- "windows-2019"
50+
#- "windows-2008-r2" https://github.com/elastic/beats/issues/19799
5051
windows-2016:
5152
mage: "mage build unitTest"
5253
platforms: ## override default labels in this specific stage.

filebeat/Jenkinsfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ stages:
4646
mage: "mage build unitTest"
4747
platforms: ## override default labels in this specific stage.
4848
- "windows-2019"
49+
#- "windows-2008-r2" https://github.com/elastic/beats/issues/19795
4950
windows-2016:
5051
mage: "mage build unitTest"
5152
platforms: ## override default labels in this specific stage.

heartbeat/Jenkinsfile.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,14 @@ stages:
7878
- "windows-10"
7979
branches: true ## for all the branches
8080
tags: true ## for all the tags
81-
81+
windows-2008:
82+
mage: "mage build unitTest"
83+
platforms: ## override default labels in this specific stage.
84+
- "windows-2008-r2"
85+
when: ## Override the top-level when.
86+
comments:
87+
- "/test heartbeat for windows-2008"
88+
labels:
89+
- "windows-2008"
90+
branches: true ## for all the branches
91+
tags: true ## for all the tag

metricbeat/Jenkinsfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ stages:
4040
mage: "mage build unitTest"
4141
platforms: ## override default labels in this specific stage.
4242
- "windows-2019"
43+
#- "windows-2008-r2" https://github.com/elastic/beats/issues/19800
4344
windows-2016:
4445
mage: "mage build unitTest"
4546
platforms: ## override default labels in this specific stage.

packetbeat/Jenkinsfile.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,14 @@ stages:
7878
- "windows-10"
7979
branches: true ## for all the branches
8080
tags: true ## for all the tags
81+
windows-2008:
82+
mage: "mage build unitTest"
83+
platforms: ## override default labels in this specific stage.
84+
- "windows-2008-r2"
85+
when: ## Override the top-level when.
86+
comments:
87+
- "/test packetbeat for windows-2008"
88+
labels:
89+
- "windows-2008"
90+
branches: true ## for all the branches
91+
tags: true ## for all the tags

winlogbeat/Jenkinsfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ stages:
1919
mage: "mage build unitTest"
2020
platforms: ## override default labels in this specific stage.
2121
- "windows-2019"
22+
#- "windows-2008-r2" https://github.com/elastic/beats/issues/19798
2223
windows-2016:
2324
mage: "mage build unitTest"
2425
platforms: ## override default labels in this specific stage.

x-pack/auditbeat/Jenkinsfile.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,14 @@ stages:
7979
- "windows-10"
8080
branches: true ## for all the branches
8181
tags: true ## for all the tags
82+
windows-2008:
83+
mage: "mage build unitTest"
84+
platforms: ## override default labels in this specific stage.
85+
- "windows-2008-r2"
86+
when: ## Override the top-level when.
87+
comments:
88+
- "/test auditbeat for windows-2008"
89+
labels:
90+
- "windows-2008"
91+
branches: true ## for all the branches
92+
tags: true ## for all the tags

x-pack/elastic-agent/Jenkinsfile.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,14 @@ stages:
7878
- "windows-10"
7979
branches: true ## for all the branches
8080
tags: true ## for all the tags
81+
windows-2008:
82+
mage: "mage build unitTest"
83+
platforms: ## override default labels in this specific stage.
84+
- "windows-2008-r2"
85+
when: ## Override the top-level when.
86+
comments:
87+
- "/test x-pack/elastic-agent for windows-2008"
88+
labels:
89+
- "windows-2008"
90+
branches: true ## for all the branches
91+
tags: true ## for all the tags

x-pack/filebeat/Jenkinsfile.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,14 @@ stages:
7979
- "windows-10"
8080
branches: true ## for all the branches
8181
tags: true ## for all the tags
82+
windows-2008:
83+
mage: "mage build unitTest"
84+
platforms: ## override default labels in this specific stage.
85+
- "windows-2008-r2"
86+
when: ## Override the top-level when.
87+
comments:
88+
- "/test x-pack/filebeat for windows-2008"
89+
labels:
90+
- "windows-2008"
91+
branches: true ## for all the branches
92+
tags: true ## for all the tags

x-pack/functionbeat/Jenkinsfile.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@ stages:
7676
- "windows-10"
7777
branches: true ## for all the branches
7878
tags: true ## for all the tags
79+
windows-2008:
80+
mage: "mage build unitTest"
81+
platforms: ## override default labels in this specific stage.
82+
- "windows-2008-r2"
83+
when: ## Override the top-level when.
84+
comments:
85+
- "/test x-pack/functionbeat for windows-2008"
86+
labels:
87+
- "windows-2008"
88+
branches: true ## for all the branches
89+
tags: true ## for all the tags

0 commit comments

Comments
 (0)