]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph*build: Update combination filter for bionic/centos8 ARM64 1530/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 17 Mar 2020 21:07:34 +0000 (17:07 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 17 Mar 2020 21:07:34 +0000 (17:07 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-build/config/definitions/ceph-build.yml
ceph-dev-build/config/definitions/ceph-dev-build.yml
ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml

index c0a6af2394e52f2e2c66620fa383b725c2f98ecb..45bd087af8a04b448e443ac0be93fcf784043774 100644 (file)
@@ -12,7 +12,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", "bionic", "centos7", "centos8"].contains(DIST)))
     axes:
       - axis:
           type: label-expression
index 85025db684bec2b586ab592ebfb3774b74a779c5..1beafba1b6716caa0679bec89a95cec6d757c0ff 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", "bionic", "centos7", "centos8"].contains(DIST)))
     axes:
       - axis:
           type: label-expression
index bd34055657bb930d2d067f11a16a79a526f83158..528a9610acfdc0539d156fe9c9dd3cc61abc0c1a 100644 (file)
@@ -27,7 +27,7 @@
     execution-strategy:
        combination-filter: |
          DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
-         (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7", "centos8"].contains(DIST)))
+         (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "bionic", "centos7", "centos8"].contains(DIST)))
     axes:
       - axis:
           type: label-expression