diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2020-07-01 14:56:52 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-07-11 15:53:00 +0100 |
commit | 6e3ede39e2cbffef3f878bc4901f26ebf8d2f1c2 (patch) | |
tree | 1833c23ce1df8ba32596acb5d5941ce1eae606f1 /.shippable.yml | |
parent | a6eeac3bf535514a2a4b29f5dd8c24306796d8d5 (diff) |
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.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.shippable.yml b/.shippable.yml index 81905727d1..f6b742432e 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 |