-
Notifications
You must be signed in to change notification settings - Fork 39
Incremental Source Upload #97
Copy link
Copy link
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.ship-requiredIssue requires a SHIP proposal to be submittedIssue requires a SHIP proposal to be submitted
Milestone
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/designCategorizes issue or PR as related to design.Categorizes issue or PR as related to design.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.ship-requiredIssue requires a SHIP proposal to be submittedIssue requires a SHIP proposal to be submitted
To improve the user experience when
shp build uploadfor a big repository, we should support incremental uploads.In high level, that means having a PVC mounted on
/workspace/sourceinstead of theemptyDir: {}currently employed. On the CLI side, using the incrementalrsyncprotocol.For the persistent volume under
/workspace/source, we have SHIP-0022 covering volumes for aBuildStrategyand the issue-478 to consider.