mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
allow setting multiple schedule task names for product pages
this adds a new setting, product_pages_schedule_task_names, which is the list version of product_pages_schedule_task_name.
This commit is contained in:
@@ -671,8 +671,15 @@ class Config(object):
|
||||
"product_pages_schedule_task_name": {
|
||||
"type": str,
|
||||
"default": "",
|
||||
"desc": "A schedule task name. This is used to check Product schedules for cases where "
|
||||
"the stream should be used before release."
|
||||
"desc": "The name of the governing schedule task. The finish date from the matching"
|
||||
"task is used to determine if a stream suffix should be added ahead of the GA"
|
||||
"date. The comparison is case insensitive."
|
||||
},
|
||||
"product_pages_schedule_task_names": {
|
||||
"type": list,
|
||||
"default": [],
|
||||
"desc": "Like product_pages_schedule_task_name, but accepts a list. The list is"
|
||||
"treated as order of preference."
|
||||
},
|
||||
"num_threads_for_build_submissions": {
|
||||
"type": int,
|
||||
|
||||
Reference in New Issue
Block a user