Add tools/ script to limit circleci to a set of jobs (#58001)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/58001

Adds a script so that devs can generate a commit (at the base of a stack) that removes all CI jobs but the set that they care about. See CONTRIBUTING.md changes for usage

Test Plan: Imported from OSS

Reviewed By: mruberry

Differential Revision: D28359910

Pulled By: driazati

fbshipit-source-id: 2741570f2bab2c28f4a9d7aef727b1b2399d0ce1
This commit is contained in:
driazati
2021-05-11 11:57:19 -07:00
committed by Facebook GitHub Bot
parent 18edb77a28
commit e385aa863a
3 changed files with 164 additions and 0 deletions

View File

@ -43,6 +43,7 @@ files =
tools/autograd/*.py,
tools/clang_tidy.py,
tools/codegen,
tools/explicit_ci_jobs.py,
tools/extract_scripts.py,
tools/mypy_wrapper.py,
tools/print_test_stats.py,