Actions
action #56534
closedsupport list of machines for YAML job templates
Description
Motivation¶
In https://openqa.opensuse.org/admin/job_templates/35 we have
opensuse-*-Gnome-Live-x86_64:
- gnome-live:
machine: 64bit-2G
- gnome-live
- gnome-live:
machine: uefi-2G
- gnome-live:
machine: USBboot_64
so four times the same test suite that only differs in the machine selection, the second one using the default. Would be nice to remove the redundancy, e.g. by specifying the machines as list:
opensuse-*-Gnome-Live-x86_64:
- gnome-live:
machine: *defaults
- 64bit-2G
- uefi-2G
- USBboot_64
Actions