]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
import ceph-deploy-pull-requests 19/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 13 Nov 2014 16:09:01 +0000 (09:09 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 13 Nov 2014 16:10:05 +0000 (09:10 -0700)
This imports the current settings for ceph-deploy-pull-requests as YAML.

ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml [new file with mode: 0644]

diff --git a/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml b/ceph-deploy-pull-requests/config/definitions/ceph-deploy-pull-requests.yml
new file mode 100644 (file)
index 0000000..4ebfeec
--- /dev/null
@@ -0,0 +1,61 @@
+- job:
+    name: ceph-deploy-pull-requests
+    node: gitbuilder-cdep-deb-cloud-precise-amd64-basic
+    project-type: freestyle
+    defaults: global
+    disabled: false
+    display-name: 'ceph-deploy: Pull Requests'
+    concurrent: false
+    quiet-period: 5
+    block-downstream: false
+    block-upstream: false
+    retry-count: 3
+    properties:
+      - github:
+          url: https://github.com/ceph/ceph-deploy/
+    logrotate:
+      daysToKeep: 15
+      numToKeep: 30
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+
+    parameters:
+      - string:
+          name: sha1
+          description: "A pull request ID, like 'origin/pr/72/head'"
+
+    triggers:
+      - pollscm: "*/1 * * * *"
+      - github-pull-request:
+          cron: '* * * * *'
+          admin-list:
+            - alfredodeza
+            - ktdreyer
+          white-list:
+            - xarses
+            - angdraug
+          org-list:
+            - ceph
+          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-deploy.git
+          branches:
+            - ${sha1}
+          refspec: +refs/pull/*:refs/remotes/origin/pr/*
+          browser: githubweb
+          browser-url: https://github.com/ceph/ceph-deploy
+          timeout: 20
+          skip-tag: true
+          wipe-workspace: false
+
+    builders:
+      - shell: "sh scripts/jenkins-pull-requests-build"
+
+    publishers:
+      - github-notifier