From a9383943e4b6bb04b66246db8014dcb592c29f73 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 7 Nov 2014 11:55:18 -0600 Subject: [PATCH] invoke jenkins-build from ceph-deploy during build --- ceph-deploy/config/definitions/ceph-deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 20a3c94ab..4e94d6233 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -60,9 +60,4 @@ - rhel7 builders: - # XXX Skipping python dependencies for now - #- shell: - # !include-raw ensure_python_dependencies.sh - - shell: - !include-raw build.sh - #- shell: "venv/bin/amauta python-bindings" + - shell: "./build/scripts/jenkins-build" -- 2.47.3