From 008c7219b12e28449c06fc8c67ed52d2f16cf90c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 26 Oct 2015 13:48:25 -0500 Subject: [PATCH] add a TEST_BUILD checkbox to the ceph-next job This will be used to force the job to push binaries to the 'test' ref at chacra.ceph.com. This way we can do test builds without polluting the system with bogus binaries. Signed-off-by: Andrew Schoen --- ceph-next/config/definitions/ceph-next.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ceph-next/config/definitions/ceph-next.yml b/ceph-next/config/definitions/ceph-next.yml index 46299bc9..af50892d 100644 --- a/ceph-next/config/definitions/ceph-next.yml +++ b/ceph-next/config/definitions/ceph-next.yml @@ -32,6 +32,13 @@ If this is checked, then the builds will be signed by the release key (460F3994) Only check this box if we will be shipping the packages as formal releases." + - bool: + name: TEST_BUILD + description: " +If this is unchecked, then the builds will be pushed to chacra with the correct ref. This is the default.<br/> + +If this is checked, then the builds will be pushed to chacra under the 'test' ref." + builders: - multijob: name: 'ceph setup phase' -- 2.39.5