Skip to content

Commit

Permalink
Enable jenkins testing on AIX71 (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps authored and sam-github committed Dec 19, 2019
1 parent 968c033 commit 48e9917
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ def buildExclusions = [
// PPC BE ------------------------------------------------
[ /^ppcbe-ubuntu/, anyType, gte(8) ],

// s390x -------------------------------------------------
// RHEL s390x --------------------------------------------
[ /s390x/, anyType, lt(6) ],

// AIX61 -------------------------------------------------
// AIX ppc64 ---------------------------------------------
[ /aix61/, anyType, lt(6) ],
[ /aix71/, anyType, lt(14) ],
[ /aix71/, releaseType, lt(15) ],

// Shared libs docker containers -------------------------
[ /sharedlibs_openssl111/, anyType, lt(11) ],
Expand Down

0 comments on commit 48e9917

Please sign in to comment.