From 1669340ecc33211b72ffa6ba676fa00f75c1904b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 28 Oct 2015 07:56:11 -0400 Subject: [PATCH] clone ceph-build only, ansible can deal with cloning ceph Signed-off-by: Alfredo Deza --- ceph-tag/config/definitions/ceph-tag.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml index 118fc4a1..dd4f2560 100644 --- a/ceph-tag/config/definitions/ceph-tag.yml +++ b/ceph-tag/config/definitions/ceph-tag.yml @@ -1,3 +1,14 @@ +- scm: + name: ceph-build + scm: + - git: + url: https://github.com/ceph/ceph-build.git + browser-url: https://github.com/ceph/ceph-build + timeout: 20 + skip-tag: true + wipe-workspace: false + basedir: "ceph-build" + - job: name: ceph-tag description: "This job clones from upstream Ceph, sets the right version from the tag and pushes changes to ceph-releases" @@ -23,12 +34,7 @@ name: VERSION description: "The version for release, e.g. 0.94.4" scm: - - git: - url: git://github.com/ceph/ceph.git - branches: - - $BRANCH - skip-tag: true - wipe-workspace: true + - ceph-build builders: - shell: -- 2.39.5