From 401535a9686dfe287f54cf98087661a467f17683 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 30 Nov 2015 15:50:48 -0500 Subject: [PATCH] remove the need for scm and axes on the parent ceph-deploy job Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-deploy.yml | 27 ------------------- 1 file changed, 27 deletions(-) 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' -- 2.47.3