[gnome-build-meta/sam/openqa-fixes: 3/5] openqa: Use default graphics backend




commit 1cf6b5eaf1e2c70a8a5447584111d026b368538f
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Wed Sep 7 13:13:23 2022 +0200

    openqa: Use default graphics backend
    
    The virtio backend is not included in the latest
    registry.opensuse.org/devel/openqa/containers15.3/openqa_worker image.
    
    On https://openqa.opensuse.org/ they are using the default (`-vga std`),
    let's do the same.
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/517
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1754>

 openqa/utils/setup_worker.sh | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/openqa/utils/setup_worker.sh b/openqa/utils/setup_worker.sh
index 1678c66c6..f40faba31 100755
--- a/openqa/utils/setup_worker.sh
+++ b/openqa/utils/setup_worker.sh
@@ -29,7 +29,6 @@ openqa-cli api --apikey $OPENQA_API_KEY --apisecret $OPENQA_API_SECRET \
   settings[QEMUCPU]=host \
   settings[QEMUCPUS]=2 \
   settings[QEMURAM]=2560 \
-  settings[QEMUVGA]=virtio \
   settings[UEFI]=1 \
   settings[UEFI_PFLASH_CODE]=/usr/share/qemu/ovmf-x86_64-code.bin \
   settings[WORKER_CLASS]=$worker_class | tee --append openqa.log | jq -e .id > /tmp/machine_id


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