]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
create a ceph-mirror job
authorAlfredo Deza <adeza@redhat.com>
Tue, 27 Oct 2015 17:47:51 +0000 (13:47 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 27 Oct 2015 17:47:51 +0000 (13:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-mirror/config/definitions/ceph-mirror.yml [new file with mode: 0644]

diff --git a/ceph-mirror/config/definitions/ceph-mirror.yml b/ceph-mirror/config/definitions/ceph-mirror.yml
new file mode 100644 (file)
index 0000000..830a0fa
--- /dev/null
@@ -0,0 +1,31 @@
+- job:
+    name: ceph-mirror
+    project-type: freestyle
+    defaults: global
+    disabled: false
+    display-name: 'ceph-mirror: Repo mirror from ceph/ceph to ceph/ceph-releases'
+    concurrent: false
+    quiet-period: 5
+    block-downstream: false
+    block-upstream: false
+    retry-count: 3
+    properties:
+      - github:
+          url: https://github.com/ceph/ceph-releases/
+    logrotate:
+      daysToKeep: 15
+      numToKeep: 30
+      artifactDaysToKeep: -1
+      artifactNumToKeep: -1
+
+    triggers:
+      - pollscm: "* * * * *"
+
+    scm:
+      - git:
+          url: https://github.com/ceph/ceph.git
+          remotes: ['git@github.com:ceph/ceph-releases.git']
+          timeout: 20
+
+    builders:
+      - shell: !include-raw ../../build/build