Skip to content

Instantly share code, notes, and snippets.

@perlpunk
Created April 5, 2024 08:52
Show Gist options
  • Save perlpunk/e4cbb5881030778a43045e2dcd7e7abe to your computer and use it in GitHub Desktop.
Save perlpunk/e4cbb5881030778a43045e2dcd7e7abe to your computer and use it in GitHub Desktop.
openqa scenarios examples - group 35
############################################################
# WARNING #
# #
# This file is managed in GIT! #
# Any changes via the openQA WebUI will get overwritten! #
# #
# https://github.com/os-autoinst/opensuse-jobgroups #
# job_groups/opensuse_gnome_next.yaml #
############################################################
---
defaults:
x86_64:
machine: uefi-usb
priority: 50
products:
opensuse-*-Gnome-Live-x86_64:
distri: opensuse
flavor: Gnome-Live
version: '*'
scenarios:
x86_64:
opensuse-*-Gnome-Live-x86_64:
- gnome-live:
machine: 64bit-4G
- gnome-live:
settings:
QEMURAM: '4096'
- gnome-live:
machine: uefi
settings:
QEMURAM: '4096'
- gnome-live:
machine: USBboot_64
settings:
QEMURAM: '4096'
---
machines:
64bit-4G:
backend: qemu
settings:
HDDSIZEGB: '20'
QEMUCPU: host
QEMURAM: '4096'
WORKER_CLASS: qemu_x86_64
USBboot_64:
backend: qemu
settings:
HDDSIZEGB: '20'
QEMUCPU: host
USBBOOT: '1'
USBSIZEGB: '8'
WORKER_CLASS: qemu_x86_64
uefi:
backend: qemu
settings:
HDDSIZEGB: '20'
QEMUCPU: host
UEFI: '1'
UEFI_PFLASH_CODE: /usr/share/qemu/ovmf-x86_64-ms-code.bin
UEFI_PFLASH_VARS: /usr/share/qemu/ovmf-x86_64-ms-vars.bin
WORKER_CLASS: qemu_x86_64
uefi-usb:
backend: qemu
settings:
QEMUCPU: host
UEFI: '1'
UEFI_PFLASH_CODE: /usr/share/qemu/ovmf-x86_64-ms-code.bin
UEFI_PFLASH_VARS: ovmf-x86_64-ms-vars-800x600.qcow2
USBBOOT: '1'
USBSIZEGB: '8'
WORKER_CLASS: qemu_x86_64
---
products:
opensuse-*-Gnome-Live-x86_64:
arch: x86_64
distri: opensuse
flavor: Gnome-Live
id: 103
settings:
EXCLUDE_MODULES: Firefox, firefox_audio, polari
ISO_MAXSIZE: '9999999999'
LIVECD: '1'
LIVECD_LOADER: grub2
_SKIP_POST_FAIL_HOOKS: '1'
version: '*'
---
defaults:
x86_64:
machine: uefi-usb
priority: 50
job_templates:
x86_64:
opensuse-*-Gnome-Live-x86_64:
gnome-live@64bit-4G: {}
gnome-live:
settings:
QEMURAM: '4096'
gnome-live@uefi:
settings:
QEMURAM: '4096'
gnome-live@USBboot_64:
settings:
QEMURAM: '4096'
---
testsuites:
gnome-live:
settings:
DESKTOP: gnome
EXCLUDE_MODULES: glibc_sanity,salt,opensuse_welcome,firefox_audio,prepare_test_data,gnome_games,polari
LIVETEST: '1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment