Skip to content

Commit

Permalink
jenkins: exclude Debian 8 from testing Node >= 13
Browse files Browse the repository at this point in the history
Ref: #1970
  • Loading branch information
rvagg committed Oct 23, 2019
1 parent 946dbdf commit e3e376e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def buildExclusions = [
[ /^centos7-ppcle/, anyType, lt(10) ],
[ /^ppcle-ubuntu/, releaseType, gte(10) ],
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
[ /debian8/, anyType, gte(13) ],
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
[ /^ubuntu1204/, anyType, gte(10) ],
[ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only
Expand Down

0 comments on commit e3e376e

Please sign in to comment.