Skip to content

Commit f5e1e5d

Browse files
committed
jenkins: exclude centos7 for release < Node 12
1 parent cf02bff commit f5e1e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def buildExclusions = [
1818
[ /centos[67]-(arm)?(64|32)-gcc48/, anyType, gte(10) ],
1919
[ /centos[67]-(arm)?(64|32)-gcc6/, anyType, lt(10) ],
2020
[ /centos6-32-gcc6/, releaseType, gte(10) ], // 32-bit linux for <10 only
21+
[ /^centos7/, releaseType, lt(12) ],
2122
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
2223
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
2324
[ /^ubuntu1204/, anyType, gte(10) ],

0 commit comments

Comments
 (0)