From: Daniel P. Berrangé Date: Tue, 1 Aug 2023 13:04:00 +0000 (+0100) Subject: gitlab: always populate cache for windows msys jobs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ef4fe31f33648ece16bf86b10262c7424c8470f8;p=qemu.git gitlab: always populate cache for windows msys jobs The cache is used to hold the msys installer. Even if the build phase fails, we should still populate the cache as the installer will be valid for next time. Signed-off-by: Daniel P. Berrangé Reviewed-by: Thomas Huth Message-Id: <20230801130403.164060-6-berrange@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml index 6454880cb7..34109a80f2 100644 --- a/.gitlab-ci.d/windows.yml +++ b/.gitlab-ci.d/windows.yml @@ -8,6 +8,7 @@ key: "${CI_JOB_NAME}-cache" paths: - msys64/var/cache + when: always needs: [] stage: build timeout: 80m