]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-deploy: add the FORCE and TEST properties
authorAndrew Schoen <aschoen@redhat.com>
Thu, 5 Nov 2015 15:35:14 +0000 (09:35 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 5 Nov 2015 21:49:05 +0000 (15:49 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-deploy/config/definitions/ceph-deploy.yml

index c015ecaab66134458031f1d40b6b7de3abdb49ee..deafb9e55c5ec77acb03a176f9c8757e73192f63 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:
           url: https://github.com/ceph/ceph-deploy.git