[gnome-build-meta/sam/openqa-fixes: 1/3] openqa: Use default graphics backend
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/sam/openqa-fixes: 1/3] openqa: Use default graphics backend
- Date: Wed, 7 Sep 2022 11:27:02 +0000 (UTC)
commit 9bf971e16db13d35b97d3bd5c23f3e508382983f
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
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]