From: Alfredo Deza Date: Tue, 22 Dec 2015 15:00:19 +0000 (-0500) Subject: create a ceph-pull-requests job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F266%2Fhead;p=ceph-build.git create a ceph-pull-requests job Signed-off-by: Alfredo Deza --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml new file mode 100644 index 00000000..29e56bc4 --- /dev/null +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -0,0 +1,64 @@ +- job: + name: ceph-pull-requests + project-type: freestyle + defaults: global + display-name: 'ceph: Pull Requests' + quiet-period: 5 + block-downstream: false + block-upstream: false + retry-count: 3 + properties: + - github: + url: https://github.com/ceph/ceph/ + logrotate: + daysToKeep: 15 + numToKeep: 30 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + + parameters: + - string: + name: sha1 + description: "A pull request ID, like 'origin/pr/72/head'" + + triggers: + - github-pull-request: + admin-list: + - alfredodeza + - ktdreyer + - andrewschoen + - dmick + org-list: + - ceph + white-list: + - jcsp + - gregsfortytwo + - GregMeno + - dzafman + - dillaman + - dachary + - liewegas + - idryomov + - vasukulkarni + trigger-phrase: '' + only-trigger-phrase: false + github-hooks: true + permit-all: false + auto-close-on-fail: false + + scm: + - git: + url: https://github.com/ceph/ceph.git + branches: + - ${sha1} + refspec: +refs/pull/*:refs/remotes/origin/pr/* + browser: auto + timeout: 20 + skip-tag: true + wipe-workspace: true + + builders: + - shell: "./run-make-check.sh" + + publishers: + - github-notifier