pytorch/tools/test
Catherine Lee 40d70a6fcb re-enable disabled test via commit message
Fixes #[74132](https://github.com/pytorch/pytorch/issues/74132)

Allows for re-enabling disabled tests using commit messages.  Previously, this done in the PR body by writing something similar to "Fixes #<issue number that disables a test>" and the test would be re-enabled.  Now, this re-enabling can be done in either the commit message or the PR body.

Test Plan

One of the commits in this PR contains "fixes 74223" (the # is ommited because github would mistakenly close that issue), which is a disabled test belonging to the periodic job linux-bionic-cuda11.5-py3.7-gcc7.  Looking at the logs of this job will show that this test (test_exception_all) was run in the job.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/74981
Approved by: https://github.com/seemethere, https://github.com/janeyx99
2022-04-01 15:49:42 +00:00
..
test_actions_local_runner.py Refactor local lint (#58798) 2021-05-24 13:52:53 -07:00
test_cmake.py Fix Windows ninja builds when MAX_JOBS is specified (#65444) 2021-09-22 14:04:31 -07:00
test_codegen_model.py Revert "Allow specifying tags for aten operators in native_functions.yaml" 2022-03-28 18:04:38 +00:00
test_codegen.py Revert "Allow specifying tags for aten operators in native_functions.yaml" 2022-03-28 18:04:38 +00:00
test_extract_scripts.py Try the forked checkout action with retry (#64120) 2021-08-31 14:34:26 -07:00
test_gen_backend_stubs.py Class name 2022-03-23 14:18:02 +00:00
test_import_test_stats.py re-enable disabled test via commit message 2022-04-01 15:49:42 +00:00
test_max_tokens_pragma.py Add a script to codemod max_tokens_total pragmas to C/C++ files (#61369) 2021-07-09 13:30:52 -07:00
test_mypy_wrapper.py First step to rearrange files in tools folder (#60473) 2021-06-24 10:13:58 -07:00
test_stats.py [Reland][BE] add test wall time report (#61389) 2021-07-08 16:29:19 -07:00
test_test_history.py Disable test history as it's fragile 2022-02-18 18:19:03 +00:00
test_test_selections.py move CI related functions out of run_test.py (#61124) 2021-07-06 09:06:42 -07:00
test_trailing_newlines.py First step to rearrange files in tools folder (#60473) 2021-06-24 10:13:58 -07:00
test_translate_annotations.py First step to rearrange files in tools folder (#60473) 2021-06-24 10:13:58 -07:00