]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests: Increasing ccache size
authorErwan Velu <erwan@redhat.com>
Tue, 24 May 2016 12:54:02 +0000 (14:54 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 24 May 2016 12:58:10 +0000 (14:58 +0200)
By default, ccache is now configured and uses only 1G of space.
While monitoring the build it appears that if we would have a larger cache, more
hits could be done making a faster build process.

This patch simply makes the ccache bigger up to 5G which is fine regarding the
openstack flavor we have.

ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 000588671f20267021dfd94f3481595a74f9bb3e..afce057bdd616f4dbcff4560054390311c69813f 100644 (file)
@@ -46,7 +46,7 @@
           wipe-workspace: true
 
     builders:
-      - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh"
+      - shell: "ccache -M 5G; export NPROC=$(nproc); timeout 7200 ./run-make-check.sh"
 
     publishers:
       - github-notifier