@@ -120,29 +120,6 @@ tasks:
120
120
- func : run prebuild
121
121
122
122
buildvariants :
123
- - name : ubuntu2204-x64-node-16
124
- display_name : ' Ubuntu 22.04 x64 - Node 16'
125
- run_on : ubuntu2204-small
126
- expansions :
127
- has_packages : true
128
- packager_distro : ubuntu2204
129
- packager_arch : x86_64
130
- NODE_LTS_VERSION : " 16"
131
- NPM_VERSION : " 9"
132
- tasks :
133
- - run-tests-ubuntu
134
- - run-tests-ubuntu-rtld
135
- - name : ubuntu2204-x64-node-18
136
- display_name : ' Ubuntu 22.04 x64 - Node 18'
137
- run_on : ubuntu2204-small
138
- expansions :
139
- has_packages : true
140
- packager_distro : ubuntu2204
141
- packager_arch : x86_64
142
- NODE_LTS_VERSION : " 18"
143
- tasks :
144
- - run-tests-ubuntu
145
- - run-tests-ubuntu-rtld
146
123
- name : ubuntu2204-x64-node-20
147
124
display_name : ' Ubuntu 22.04 x64 - Node 20'
148
125
run_on : ubuntu2204-small
@@ -165,29 +142,6 @@ buildvariants:
165
142
tasks :
166
143
- run-tests-ubuntu
167
144
- run-tests-ubuntu-rtld
168
- - name : ubuntu2204-arm64-node-16
169
- display_name : ' Ubuntu 22.04 arm64 - Node 16'
170
- run_on : ubuntu2204-arm64-small
171
- expansions :
172
- has_packages : true
173
- packager_distro : ubuntu2204
174
- packager_arch : arm64
175
- NODE_LTS_VERSION : " 16"
176
- NPM_VERSION : " 9"
177
- tasks :
178
- - run-tests-ubuntu
179
- - run-tests-ubuntu-rtld
180
- - name : ubuntu2204-arm64-node-18
181
- display_name : ' Ubuntu 22.04 arm64 - Node 18'
182
- run_on : ubuntu2204-arm64-small
183
- expansions :
184
- has_packages : true
185
- packager_distro : ubuntu2204
186
- packager_arch : arm64
187
- NODE_LTS_VERSION : " 18"
188
- tasks :
189
- - run-tests-ubuntu
190
- - run-tests-ubuntu-rtld
191
145
- name : ubuntu2204-arm64-node-20
192
146
display_name : ' Ubuntu 22.04 arm64 - Node 20'
193
147
run_on : ubuntu2204-arm64-small
0 commit comments