Project

General

Profile

Actions

action #56546

closed

list-merge feature in YAML job group templates

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

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

0%

Estimated time:

Description

Motivation

https://openqa.suse.de/admin/job_templates/112 is a good example of "many scenarios same but not all" so a good candidate where we would like to have a "list-merge" feature from YAML e.g. so that we can write:

scenarios:
  ppc64le:
    sle-15-SP2-disabled-Installer-DVD-ppc64le: *tests
  s390x:
    sle-15-SP2-disabled-Installer-DVD-s390x: &tests
    - qa_userspace_apparmor-profiles
    - qa_userspace_bzip2
    - qa_userspace_cpio
  x86_64:
    sle-15-SP2-disabled-Installer-DVD-x86_64:
    - <<: *tests
    - qa_userspace_coreutils
    - qa_userspace_findutils
Actions

Also available in: Atom PDF