You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Release Candidate health validation](#release-candidate-health-validation)
14
15
-[Cherry Picking Fixes](#cherry-picking-fixes)
15
16
-[Promoting RCs to Stable](#promoting-rcs-to-stable)
16
17
-[Additonal Steps to prepare for release day](#additonal-steps-to-prepare-for-release-day)
@@ -148,6 +149,16 @@ Release candidates are currently stored in the following places:
148
149
149
150
Backups are stored in a non-public S3 bucket at [`s3://pytorch-backup`](https://s3.console.aws.amazon.com/s3/buckets/pytorch-backup?region=us-east-1&tab=objects)
150
151
152
+
### Release Candidate health validation
153
+
154
+
Validate the release jobs for pytorch and domain libraries should be green. Validate this using following HUD links:
Validate that the documentation build has completed and generated entry corresponding to the release in [docs folder](https://github.com/pytorch/pytorch.github.io/tree/site/docs/) of pytorch.github.io repository
161
+
151
162
### Cherry Picking Fixes
152
163
153
164
Typically within a release cycle fixes are necessary for regressions, test fixes, etc.
0 commit comments