Add cache to test cs jobs
This commit is contained in:
parent
29551644d0
commit
e70006b5e5
|
@ -303,7 +303,11 @@ test:ppc64el:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
script:
|
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
|
- .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:
|
test:x86_64:cs:
|
||||||
extends: .preparearch:cs
|
extends: .preparearch:cs
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user