Before we rerun Swarming tasks to narrow the regression range of a flaky test down into a single build cycle, we need to take some information of the flaky test itself. These include:
1. master_name
2. builder_name
3. build_number
4. test_target_name (eg: "browser_tests") or step_name (eg: "browser_tests on Mac-10.9")
5. testcase_list (eg: [suite.test1, suite.test2]). As a starter, we could do only one test instead of a list.
A simple page should work for now, and later we could extend it to be a cloud endpoint.
Comment 1 by st...@chromium.org
, Jun 6 2016Status: Assigned (was: Available)