Skip to content
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

Add flag to disable container spec validation when restoring checkpoints #11329

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

copybara-service[bot]
Copy link

Add flag to disable container spec validation when restoring checkpoints

This PR adds a new flag entitled skip-restore-spec-validation-unsafe, defaulting to false. If the flag is set, the container spec given when restoring a checkpoint will no longer be validated against the original container spec given when the checkpoint was taken. In practice, many spec differences are benign, and it can be useful to allow the container specs to vary somewhat between checkpoint and restore. See #11307 .

FUTURE_COPYBARA_INTEGRATE_REVIEW=#11323 from cweld510:cweld/skip-spec-validation-unsafe 17b2c1b

@copybara-service copybara-service bot added the exported Issue was exported automatically label Dec 30, 2024
@copybara-service copybara-service bot merged commit 0a28828 into master Dec 30, 2024
1 check was pending
@copybara-service copybara-service bot deleted the test/cl710752422 branch December 30, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants