Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
code_coverage/ | H | 25-Apr-2025 | - | 2,635 | 2,073 | |
PRESUBMIT.py | H A D | 25-Apr-2025 | 687 | 20 | 11 | |
README.md | H A D | 25-Apr-2025 | 635 | 16 | 11 | |
common_merge_script_tests.py | H A D | 25-Apr-2025 | 1.5 KiB | 53 | 38 | |
merge_api.py | H A D | 25-Apr-2025 | 789 | 21 | 13 | |
noop_merge.py | H A D | 25-Apr-2025 | 1 KiB | 46 | 29 | |
noop_merge_test.py | H A D | 25-Apr-2025 | 2.3 KiB | 74 | 49 | |
perf_results.py | H A D | 25-Apr-2025 | 428 | 17 | 8 | |
results_merger.py | H A D | 25-Apr-2025 | 8.5 KiB | 285 | 185 | |
results_merger_test.py | H A D | 25-Apr-2025 | 7.8 KiB | 297 | 244 | |
standard_gtest_merge.py | H A D | 25-Apr-2025 | 6.6 KiB | 203 | 140 | |
standard_gtest_merge.pydeps | H A D | 25-Apr-2025 | 226 | 5 | 4 | |
standard_gtest_merge_test.py | H A D | 25-Apr-2025 | 17.1 KiB | 617 | 544 | |
standard_isolated_script_merge.py | H A D | 25-Apr-2025 | 3.1 KiB | 106 | 77 | |
standard_isolated_script_merge.pydeps | H A D | 25-Apr-2025 | 274 | 6 | 5 | |
standard_isolated_script_merge_test.py | H A D | 25-Apr-2025 | 5 KiB | 189 | 148 |
README.md
1# Swarming merge scripts 2 3This directory contains Swarming merge scripts. Merge scripts run to collect the 4results of a swarming run of a test suite. Their basic operation is to merge 5together test results from the shard runs. They can also perform other post 6processing steps, such as uploading some test results to another test result 7server. 8 9There are a few merge scripts here which are simple wrappers around other 10scripts. These exist just so that every merge script we know about lives in a 11centralized location. 12 13Merge scripts are documented here: 14 15https://cs.chromium.org/search/?q=file:swarming/api.py+%22*+merge:%22&type=cs 16