qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v4 40/40] shippable: pull images from registry instead of buildin


From: Alex Bennée
Subject: [PATCH v4 40/40] shippable: pull images from registry instead of building
Date: Wed, 1 Jul 2020 14:56:52 +0100

Now we have a source for registry images pull from there rather than
re-building every time on shippable.

[AJB: change to upstream when we merge PR]

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .shippable.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.shippable.yml b/.shippable.yml
index 81905727d14..eb8b68610a2 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/stsquad/qemu/qemu/${IMAGE}
     image_tag: latest
-    pull: false
+    pull: true
     options: "-e HOME=/root"
   ci:
     - unset CC
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]