aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-08-01 14:04:00 +0100
committerThomas Huth <thuth@redhat.com>2023-08-03 13:04:47 +0200
commitef4fe31f33648ece16bf86b10262c7424c8470f8 (patch)
treebee53fc15da0d0209c2abad6424b732694072b0f
parent5ef56e3b18b185df12fea0901efa0843058572d6 (diff)
downloadqemu-ef4fe31f33648ece16bf86b10262c7424c8470f8.zip
qemu-ef4fe31f33648ece16bf86b10262c7424c8470f8.tar.gz
qemu-ef4fe31f33648ece16bf86b10262c7424c8470f8.tar.bz2
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é <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230801130403.164060-6-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--.gitlab-ci.d/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index 6454880..34109a8 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