]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
create a ceph-pull-requests job 266/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 22 Dec 2015 15:00:19 +0000 (10:00 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 22 Dec 2015 15:00:19 +0000 (10:00 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pull-requests/config/definitions/ceph-pull-requests.yml [new file with mode: 0644]

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 (file)
index 0000000..29e56bc
--- /dev/null
@@ -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