Skip to content

Commit 508cac7

Browse files
AshCrippsAshCripps
AshCripps
authored and
AshCripps
committed
jenkins: enable AIX7.1 testing on v13
1 parent 2eb6db4 commit 508cac7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+3-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ def buildExclusions = [
6161

6262
// AIX ppc64 ---------------------------------------------
6363
[ /aix61/, anyType, lt(6) ],
64-
[ /aix71/, anyType, lt(14) ],
65-
[ /aix71/, releaseType, lt(15) ],
64+
[ /aix61/, releaseType, gt(13) ],
65+
[ /aix71/, anyType, lt(13) ],
66+
[ /aix71/, releaseType, lt(14) ],
6667

6768
// Shared libs docker containers -------------------------
6869
[ /sharedlibs_openssl111/, anyType, lt(11) ],

0 commit comments

Comments
 (0)