From: Philippe Mathieu-Daudé Date: Sun, 8 Nov 2020 22:19:15 +0000 (+0100) Subject: gitlab-ci: Drop generic cache rule X-Git-Tag: v5.2.0-rc1~2^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7433a6860bee36d570c69720760238252a92090b;p=thirdparty%2Fqemu.git gitlab-ci: Drop generic cache rule This cache rule is meant for Avocado artifacts, but affects all jobs. Moreover the 'acceptance_template' template already include a more detailled rule to cache artifacts. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20201108221925.2344515-2-philmd@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b15ae5c302..5763318d375 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,6 @@ 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'