From 5ad020fbb40131506791f8d16ea99d077201668b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 3 May 2016 09:13:25 -0400 Subject: [PATCH] teuthology-pull-requests: include build_utils in shell builder Signed-off-by: Alfredo Deza --- .../config/definitions/teuthology-pull-requests.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.39.5