Project

General

Profile

Actions

action #176973

closed

Allow block style for items in yaml SCHEDULE size:s

Added by lmanfredi 18 days ago. Updated 15 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Support
Target version:
Start date:
2025-02-11
Due date:
2025-02-26
% Done:

0%

Estimated time:

Description

Found a strange behavior when try to list items in SCHEDULE using block style instead of a single line in yaml :
it seems that the last item is not read correctly and cause an error.
This works fine:

SCHEDULE: yam/agama/boot_agama,yam/agama/agama_auto,installation/grub_test,installation/first_boot,yam/validate/validate_first_user,console/verify_separate_home

but this not:

SCHEDULE: >
  yam/agama/boot_agama
  yam/agama/agama_auto
  installation/grub_test
  installation/first_boot
  yam/validate/validate_product
  yam/validate/validate_first_user
  console/verify_separate_home

There is a workaround proposed by @nicksinger and @tinita by >-:

SCHEDULE: >-
  ...

See:

Actions

Also available in: Atom PDF