Skip to content

Commit 344c55c

Browse files
atalmanpytorchmergebot
authored andcommitted
Update release.md with rc validation steps (pytorch#79889)
Update release.md with rc validation steps Pull Request resolved: pytorch#79889 Approved by: https://github.com/seemethere
1 parent 765b6a8 commit 344c55c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE.md

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Making release branch specific changes for domain libraries](#making-release-branch-specific-changes-for-domain-libraries)
1212
- [Drafting RCs (Release Candidates) for PyTorch and domain libraries](#drafting-rcs-release-candidates-for-pytorch-and-domain-libraries)
1313
- [Release Candidate Storage](#release-candidate-storage)
14+
- [Release Candidate health validation](#release-candidate-health-validation)
1415
- [Cherry Picking Fixes](#cherry-picking-fixes)
1516
- [Promoting RCs to Stable](#promoting-rcs-to-stable)
1617
- [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:
148149

149150
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)
150151

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:
155+
* [Pytorch](https://hud.pytorch.org/hud/pytorch/pytorch/release%2F1.12)
156+
* [TorchVision](https://hud.pytorch.org/hud/pytorch/vision/release%2F1.12)
157+
* [TorchAudio](https://hud.pytorch.org/hud/pytorch/audio/release%2F1.12)
158+
* [TorchText](https://hud.pytorch.org/hud/pytorch/text/release%2F1.12)
159+
160+
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+
151162
### Cherry Picking Fixes
152163

153164
Typically within a release cycle fixes are necessary for regressions, test fixes, etc.

0 commit comments

Comments
 (0)