From: Alfredo Deza Date: Tue, 3 May 2016 13:13:25 +0000 (-0400) Subject: teuthology-pull-requests: include build_utils in shell builder X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F382%2Fhead;p=ceph-build.git teuthology-pull-requests: include build_utils in shell builder Signed-off-by: Alfredo Deza --- diff --git a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml index dd1a815c..35bcd341 100644 --- a/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml +++ b/teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml @@ -1,5 +1,5 @@ - job: - name: teuthology-pull-requests + name: teuthology-pull-requests node: trusty && amd64 && small project-type: freestyle defaults: global @@ -63,9 +63,13 @@ builders: - shell: - !include-raw ../../setup/setup + !include-raw: + - ../../../scripts/build_utils.sh + - ../../setup/setup - shell: - !include-raw ../../build/build + !include-raw: + - ../../../scripts/build_utils.sh + - ../../build/build publishers: - github-notifier