Skip to content

Commit e3f54d2

Browse files
committed
jenkins: skip ubuntu1804-arm64 on Node.js >=21
We already have coverage for Ubuntu 20.04. Refs: nodejs#3317
1 parent 7f78d80 commit e3f54d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def buildExclusions = [
3535
[ /^centos7-ppcle/, anyType, gte(18) ],
3636

3737
// ARM --------------------------------------------------
38+
[ /^ubuntu1804-arm64/, anyType, gte(21) ],
3839
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-4.9/, anyType, gte(16) ],
3940
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(16) ],
4041
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(16) ],

0 commit comments

Comments
 (0)