Skip to content

Commit a9853e4

Browse files
author
Ash Cripps
authored
jenkins: stop testing 16.x on AIX71 (#2642)
1 parent 8bc478b commit a9853e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def buildExclusions = [
9292

9393
// AIX PPC64 ---------------------------------------------
9494
[ /aix71/, anyType, lt(10) ],
95-
[ /aix71/, releaseType, gte(15) ],
95+
[ /aix71/, anyType, gte(15) ],
9696
[ /aix72/, anyType, lt(15) ],
9797

9898
// Shared libs docker containers -------------------------

0 commit comments

Comments
 (0)