tree: 65851d43dace80bca9ea54d1c86221ec08500c55 [path history] [tgz]
  1. actions/
  2. code_coverage/
  3. compile_failure/
  4. disabled_tests/
  5. flake_detection/
  6. flake_failure/
  7. flake_reporting/
  8. test/
  9. test_failure/
  10. .coveragerc
  11. __init__.py
  12. apis.py
  13. bigquery_helper.py
  14. bot_db.py
  15. build_ahead.py
  16. build_failure_analysis.py
  17. ci_failure.py
  18. consistent_failure_culprits.py
  19. constants.py
  20. culprit_action.py
  21. deps.py
  22. event_reporting.py
  23. extract_signal.py
  24. files.py
  25. flake_issue_util.py
  26. flake_util.py
  27. gerrit.py
  28. git.py
  29. irc.py
  30. issue_constants.py
  31. issue_generator.py
  32. math_util.py
  33. monitoring.py
  34. monorail_util.py
  35. parameters.py
  36. README.md
  37. resultdb.py
  38. resultdb_util.py
  39. step_util.py
  40. swarmbot_util.py
  41. swarmed_test_util.py
  42. swarming.py
  43. test_tag_util.py
  44. try_job.py
appengine/findit/services/README.md

This code directory is for the core logic of analysis. Code under this directory should know nothing about pipeline flows. For pipeline flows, please use pipelines instead.

There are three sub-directories for three different types of failures. But modules containing shared logic could live in this directory as well.

  • Compile failures is to analyze compile step failures on the Chromium Waterfall.
  • Flake failures is to analyze flaky test failures detected on the Chromium Waterfall or Commit Queue.
  • Test failures is to analyze reliable test failures detected on the Chromium Waterfall.

For reliable or flaky test failures, currently only Swarmed gtests and Android instrumentation tests are supported.