aboutsummaryrefslogtreecommitdiff
path: root/.shippable.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-07-01 14:56:52 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-07-11 15:53:00 +0100
commit6e3ede39e2cbffef3f878bc4901f26ebf8d2f1c2 (patch)
tree1833c23ce1df8ba32596acb5d5941ce1eae606f1 /.shippable.yml
parenta6eeac3bf535514a2a4b29f5dd8c24306796d8d5 (diff)
downloadqemu-6e3ede39e2cbffef3f878bc4901f26ebf8d2f1c2.zip
qemu-6e3ede39e2cbffef3f878bc4901f26ebf8d2f1c2.tar.gz
qemu-6e3ede39e2cbffef3f878bc4901f26ebf8d2f1c2.tar.bz2
shippable: pull images from registry instead of building
Now we have a source for registry images pull from there rather than re-building every time on shippable. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200701135652.1366-41-alex.bennee@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r--.shippable.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 8190572..f6b7424 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -26,12 +26,10 @@ env:
- IMAGE=debian-ppc64el-cross
TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
build:
- pre_ci:
- - make docker-image-${IMAGE} V=1
pre_ci_boot:
- image_name: qemu/${IMAGE}
+ image_name: registry.gitlab.com/qemu-project/qemu/${IMAGE}
image_tag: latest
- pull: false
+ pull: true
options: "-e HOME=/root"
ci:
- unset CC