tree: 0d9c45d33d6be59317f95589809337a8987f1f42 [path history] [tgz]
  1. code_coverage/
  2. common_merge_script_tests.py
  3. merge_api.py
  4. noop_merge.py
  5. noop_merge_test.py
  6. OWNERS
  7. perf_results.py
  8. PRESUBMIT.py
  9. README.md
  10. results_merger.py
  11. results_merger_test.py
  12. standard_gtest_merge.py
  13. standard_gtest_merge_test.py
  14. standard_isolated_script_merge.py
  15. standard_isolated_script_merge_test.py
testing/merge_scripts/README.md

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