mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
expose supervisor tasks that are fully self-contained fuzzing tasks in the service (#474)
Exposes the functionality added in #454 to the service & CLI. Fixes #439
This commit is contained in:
@ -828,19 +828,8 @@ class Tasks(Endpoint):
|
||||
lambda: [str(x.job_id) for x in self.onefuzz.jobs.list()],
|
||||
)
|
||||
|
||||
if target_env is None:
|
||||
target_env = {}
|
||||
if tags is None:
|
||||
tags = {}
|
||||
if target_options is None:
|
||||
target_options = []
|
||||
if supervisor_options is None:
|
||||
supervisor_options = []
|
||||
if supervisor_env is None:
|
||||
supervisor_env = {}
|
||||
|
||||
if prereq_tasks is None:
|
||||
prereq_tasks = []
|
||||
|
||||
containers_submit = []
|
||||
for (container_type, container) in containers:
|
||||
|
Reference in New Issue
Block a user