From: Erwan Velu Date: Tue, 24 May 2016 12:56:38 +0000 (+0200) Subject: ceph-pull-requests: Showing ccache stats after the build. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1460ad6cafdc1f52df1896e50352ec5b425f4892;p=ceph-build.git ceph-pull-requests: Showing ccache stats after the build. When the build is completed, let's print the actual usage of ccache --- diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index afce057b..61a9ed5f 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -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