]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
teuthology-pull-requests: include build_utils in shell builder 382/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 3 May 2016 13:13:25 +0000 (09:13 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 3 May 2016 13:13:25 +0000 (09:13 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
teuthology-pull-requests/config/definitions/teuthology-pull-requests.yml

index dd1a815c40257ae5c382a4092786d631d8aed6c4..35bcd341ab3d7bbfb9797a6c19bf16738f1f092d 100644 (file)
@@ -1,5 +1,5 @@
 - job:
-    name: teuthology-pull-requests 
+    name: teuthology-pull-requests
     node: trusty && amd64 && small
     project-type: freestyle
     defaults: global
 
     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