From: Andrew Schoen Date: Tue, 20 Oct 2015 18:49:51 +0000 (-0500) Subject: Adds a new cpeh-next job that will utilize chacra X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62bd5c9b75cbc7fe44cece8a607d290600122c35;p=ceph-build.git Adds a new cpeh-next job that will utilize chacra Signed-off-by: Andrew Schoen --- diff --git a/ceph-next/config/definitions/ceph-next.yml b/ceph-next/config/definitions/ceph-next.yml new file mode 100644 index 00000000..f812dec5 --- /dev/null +++ b/ceph-next/config/definitions/ceph-next.yml @@ -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.<br/> + +If this is checked, then the builds will be signed by the release key (460F3994).<br/> + +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