]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
radosgw-agent: add the FORCE and TEST flags
authorAndrew Schoen <aschoen@redhat.com>
Fri, 13 Nov 2015 16:40:19 +0000 (10:40 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 16 Nov 2015 21:32:58 +0000 (15:32 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
radosgw-agent/config/definitions/radosgw-agent.yml

index 7d99f19d69e2d7f73151c719825a22c4519f6c31..dcdc79203c7853a4957e026c9ae99462945bc6c7 100644 (file)
           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