Skip to content

Commit

Permalink
ci: no ubuntu1?04-32 since node 10 (#1498)
Browse files Browse the repository at this point in the history
PR-URL: #1498
Refs: #885
Refs: #1499
Reviewed-By: Matheus Marchini <[email protected]>
  • Loading branch information
refack authored Sep 18, 2018
1 parent 9957995 commit 060809a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def buildExclusions = [
[ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only
[ /^ubuntu1804/, anyType, lt(10) ], // probably temporary
[ /^ubuntu1204/, anyType, gte(10) ],
[ /^ubuntu1404-32/, anyType, gte(10) ], // 32-bit linux for <10 only
[ /^ubuntu1604-32/, anyType, gte(10) ], // 32-bit linux for <10 only

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

0 comments on commit 060809a

Please sign in to comment.