Skip to content

Commit 48e9917

Browse files
Ash Crippssam-github
Ash Cripps
authored andcommitted
Enable jenkins testing on AIX71 (#2098)
1 parent 968c033 commit 48e9917

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ def buildExclusions = [
5656
// PPC BE ------------------------------------------------
5757
[ /^ppcbe-ubuntu/, anyType, gte(8) ],
5858

59-
// s390x -------------------------------------------------
59+
// RHEL s390x --------------------------------------------
6060
[ /s390x/, anyType, lt(6) ],
6161

62-
// AIX61 -------------------------------------------------
62+
// AIX ppc64 ---------------------------------------------
6363
[ /aix61/, anyType, lt(6) ],
64+
[ /aix71/, anyType, lt(14) ],
65+
[ /aix71/, releaseType, lt(15) ],
6466

6567
// Shared libs docker containers -------------------------
6668
[ /sharedlibs_openssl111/, anyType, lt(11) ],

0 commit comments

Comments
 (0)