xref: /aosp_15_r20/external/cronet/testing/merge_scripts/README.md (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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