From 8161f6c19fa3642cf15b1504febdcf6980e1bc5d Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 23 Feb 2021 09:09:02 -0500 Subject: [PATCH] Update ceph ARCH defaults Signed-off-by: David Galloway --- ceph-dev-new/config/definitions/ceph-dev-new.yml | 2 +- ceph-dev/config/definitions/ceph-dev.yml | 2 +- ceph/config/definitions/ceph.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index 19b41d42..4a769d70 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -26,7 +26,7 @@ - string: name: DISTROS description: "A list of distros to build for. Available options are: centos8, centos7, centos6, focal, bionic, xenial, trusty, precise, wheezy, and jessie" - default: "focal bionic xenial trusty centos7 centos8" + default: "focal bionic centos7 centos8" - string: name: ARCHS diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 793039c0..03eed52e 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -26,7 +26,7 @@ - string: name: DISTROS description: "A list of distros to build for. Available options are: centos7, centos6, focal, bionic, xenial, trusty, precise, wheezy, and jessie" - default: "focal bionic xenial trusty centos7" + default: "focal bionic centos7 centos8" - string: name: ARCHS diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index c4e017ec..1d4beb00 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -73,12 +73,12 @@ Defaults to un-checked" - string: name: DISTROS description: "A list of distros to build for. Available options are: centos8, centos7, centos6, focal, bionic, xenial, trusty, precise, wheezy, and jessie" - default: "focal bionic xenial centos7 centos8" + default: "focal bionic centos7 centos8 buster" - string: name: ARCHS description: "A list of architectures to build for. Available options are: x86_64, and arm64" - default: "x86_64" + default: "x86_64 arm64" builders: - multijob: -- 2.47.3