From 1460ad6cafdc1f52df1896e50352ec5b425f4892 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 24 May 2016 14:56:38 +0200 Subject: [PATCH] ceph-pull-requests: Showing ccache stats after the build. When the build is completed, let's print the actual usage of ccache --- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5