[gnome-build-meta/abderrahim/fdsdk-190805] CI: comment out the vm image build temporarly



commit 228466d2b5453f4b20dd640942eb56010270997d
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Dec 16 18:06:52 2019 +0200

    CI: comment out the vm image build temporarly
    
    Temporary disable the vm image build so we can get out the update,
    and hopefully re-enable it on the next release once the issues are fixed
    
    https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/470#note_666498

 .gitlab-ci.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b3c5d9a..443ddfad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,20 +85,22 @@ default:
     if [ "${ARCH}" == "x86_64" ]; then
         ${BST} build openh264-extension.bst:flatpak-repo.bst
 
+        # FIXME: reenable the vm build
+        # https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/470#note_666498
         #
         # Don't try to push the resulting artifacts, the huge image doesnt
         # work well with the artifact cache right now.
         #
-        ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/desktop-vm-image-x86_64.bst
+        # ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build 
vm/desktop-vm-image-x86_64.bst
 
         # Checkout the image for the gitlab artifact.
         #
         # Accept using hardlinks here as the upload will not
         # corrupt the local artifact cache.
         #
-        ${BST} checkout --hardlinks vm/desktop-vm-image-x86_64.bst image
-        qemu-img convert -f raw -O qcow2 image/sda.img image/sda.qcow2
-        rm image/sda.img
+        # ${BST} checkout --hardlinks vm/desktop-vm-image-x86_64.bst image
+        # qemu-img convert -f raw -O qcow2 image/sda.img image/sda.qcow2
+        # rm image/sda.img
     fi
 
   # Store all the downloaded git repos and tarballs in the cache.


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