From: Alfredo Deza Date: Wed, 9 Nov 2016 17:29:11 +0000 (-0500) Subject: ceph-pull-requests: remove ccache X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=30f49933796ab055db0e170dc999f69575c32a47;p=ceph-build.git 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 --- 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: