From: Alfredo Deza Date: Mon, 30 Nov 2015 20:50:48 +0000 (-0500) Subject: remove the need for scm and axes on the parent ceph-deploy job X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F253%2Fhead;p=ceph-build.git remove the need for scm and axes on the parent ceph-deploy job Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index bfe25104..a31c3549 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -40,33 +40,6 @@ If this is checked, then the binaries will be built and pushed to chacra even if name: VERSION description: "The version for release, e.g. 0.94.4" - scm: - - git: - url: https://github.com/ceph/ceph-deploy.git - branches: - - $BRANCH - browser: auto - skip-tag: true - timeout: 20 - wipe-workspace: true - - axes: - - axis: - type: label-expression - name: ARCH - values: - - x86_64 - - axis: - type: label-expression - name: DIST - values: - - wheezy - - precise - - trusty - - jessie - - centos6 - - centos7 - builders: - multijob: name: 'ceph-deploy tag phase'