mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change test type of flakiness dashboard uploads to match buildbot step name.
Flakiness dashboard assumed each buildbot step corresponds to one test suite. So, it assumes the test type matches the buildbot step name. This fix is somewhat hacky in that we won't be able to make other test suites in mojob test upload to the flakiness dashboard, but that's technical debt we already have from smashing multiple test suites into one buildbot step. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/725993003
This commit is contained in:
parent
2a60db84ea
commit
df728320bf
@ -442,7 +442,7 @@ class Manager(object):
|
||||
|
||||
_log.debug("Uploading JSON files for builder: %s", self._options.builder_name)
|
||||
attrs = [("builder", self._options.builder_name),
|
||||
("testtype", "layout-tests"),
|
||||
("testtype", "mojob test"),
|
||||
("master", self._options.master_name)]
|
||||
|
||||
files = [(file, self._filesystem.join(self._results_directory, file)) for file in ["failing_results.json", "full_results.json", "times_ms.json"]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user