unplugged-system/external/cronet/testing/merge_scripts
2025-10-06 13:59:42 +00:00
..
code_coverage Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
common_merge_script_tests.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
merge_api.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
noop_merge_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
noop_merge.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
perf_results.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
PRESUBMIT.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
results_merger_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
results_merger.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_gtest_merge_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_gtest_merge.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_gtest_merge.pydeps Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_isolated_script_merge_test.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_isolated_script_merge.py Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
standard_isolated_script_merge.pydeps Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Swarming merge scripts

This directory contains Swarming merge scripts. Merge scripts run to collect the results of a swarming run of a test suite. Their basic operation is to merge together test results from the shard runs. They can also perform other post processing steps, such as uploading some test results to another test result server.

There are a few merge scripts here which are simple wrappers around other scripts. These exist just so that every merge script we know about lives in a centralized location.

Merge scripts are documented here:

https://cs.chromium.org/search/?q=file:swarming/api.py+%22*+merge:%22&type=cs