From: Andrew Schoen Date: Fri, 13 Nov 2015 16:40:19 +0000 (-0600) Subject: radosgw-agent: add the FORCE and TEST flags X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e51aaaba2a7757ea5483be2fe5f7d55d7b3375ea;p=ceph-build.git radosgw-agent: add the FORCE and TEST flags Signed-off-by: Andrew Schoen --- diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index 7d99f19d..dcdc7920 100644 --- a/radosgw-agent/config/definitions/radosgw-agent.yml +++ b/radosgw-agent/config/definitions/radosgw-agent.yml @@ -19,6 +19,20 @@ name: RELEASE description: "If checked, it will use the key for releases, otherwise it will use the autosign one." + - bool: + name: TEST + description: " +If this is unchecked, then the builds will be pushed to chacra with the correct ref. This is the default. + +If this is checked, then the builds will be pushed to chacra under the 'test' ref." + + - bool: + name: FORCE + description: " +If this is unchecked, then then nothing is built or pushed if they already exist in chacra. This is the default. + +If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra." + scm: - git: skip-tag: true