From 30f49933796ab055db0e170dc999f69575c32a47 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 9 Nov 2016 12:29:11 -0500 Subject: [PATCH] ceph-pull-requests: remove ccache We aren't installing the dependency in the new tenant and these machines are short lived anyway. Signed-off-by: Alfredo Deza --- 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 7655f76c..43a95fb7 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; ccache -z; export NPROC=$(nproc); timeout 7200 ./run-make-check.sh; ccache -s" + - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh" publishers: - postbuildscript: -- 2.39.5