From ebb82952bc7df30cf30db4c937ee1baebfb77b09 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Thu, 30 Jan 2025 15:08:31 +0100 Subject: [PATCH] tests: compress cache faster Our cache is rather compressed already, so this should help a little with wall-clock time. Signed-off-by: Zygmunt Krynicki --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f77a4d426..aee5308d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -193,6 +193,7 @@ coverity: ARCH: x86_64 # for cache key :/ GARDEN_DL_DIR: dl CACHE_POLICY: pull-push + CACHE_COMPRESSION_LEVEL: fastest before_script: # Prepare the image in dry-run mode. This helps in debugging cache misses # when files are not cached correctly by the runner, causing the build section