Skip to content

Commit 17416f9

Browse files
cmacknzv1v
andauthored
Update renaming arm labels (#35885)
* ci: use ubuntu-22 for the aarch64 workers (#34383) * Update arm platform for elastic-agent. --------- Co-authored-by: Victor Martinez <[email protected]>
1 parent f6a50ba commit 17416f9

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

auditbeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test auditbeat for arm"
@@ -108,7 +108,7 @@ stages:
108108
e2e:
109109
enabled: false
110110
platforms: ## override default label in this specific stage.
111-
- "arm"
111+
- "ubuntu-2204-aarch64"
112112
stage: packaging
113113
when:
114114
branches: false ## Only on a PR basis for the time being

filebeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test filebeat for arm"
@@ -112,7 +112,7 @@ stages:
112112
e2e:
113113
enabled: false
114114
platforms: ## override default label in this specific stage.
115-
- "arm"
115+
- "ubuntu-2204-aarch64"
116116
stage: packaging
117117
when:
118118
branches: false ## Only on a PR basis for the time being

heartbeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test heartbeat for arm"
@@ -102,7 +102,7 @@ stages:
102102
e2e:
103103
enabled: false
104104
platforms: ## override default label in this specific stage.
105-
- "arm"
105+
- "ubuntu-2204-aarch64"
106106
stage: packaging
107107
when:
108108
branches: false ## Only on a PR basis for the time being

libbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stages:
1515
arm:
1616
mage: "mage build unitTest"
1717
platforms: ## override default label in this specific stage.
18-
- "arm"
18+
- "ubuntu-2204-aarch64"
1919
when: ## Override the top-level when.
2020
comments:
2121
- "/test libbeat for arm"

metricbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stages:
9898
e2e:
9999
enabled: false
100100
platforms: ## override default label in this specific stage.
101-
- "arm"
101+
- "ubuntu-2204-aarch64"
102102
stage: packaging
103103
when:
104104
branches: false ## Only on a PR basis for the time being

packetbeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test packetbeat for arm"
@@ -100,7 +100,7 @@ stages:
100100
e2e:
101101
enabled: false
102102
platforms: ## override default label in this specific stage.
103-
- "arm"
103+
- "ubuntu-2204-aarch64"
104104
stage: packaging
105105
when:
106106
branches: false ## Only on a PR basis for the time being

x-pack/auditbeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test x-pack/auditbeat for arm"
@@ -101,7 +101,7 @@ stages:
101101
e2e:
102102
enabled: false
103103
platforms: ## override default label in this specific stage.
104-
- "arm"
104+
- "ubuntu-2204-aarch64"
105105
stage: packaging
106106
when:
107107
branches: false ## Only on a PR basis for the time being

x-pack/dockerlogbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ stages:
3636
e2e:
3737
enabled: false
3838
platforms: ## override default label in this specific stage.
39-
- "arm"
39+
- "ubuntu-2204-aarch64"
4040
stage: packaging
4141
when:
4242
branches: false ## Only on a PR basis for the time being

x-pack/elastic-agent/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stages:
2222
arm:
2323
mage: "mage build unitTest"
2424
platforms: ## override default label in this specific stage.
25-
- "arm"
25+
- "ubuntu-2204-aarch64"
2626
when: ## Override the top-level when.
2727
comments:
2828
- "/test x-pack/elastic-agent for arm"
@@ -107,7 +107,7 @@ stages:
107107
e2e:
108108
enabled: false
109109
platforms: ## override default label in this specific stage.
110-
- "arm"
110+
- "ubuntu-2204-aarch64"
111111
stage: packaging
112112
when:
113113
branches: false ## Only on a PR basis for the time being

x-pack/filebeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stages:
1717
arm:
1818
mage: "mage build unitTest"
1919
platforms: ## override default label in this specific stage.
20-
- "arm"
20+
- "ubuntu-2204-aarch64"
2121
when: ## Override the top-level when.
2222
comments:
2323
- "/test x-pack/filebeat for arm"
@@ -142,7 +142,7 @@ stages:
142142
e2e:
143143
enabled: false
144144
platforms: ## override default label in this specific stage.
145-
- "arm"
145+
- "ubuntu-2204-aarch64"
146146
stage: packaging
147147
when:
148148
branches: false ## Only on a PR basis for the time being

x-pack/functionbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test x-pack/functionbeat for arm"

x-pack/heartbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ stages:
9191
e2e:
9292
enabled: false
9393
platforms: ## override default label in this specific stage.
94-
- "arm"
94+
- "ubuntu-2204-aarch64"
9595
stage: packaging
9696
when:
9797
branches: false ## Only on a PR basis for the time being

x-pack/libbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test x-pack/libbeat for arm"

x-pack/metricbeat/Jenkinsfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ stages:
122122
e2e:
123123
enabled: false
124124
platforms: ## override default label in this specific stage.
125-
- "arm"
125+
- "ubuntu-2204-aarch64"
126126
stage: packaging
127127
when:
128128
branches: false ## Only on a PR basis for the time being

x-pack/packetbeat/Jenkinsfile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616
arm:
1717
mage: "mage build unitTest"
1818
platforms: ## override default label in this specific stage.
19-
- "arm"
19+
- "ubuntu-2204-aarch64"
2020
when: ## Override the top-level when.
2121
comments:
2222
- "/test x-pack/packetbeat for arm"
@@ -101,7 +101,7 @@ stages:
101101
e2e:
102102
enabled: false
103103
platforms: ## override default label in this specific stage.
104-
- "arm"
104+
- "ubuntu-2204-aarch64"
105105
stage: packaging
106106
when:
107107
branches: false ## Only on a PR basis for the time being

0 commit comments

Comments
 (0)