]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests: Showing ccache stats after the build. 398/head
authorErwan Velu <erwan@redhat.com>
Tue, 24 May 2016 12:56:38 +0000 (14:56 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 24 May 2016 12:58:20 +0000 (14:58 +0200)
When the build is completed, let's print the actual usage of ccache

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

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