Skip to content

Add Alternate Image Setup Modes (Rsync, Mount) #1702

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

Open
wants to merge 2 commits into
base: add_mounting
Choose a base branch
from

Conversation

dongreenberg
Copy link
Contributor

No description provided.

Copy link
Contributor Author

dongreenberg commented Jan 21, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dongreenberg dongreenberg changed the title Add rsync, nfs, and sshfs mounting Add Alternate Image Setup Modes (Rsync, Mount) Jan 21, 2025
@dongreenberg dongreenberg marked this pull request as ready for review January 21, 2025 07:21
@@ -13,6 +13,20 @@ class ImageSetupStepType(Enum):
SET_ENV_VARS = "set_env_vars"


class ImageSetupMode(Enum):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dumb nit, but could initialize this as (str, Enum) which would simplify the strings method to list(cls) I believe, and then remove the need to call .value everywhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants