Issue metadata
Sign in to add a comment
|
figure out a way to make buildbot testing json more usable |
||||||||||||||||||||||||
Issue descriptionThe json files in https://chromium.googlesource.com/chromium/src/+/master/testing/buildbot/ are (rightfully) being used more and more to allow fast, trybottable configuration of the infrastructure. However, since they are in a simple format, significant infrastructure changes require copy-pasting code repeatedly. This bug serves as a tracking bug for efforts to provide a simple, human-readable (and writable format. One requirement is that the 'end result' consumed by the process is in the flat json file format. This way, it's easy to determine if errors occurred while generating the json, or while consuming it.
,
Aug 10 2016
,
Aug 10 2016
At one point I started looking at generating the rest of the src/testing/buildbot JSON files with a script similar to src/content/test/gpu/generate_buildbot_json.py. One issue I found was that there seemed to be quite a large number of exceptions -- in other words, it looked like the same exact tests weren't run in the exact same way across a large number of machines. The first tool I was thinking of writing was something that ingested the JSON files and tried to automatically find commonalities between them.
,
Jan 4 2017
,
Jan 19 2017
Assigning to Dirk, please triage appropriately.
,
Jan 19 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by dpranke@chromium.org
, Aug 10 2016