aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/retry.py
Commit message (Collapse)AuthorAge
* [CIFuzz] Refactor in preparation for filestore (#5841)Gravatar jonathanmetzman2021-05-26
| | | | | 1. Moving the _create_config and create_config functions from build_fuzzers_test.py and run_fuzzers_test.py into test_helpers.py (which is now part of cifuzz instead of infra) and share code between them. 2. Rename artifacts_dir to crashes_dir in run_fuzzers.py. "artifacts" is ambiguous. 3. Make some small changes to pytest.ini to improve debugging.
* [pylint] Enable no-member check (#5034)Gravatar jonathanmetzman2021-01-21
|
* Cifuzz external build (#4656)Gravatar jonathanmetzman2020-12-07
| | | | | * Support building fuzzers for projects outside of OSS-Fuzz * Use retry wrapper * Fix some tests.
* [infra] Add retry decorator and use it. (#4702)Gravatar jonathanmetzman2020-11-24