mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
Add target_workers to TaskUnitConfig (#305)
This commit is contained in:
@ -267,6 +267,9 @@ def build_task_config(
|
||||
if TaskFeature.target_options_merge in definition.features:
|
||||
config.target_options_merge = task_config.task.target_options_merge or False
|
||||
|
||||
if TaskFeature.target_workers in definition.features:
|
||||
config.target_workers = task_config.task.target_workers
|
||||
|
||||
if TaskFeature.rename_output in definition.features:
|
||||
config.rename_output = task_config.task.rename_output or False
|
||||
|
||||
|
Reference in New Issue
Block a user