Skip to content

Commit c273a3a

Browse files
committed
jenkins: exclude Debian 8 from testing Node >= 13
Ref: #1970
1 parent f060da4 commit c273a3a

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
@@ -22,6 +22,7 @@ def buildExclusions = [
2222
[ /^centos7-ppcle/, anyType, lt(10) ],
2323
[ /^ppcle-ubuntu/, releaseType, gte(10) ],
2424
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
25+
[ /debian8/, anyType, gte(13) ],
2526
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
2627
[ /^ubuntu1204/, anyType, gte(10) ],
2728
[ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only

0 commit comments

Comments
 (0)