]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests-arm64: only build on bionic 1491/head
authorKefu Chai <kchai@redhat.com>
Wed, 29 Jan 2020 14:11:16 +0000 (22:11 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Jan 2020 14:11:18 +0000 (22:11 +0800)
ktdreyer/ceph-el8 is amd64 only, so to avoid failures like:

```
No matching package to install: 'python3-cherrypy'
No matching package to install: 'python3-pecan'
No matching package to install: 'python3-routes'
```

we need to disable the "make check" test on the combination of
"arm64+centos8" until these packages are packaged for arm64 or
provided by centos8.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml

index be086ddaffb9943b307d4eeec8adc172347cbbea..5ba8ded6f734c2f672a32a4dce9a4fc448843923 100644 (file)
@@ -9,7 +9,7 @@
     concurrent: true
     disabled: false
     name: ceph-pull-requests-arm64
-    node: 'arm64 && !centos7'
+    node: 'arm64 && !centos7 && !centos8'
     parameters:
     - string:
         name: ghprbPullId