Updated Continuous Integration (markdown)

Jane (Yuan) Xu
2021-09-17 17:18:08 -04:00
parent 8130eb179b
commit 74657aee32

@ -24,6 +24,7 @@ Currently PyTorch utilizes Github Action, CircleCI and Jenkins CI for various di
+ [How to disable a test](#how-to-disable-a-test)
+ [How to test the disabled test on CI](#how-to-test-the-disabled-test-on-ci)
- [Other Topics](#other-topics)
* [CI Metrics](#ci-metrics)
* [CI Internals](#ci-internals)
* [Binary Builds](#binary-builds)
* [Docker Builds](#docker-builds)
@ -156,6 +157,10 @@ Limitations: this feature only works for GitHub Actions CI and for when the issu
## Other Topics
### CI Metrics
A compilation of dashboards and metrics relating to CI could be found in [the PyTorch CI Metrics Dashboards wiki](https://github.com/pytorch/pytorch/wiki/PyTorch-CI-Metrics-Dashboards)
### CI Internals
### Binary Builds