Skip to content

Commit 060809a

Browse files
authored
ci: no ubuntu1?04-32 since node 10 (#1498)
PR-URL: #1498 Refs: #885 Refs: #1499 Reviewed-By: Matheus Marchini <matheus@sthima.com>
1 parent 9957995 commit 060809a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def buildExclusions = [
2020
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
2121
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
2222
[ /^ubuntu1204/, anyType, gte(10) ],
23+
[ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only
24+
[ /^ubuntu1604-32/, anyType, gte(10) ], // 32-bit linux for <10 only
2325

2426
// ARM --------------------------------------------------
2527
[ /^debian7-docker-armv7$/, anyType, gte(10) ],

0 commit comments

Comments
 (0)