From: Alex Bennée Date: Wed, 1 Jul 2020 13:56:47 +0000 (+0100) Subject: gitlab: add avocado asset caching X-Git-Tag: qemu-xen-4.15.0~81^2~17 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6957fd98dc;p=qemu-xen.git gitlab: add avocado asset caching These can be quite big so lets cache them. I couldn't find any nots on ccache in the gitlab docs so I've just ignored it for now. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200701135652.1366-36-alex.bennee@linaro.org> --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257947853b..13e9531724 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,12 @@ stages: - build - test +# We assume GitLab has it's own caching set up for RPM/APT repositories so we +# just take care of avocado assets here. +cache: + paths: + - $HOME/avocado/data/cache + include: - local: '/.gitlab-ci.d/edk2.yml' - local: '/.gitlab-ci.d/opensbi.yml'