From: Alfredo Deza Date: Tue, 27 Oct 2015 17:47:51 +0000 (-0400) Subject: create a ceph-mirror job X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=55312eb61c7c2325aea45843a5be844dbb5b7d86;p=ceph-build.git create a ceph-mirror job Signed-off-by: Alfredo Deza --- diff --git a/ceph-mirror/config/definitions/ceph-mirror.yml b/ceph-mirror/config/definitions/ceph-mirror.yml new file mode 100644 index 00000000..830a0fa7 --- /dev/null +++ b/ceph-mirror/config/definitions/ceph-mirror.yml @@ -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