Skip to content

Commit

Permalink
jenkins: drop smartos builds from release for 14+ (#2283)
Browse files Browse the repository at this point in the history
Ref: #2168
  • Loading branch information
rvagg committed Apr 12, 2020
1 parent 43f4c75 commit 29eb7f8
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 @@ -88,6 +88,7 @@ def buildExclusions = [
[ /^smartos17/, anyType, lt(10) ],
[ /^smartos17/, anyType, gte(12) ],
[ /^smartos18/, anyType, lt(12) ],
[ /^smartos18/, releaseType, gte(14) ],

// AIX PPC64 ---------------------------------------------
[ /aix61/, anyType, gte(10) ],
Expand Down

0 comments on commit 29eb7f8

Please sign in to comment.