-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor VMPool class #442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good, just 1 comment + move the pyproject.toml
changes in another PR. Can you squash the commits in one with our git commit guidelines ?
snapshot_execution = SnapshotExecution( | ||
scheduler=self._scheduler, | ||
vm_hash=vm_hash, | ||
execution=execution, | ||
execution=vm, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this argument be renamed ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, because it's the vm execution, also the class name is AlephFirecrackerExecutable
, so I think that the name is already well-defined.
Closed in favor: #444 |
Fix: Refactor VMPool class to decouple it from orchestrator path