From e70006b5e5bb7c6f786e5bc166f61b2d86169072 Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 13 Mar 2019 13:10:06 +0100 Subject: [PATCH] Add cache to test cs jobs --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a97ea8f578..888af7c072 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -303,7 +303,11 @@ test:ppc64el: - apt-get update script: - .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot --enable-cs --with-qemu-path $INSTALL_DIR - + cache: + key: qemu-3.1.0 + paths: + - $INSTALL_DIR + test:x86_64:cs: extends: .preparearch:cs allow_failure: true