exp: refactor workspace execution into an executor #6847
Labels
A: executors
Related to the executors feature
p2-medium
Medium priority, should be done, but less important
refactoring
Factoring and re-factoring
Somewhat adjacent to #6440 (but not a direct requirement)
Currently workspace execution for experiments is handled directly in
repo.experiments
, while temp dir (and eventually ssh) execution are handled through theexperiments.executor
classes. While the executor classes are being reorganized to account for ssh/remote executors, it makes sense for us to refactor the workspace execution handling so that it is in line with the rest of the API.The text was updated successfully, but these errors were encountered: