nfs-ganesha: remove centos7 and xenial, build arm64 (centos8 only) 1799/head
authorDan Mick <dmick@redhat.com>
Fri, 9 Apr 2021 02:42:34 +0000 (19:42 -0700)
committerDan Mick <dmick@redhat.com>
Fri, 9 Apr 2021 03:18:32 +0000 (20:18 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
nfs-ganesha/config/definitions/nfs-ganesha.yml

index 82afe364ee5be76356af7f33e9d1e1494c461f2d..9926b99f61ee20f2d8ae211ec48f16d1c8922d1f 100644 (file)
 
       - string:
           name: DISTROS
-          description: "A list of distros to build for. Available options are: bionic, centos7, centos8"
-          default: "centos7 centos8 bionic"
+          description: "A list of distros to build for. Available options are: bionic, centos8"
+          default: "centos8 bionic"
 
       - string:
           name: ARCHS
-          description: "A list of architectures to build for. Available options are: x86_64, and arm64"
-          default: "x86_64"
+          description: "A list of architectures to build for. Available options are: x86_64 and arm64"
+          default: "x86_64 arm64"
 
       - bool:
           name: THROWAWAY
@@ -79,7 +79,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
           default: "/tmp/"
 
     execution-strategy:
-       combination-filter: DIST==AVAILABLE_DIST && ARCH==AVAILABLE_ARCH && (ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7" || DIST == "centos8")))
+       combination-filter: DIST==AVAILABLE_DIST && ARCH==AVAILABLE_ARCH && (ARCH=="x86_64" || (ARCH == "arm64" && DIST == "centos8"))
     axes:
       - axis:
           type: label-expression
@@ -96,9 +96,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if
           type: label-expression
           name: AVAILABLE_DIST
           values:
-            - centos7
             - centos8
-            - xenial
             - bionic
       - axis:
           type: dynamic