From 3ccc5439ac70feed236dc9fa18cec0ad7417b9b8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 11 Mar 2020 16:28:12 -0400 Subject: [PATCH] ceph*build: Only build on new braggi builders This may need to change in the future if jobs start getting backed up. Still trying to find the balance. Signed-off-by: David Galloway --- ceph-build/config/definitions/ceph-build.yml | 5 +++++ ceph-dev-build/config/definitions/ceph-dev-build.yml | 5 +++++ ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 179f3f89..3efcbd3f 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -14,6 +14,11 @@ DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH && (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7"].contains(DIST))) axes: + - axis: + type: label-expression + name: MACHINE_TYPE + values: + - braggi - axis: type: label-expression name: MACHINE_SIZE diff --git a/ceph-dev-build/config/definitions/ceph-dev-build.yml b/ceph-dev-build/config/definitions/ceph-dev-build.yml index db8da647..a9b47a4d 100644 --- a/ceph-dev-build/config/definitions/ceph-dev-build.yml +++ b/ceph-dev-build/config/definitions/ceph-dev-build.yml @@ -29,6 +29,11 @@ DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH && (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7"].contains(DIST))) axes: + - axis: + type: label-expression + name: MACHINE_TYPE + values: + - braggi - axis: type: label-expression name: MACHINE_SIZE diff --git a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml index 9c0d31be..f3e0cd5b 100644 --- a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml +++ b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml @@ -29,6 +29,11 @@ DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH && (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "centos7", "centos8"].contains(DIST))) axes: + - axis: + type: label-expression + name: MACHINE_TYPE + values: + - braggi - axis: type: label-expression name: MACHINE_SIZE -- 2.47.3