]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Adds a new cpeh-next job that will utilize chacra
authorAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 18:49:51 +0000 (13:49 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 20 Oct 2015 18:49:51 +0000 (13:49 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-next/config/definitions/ceph-next.yml [new file with mode: 0644]

diff --git a/ceph-next/config/definitions/ceph-next.yml b/ceph-next/config/definitions/ceph-next.yml
new file mode 100644 (file)
index 0000000..f812dec
--- /dev/null
@@ -0,0 +1,49 @@
+- job:
+    name: ceph
+    description: 'This is the main ceph build task which uses chacra.ceph.com.'
+    project-type: multijob
+    defaults: global
+    disabled: false
+    display-name: 'ceph-next'
+    concurrent: false
+    logrotate:
+      daysToKeep: -1
+      numToKeep: 25
+      artifactDaysToKeep: 25
+      artifactNumToKeep: 25
+    block-downstream: false
+    block-upstream: false
+    properties:
+      - github:
+          url: https://github.com/ceph/ceph
+
+    parameters:
+      - string:
+          name: BRANCH
+          description: "The git branch (or tag) to build"
+          default: master
+
+      - bool:
+          name: RELEASE
+          description: "
+If this is unchecked, then the builds will be signed with the autosign key (03C3951A). This is the default.&lt;br/&gt;
+
+If this is checked, then the builds will be signed by the release key (460F3994).&lt;br/&gt;
+
+Only check this box if we will be shipping the packages as formal releases."
+
+    builders:
+      - multijob:
+          name: 'ceph setup phase'
+          condition: SUCCESSFUL
+          projects:
+            - name: ceph-setup-next
+              current-parameters: true
+              exposed-scm: false
+      - multijob:
+          name: 'ceph build phase'
+          condition: SUCCESSFUL
+          projects:
+            - name: ceph-build-next
+              current-parameters: true
+              exposed-scm: false