split out node, scaleset, and pool code (#507)

This commit is contained in:
bmc-msft
2021-02-04 19:07:49 -05:00
committed by GitHub
parent 81263c9065
commit a02e084522
24 changed files with 1302 additions and 1229 deletions

View File

@ -25,9 +25,9 @@ from onefuzztypes.models import (
WorkerRunningEvent,
)
from ..onefuzzlib.pools import Node, NodeTasks
from ..onefuzzlib.task_event import TaskEvent
from ..onefuzzlib.tasks.main import Task
from ..onefuzzlib.workers.nodes import Node, NodeTasks
MAX_OUTPUT_SIZE = 4096