From e51aaaba2a7757ea5483be2fe5f7d55d7b3375ea Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 13 Nov 2015 10:40:19 -0600 Subject: [PATCH] radosgw-agent: add the FORCE and TEST flags Signed-off-by: Andrew Schoen --- radosgw-agent/config/definitions/radosgw-agent.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index 7d99f19d6..dcdc79203 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 -- 2.47.3