When containerized, we need a newer podman. Limit to these
nodes for now; eventually that will cover almost every node
as we transition to noble from jammy.
Signed-off-by: Dan Mick <dan.mick@redhat.com>
concurrent: true
disabled: false
name: ceph-pull-requests-arm64
- node: 'arm64 && !centos7 && !centos8 && !centos9'
+ node: 'arm64 && (noble || centos9)'
parameters:
- string:
name: ghprbPullId
defaults: global
concurrent: true
# We want make check to only run on Bionic b/c it has python2 and python3 and b/c all builds should build on Bionic
- node: huge && bionic && x86_64 && !smithi
+ node: x86_64 && (noble || centos9)
display-name: 'ceph: Pull Requests'
quiet-period: 5
block-downstream: false