mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
18edb77a28
commit
e385aa863a
@ -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,
|
||||
|
Reference in New Issue
Block a user