From 48e99171cb768e4483a3d1afc5eca4345accf9b0 Mon Sep 17 00:00:00 2001 From: Ash Cripps Date: Thu, 19 Dec 2019 21:00:43 +0000 Subject: [PATCH] Enable jenkins testing on AIX71 (#2098) --- jenkins/scripts/VersionSelectorScript.groovy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jenkins/scripts/VersionSelectorScript.groovy b/jenkins/scripts/VersionSelectorScript.groovy index 986e4fef9..a65200547 100644 --- a/jenkins/scripts/VersionSelectorScript.groovy +++ b/jenkins/scripts/VersionSelectorScript.groovy @@ -56,11 +56,13 @@ def buildExclusions = [ // PPC BE ------------------------------------------------ [ /^ppcbe-ubuntu/, anyType, gte(8) ], - // s390x ------------------------------------------------- + // RHEL s390x -------------------------------------------- [ /s390x/, anyType, lt(6) ], - // AIX61 ------------------------------------------------- + // AIX ppc64 --------------------------------------------- [ /aix61/, anyType, lt(6) ], + [ /aix71/, anyType, lt(14) ], + [ /aix71/, releaseType, lt(15) ], // Shared libs docker containers ------------------------- [ /sharedlibs_openssl111/, anyType, lt(11) ],