]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-*: build for centos8
authorKefu Chai <kchai@redhat.com>
Fri, 4 Oct 2019 18:19:34 +0000 (02:19 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 4 Oct 2019 19:17:08 +0000 (03:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml
ceph-dev-new-trigger/config/definitions/ceph-dev-new-trigger.yml
ceph-dev-new/config/definitions/ceph-dev-new.yml

index b29a515c88bdffdd012b768ea1c59f74af99cea7..9c0d31be23b66d448e068b3979bd689c38016e57 100644 (file)
@@ -27,7 +27,7 @@
     execution-strategy:
        combination-filter: |
          DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
-         (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7"].contains(DIST)))
+         (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7", "centos8"].contains(DIST)))
     axes:
       - axis:
           type: label-expression
             - trusty
             - xenial
             - bionic
-            - centos7
             - jessie
             - precise
             - centos6
+            - centos7
+            - centos8
             - wheezy
             - leap15
       - axis:
index c63b7db49fe09330cd5923493afc1050a788e2e1..d1760f5c7aa4264dbd5516fa99752a80c9007436 100644 (file)
@@ -85,7 +85,7 @@
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
                     FORCE=True
-                    DISTROS=bionic centos7 leap15
+                    DISTROS=bionic centos7 centos8 leap15
                 - project: 'ceph-dev-new'
                   predefined-parameters: |
                     BRANCH=${GIT_BRANCH}
index deae87fb4ef4e47f5104eaf215db90736068f627..83e9d92d177e767677ffb3d30609ac80446e06b1 100644 (file)
@@ -25,8 +25,8 @@
 
       - string:
           name: DISTROS
-          description: "A list of distros to build for. Available options are: centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie"
-          default: "bionic xenial trusty centos7"
+          description: "A list of distros to build for. Available options are: centos8, centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie"
+          default: "bionic xenial trusty centos7 centos8"
 
       - string:
           name: ARCHS