mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Link to section about labels
@ -4,8 +4,8 @@ This document discusses the Continuous Integration (CI) system for PyTorch.
|
||||
|
||||
Currently PyTorch utilizes Github Action, CircleCI and Jenkins CI for various different CI build/test configurations. We will discuss these related contents in the following sections:
|
||||
|
||||
- [CI System Overview](#overview)
|
||||
- [Github Action](#github-action)
|
||||
- [CI System Overview](#ci-system-overview)
|
||||
- [Github Actions](#github-actions)
|
||||
- [CircleCI](#circleci)
|
||||
- [Jenkins](#jenkins)
|
||||
- [CI Matrix](#ci-matrix)
|
||||
@ -23,5 +23,10 @@ Currently PyTorch utilizes Github Action, CircleCI and Jenkins CI for various di
|
||||
- [What is the base commit used in CI for your PR?](#which-commit-is-used-in-ci)
|
||||
- [CI failure tips on PR](#ci-failure-tips)
|
||||
|
||||
# CI System Overview
|
||||
|
||||
## GitHub Actions
|
||||
|
||||
## CircleCI
|
||||
|
||||
See [this section on the "Running and writing tests" page](https://github.com/pytorch/pytorch/wiki/Running-and-writing-tests#using-github-label-to-control-ci-behavior-on-pr) for information on how to use GitHub labels to change what CircleCI jobs are run.
|
Reference in New Issue
Block a user