Skip to content

Continuous Integration

Sam Estep edited this page Aug 13, 2021 · 30 revisions

Warning This page is under construction

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

GitHub Actions

CircleCI

See this section on the "Running and writing tests" page for information on how to use GitHub labels to change what CircleCI jobs are run.

Clone this wiki locally