From 55312eb61c7c2325aea45843a5be844dbb5b7d86 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 27 Oct 2015 13:47:51 -0400 Subject: [PATCH] create a ceph-mirror job Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-mirror.yml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ceph-mirror/config/definitions/ceph-mirror.yml 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 -- 2.39.5