Project

General

Profile

Actions

action #56534

closed

support list of machines for YAML job templates

Added by okurz over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2019-09-06
Due date:
% Done:

0%

Estimated time:

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

Also available in: Atom PDF