Upgrade vm-cli for the real worker-pool transient execution - #495
Open
MOZGIII wants to merge 1 commit into
Open
Conversation
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 13:11
bc791b9 to
7236fe8
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 23, 2026 13:11
6a965ad to
ef3a41f
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 13:13
7236fe8 to
d278bdf
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 23, 2026 13:47
3490c5a to
86858d0
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 13:47
d278bdf to
1378dee
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 14:04
1378dee to
6f39bf2
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 23, 2026 14:09
15b3420 to
cd6e9c6
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 14:09
6f39bf2 to
5b58ec1
Compare
Coverage Report
Compared to |
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 23, 2026 14:34
cd6e9c6 to
d57112f
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 23, 2026 14:34
5b58ec1 to
5d0f8cc
Compare
piercefreeman
approved these changes
Jul 23, 2026
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 23, 2026 21:07
d57112f to
51e9c58
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
3 times, most recently
from
July 28, 2026 00:40
9423885 to
ddf3ff3
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 28, 2026 00:40
0040c90 to
a48a067
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 30, 2026 11:25
ddf3ff3 to
477897a
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
2 times, most recently
from
July 30, 2026 11:41
351e2fb to
70543f4
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 30, 2026 11:41
477897a to
5922372
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 30, 2026 11:45
70543f4 to
2db170d
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 30, 2026 11:45
5922372 to
17b44a6
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 30, 2026 12:21
2db170d to
8f88b2e
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
3 times, most recently
from
July 31, 2026 14:07
b8228eb to
aaa5921
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/transient-bringup-refactor
branch
from
July 31, 2026 16:21
3713a47 to
c2da763
Compare
MOZGIII
force-pushed
the
mzg/2026-07-23/update-vm-cli
branch
from
July 31, 2026 16:21
aaa5921 to
8b21ffb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goes in after #493
This PR replaces temporary VM scaffolding at the vm-cli with the real worker-pool-powered transient execution.
The implementation is quite compact, but it is still not a real interface; some more work can be done to support running arbitrary python workflows - which is out of scope of this PR.