tree: 0a3ca7b4088b4fb95e6cd28ec4319558c2a16549 [path history] [tgz]
  1. compile_failure/
  2. flake_failure/
  3. test/
  4. test_failure/
  5. __init__.py
  6. create_revert_cl_pipeline.py
  7. delay_pipeline.py
  8. README.md
  9. report_event_pipeline.py
  10. send_notification_for_culprit_pipeline.py
  11. submit_revert_cl_pipeline.py
  12. trigger_flake_analyses_pipeline.py
appengine/findit/pipelines/README.md

This code directory is for the pipeline flows. For core logic of analysis, please use services instead.

There are three sub-directories for three different analysis flows. Shared pipeline flows should also live in this directory.

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