From 9e181b4b981d41a01da9886f6578f5e7520ad729 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 18 Feb 2020 11:21:29 -0800 Subject: [PATCH] jenkins: use aix7.1 to release on 10.x --- jenkins/scripts/VersionSelectorScript.groovy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jenkins/scripts/VersionSelectorScript.groovy b/jenkins/scripts/VersionSelectorScript.groovy index a40b1fe3b..3ebf4ce54 100644 --- a/jenkins/scripts/VersionSelectorScript.groovy +++ b/jenkins/scripts/VersionSelectorScript.groovy @@ -87,10 +87,8 @@ def buildExclusions = [ [ /^smartos18/, anyType, lt(12) ], // AIX PPC64 --------------------------------------------- - [ /aix61/, anyType, lt(6) ], - [ /aix61/, anyType, gte(12) ], + [ /aix61/, anyType, gte(10) ], [ /aix71/, anyType, lt(10) ], - [ /aix71/, releaseType, lt(12) ], // Shared libs docker containers ------------------------- [ /sharedlibs_openssl111/, anyType, lt(11) ],