]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
gitlab-ci: Drop generic cache rule
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sun, 8 Nov 2020 22:19:15 +0000 (23:19 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 9 Nov 2020 17:34:21 +0000 (18:34 +0100)
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é <philmd@redhat.com>
Message-Id: <20201108221925.2344515-2-philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml

index 3b15ae5c3020fd99ebfdb8567bd00fa905921749..5763318d3757b4bcf2809c67e94885d1243f97f8 100644 (file)
@@ -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'