]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
reconfigure job to clone ceph-build to run unit tests 279/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 6 Jan 2016 21:14:35 +0000 (16:14 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 6 Jan 2016 21:15:29 +0000 (16:15 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pr-commits/config/definitions/ceph-pr-commits.yml

index 401bd54b41bbbc9223408a32bcc39d3f21dec8f3..be940871cc033c845f9f1950bffe017f9957e286 100644 (file)
@@ -1,3 +1,29 @@
+- scm:
+    name: ceph
+    scm:
+      - git:
+          url: https://github.com/ceph/ceph.git
+          branches:
+            - ${sha1}
+          refspec: +refs/pull/*:refs/remotes/origin/pr/*
+          browser: auto
+          timeout: 20
+          skip-tag: true
+          wipe-workspace: false
+          basedir: "ceph"
+
+- scm:
+    name: ceph-build
+    scm:
+      - git:
+          url: https://github.com/ceph/ceph-build.git
+          browser-url: https://github.com/ceph/ceph-build
+          timeout: 20
+          skip-tag: true
+          wipe-workspace: false
+          basedir: "ceph-build"
+
+
 - job:
     name: ceph-pr-commits
     project-type: freestyle
           failure-status: "one or more commits in this PR are not signed"
 
     scm:
-      - git:
-          url: https://github.com/ceph/ceph.git
-          branches:
-            - ${sha1}
-          refspec: +refs/pull/*:refs/remotes/origin/pr/*
-          browser: auto
-          timeout: 20
-          skip-tag: true
-          wipe-workspace: true
+      - ceph
+      - ceph-build
+
 
     builders:
       - shell:
-          !include-raw ../../build/build
+          !include-raw:
+            - ../../../scripts/build_utils.sh
+            - ../../build/build
 
     publishers:
       - junit: