Skip to content

Commit 75162fc

Browse files
AshCrippsAshCripps
AshCripps
authored and
AshCripps
committed
jenkins: remove AIX61 testing for 14.x
1 parent 55ce8c6 commit 75162fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def buildExclusions = [
6161

6262
// AIX ppc64 ---------------------------------------------
6363
[ /aix61/, anyType, lt(6) ],
64-
[ /aix61/, releaseType, gt(13) ],
64+
[ /aix61/, anyType, gt(13) ],
6565
[ /aix71/, anyType, lt(13) ],
6666
[ /aix71/, releaseType, lt(14) ],
6767

0 commit comments

Comments
 (0)