1. 11e3506 [autotest] Improve performance on result size collection. by Dan Shi · 7 years ago
  2. afe550a [autotest] Bug fix: by Sida Liu · 7 years ago
  3. e5d063f [autotest] Delay sponge record upload after perf_uploader.upload_test completes by Dan Shi · 7 years ago
  4. 3e319da tko/parse: Set new session id when run from monitor_db by Prathmesh Prabhu · 7 years ago
  5. 8303a37 Fixed the binary file name reference. by Michael Tang · 7 years ago
  6. c89efa7 Disable tko job export in the lab except for moblab. by Michael Tang · 7 years ago
  7. 4f8c024 [autotest] Add logic in test run and crashcollect to throttle results. by Dan Shi · 8 years ago
  8. bea2691 [autotest] Add SetupTsMonGlobalState in tko/parse by Dan Shi · 7 years ago
  9. c03de79 autotest: delete a bunch of autotest_es sources by Aviv Keshet · 7 years ago
  10. b0af621 [autotest] Read tko tests from database after it's saved. by Dan Shi · 7 years ago
  11. ffd5b82 [autotest] Report test result sizes to metrics by Dan Shi · 7 years ago
  12. e2e995d [autotest] Move const and helper methods to shared lib module. by Dan Shi · 8 years ago
  13. 010c0bc [autotest] Move result_utils to its own package by Dan Shi · 8 years ago
  14. 1362401 [autotest] Compile result summaries into a single html page by Dan Shi · 8 years ago
  15. 96c3bdc [autotest] Log test result size tko_job_keyvals by Dan Shi · 8 years ago
  16. 4ff7473 tko: fix the suite_timeline string format error by Shuqian Zhao · 8 years ago
  17. a42bba1 [autotest] teach tko parse to read datastore_parent_key from keyval file by Shuqian Zhao · 8 years ago
  18. d322d3d Tied in new sponge upload system. by Benny Peake · 8 years ago
  19. b7a36ea [autotest] Increase tko db connection timeout by Dan Shi · 8 years ago
  20. feb775c Moved board parsing to parse.py by Benny Peake · 8 years ago
  21. e706481 TKO parser: improve some error messages in debug log by Luigi Semenzato · 8 years ago
  22. 19e62fb [autotest] Upload the suite timeline report to gcloud by Shuqian Zhao · 8 years ago
  23. 31425d5 [autotest] generate a suite timing report when parsing a suite job by Shuqian Zhao · 8 years ago
  24. 8de306c Properly print out parse exceptions. by Simran Basi · 8 years ago
  25. 0b7bab0 [autotest] tko/parse: add dry-run option by Aviv Keshet · 8 years ago
  26. 687d2dc [autotest] tko/parse: refactor options into single tuple by Aviv Keshet · 8 years ago
  27. 47199f0 [autotest] Add sponge url to tko_job_keyvals by Dan Shi · 8 years ago
  28. 59ca5ac autotest: log tko errors better by Simran Basi · 8 years ago
  29. 4c33b6a [autotest] Support Autotest parse job to upload results to Sponge by Dan Shi · 8 years ago
  30. 7a5a7bd Add two new supplemental properties for chromeperf data. by Keith Haddow · 9 years ago
  31. 5f62633 [autotest] Move gs_offloader_instructions change to the end of parse function. by Dan Shi · 9 years ago
  32. 70647ca [autotest] Save parent job id, build, board and suite info to tko_jobs. by Dan Shi · 9 years ago
  33. 1e10e92 [autotest] Add --offload_failures_only flag for Suites by Simran Basi · 10 years ago
  34. b72f4fb graphite: Reorganize the elastic search code so we can put it in chromite. by Gabe Black · 10 years ago
  35. 4982268 [autotest] Record time spent on parsing by Fang Deng · 10 years ago
  36. 9ec6680 Revert "Revert "[autotest] TKO parser mark original tests as invalid"" by Fang Deng · 11 years ago
  37. dbd9037 Revert "[autotest] TKO parser mark original tests as invalid" by Prashanth B · 11 years ago
  38. 5ca3668 [autotest] TKO parser mark original tests as invalid by Fang Deng · 11 years ago
  39. f9bef6c Autotest TKO parser now sends measured perf data to chrome's performance dashboard. by Dennis Jeffrey · 11 years ago
  40. 368c54b Autotest TKO parser inserts perf measurements into the tko_iteration_perf_value database table. by Dennis Jeffrey · 11 years ago
  41. e660ed8 by jamesren · 14 years ago
  42. 4826cc4 by jamesren · 15 years ago
  43. 7a52204 by jamesren · 15 years ago
  44. 4608b00 Add a new Archiving stage to the scheduler, which runs after Parsing. This stage is responsible for copying results to the results server in a drone setup, a task currently performed directly by the scheduler, and allows for site-specific archiving functionality, replacing the site_parse functionality. It does this by running autoserv with a special control file (scheduler/archive_results.control.srv), which loads and runs code from the new scheduler.archive_results module. The implementation was mostly straightfoward, as the archiving stage is fully analogous to the parser stage. I did make a couple of refactorings: by mbligh · 15 years ago
  45. eab66ce Rename the tables in the databases, by prefixing the app name. This is by showard · 15 years ago
  46. 0fec8a0 The reparse of existing job is done by a delete and then an insert, this by showard · 15 years ago
  47. e97e0e6 Send the job dir, not the individual tests, to site_parse by mbligh · 16 years ago
  48. 9e93640 Add post-parse site hooks (parse -P to trigger, default = off) by mbligh · 16 years ago
  49. 181d289 fix a simple bug in the parser -- in one code path, old_tests never gets bound, but it gets referenced later anyway by showard · 16 years ago
  50. 0f76934 Explicitly check for empty results when looking for old tests. Otherwise we'll generate invalid SQL in the subsequent query. by showard · 16 years ago
  51. 9b6babf Fix a bug in the parser when dealing with test labels. The final by jadmanski · 16 years ago
  52. a48eeb2 by mbligh · 16 years ago
  53. 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 16 years ago
  54. db18b0e Fixed a typo in trying to bitwise OR non blocking locking which probably by mbligh · 16 years ago
  55. db4f9b5 The parser should be using job.read_keyval to find job keyvals, not by jadmanski · 16 years ago
  56. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  57. 8e9c257 Fix the parsing script so that if you have multiple levels of by jadmanski · 16 years ago
  58. 63bce5f Fix a bug that will keep server sync jobs from being properly parsed. by jadmanski · 17 years ago
  59. b33e53e Fix errors found by lint. by mbligh · 17 years ago
  60. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
  61. e7a6909 Risk: Medium by jadmanski · 17 years ago
  62. 6e8bf75 Add the version 1 of the TKO parser, modify server_job to use this by jadmanski · 17 years ago
  63. 96cf051 Convert the parser into an embeddable library. This includes a major by mbligh · 17 years ago
  64. 9aed6d0 Change the parser to never ignore reboot.* lines due to their indent. by mbligh · 17 years ago
  65. 05e6f6e Once the parser hits the end job marker, start looking for top-level by mbligh · 17 years ago
  66. b7fd270 Add kernel information to reboot.verify logging, and add support to by mbligh · 17 years ago
  67. 71d340d Properly indent console WARN messages that appear inside of START-END by mbligh · 17 years ago
  68. e096846 Parse is improperly handling the new numbered boots, occasionally by mbligh · 17 years ago
  69. 7a7316b split patched kernels into their own kernel rows V2 by apw · 17 years ago
  70. 02ec1ba tko: boot errors should track boot number by mbligh · 17 years ago
  71. c251454 Strip the optional fields (e.g. timestamps) out of the reason fields by mbligh · 17 years ago
  72. 26b992b Add job queued, started and finished timestamps to the tko db and by mbligh · 17 years ago
  73. 9bcfef7 Label different boots differently so we don't have duplicate 'test' by mbligh · 17 years ago
  74. 05d8121 Fix up parsing to be a bit more robust, and change the warning_monitor by mbligh · 17 years ago
  75. bafa6ef Fix parser to recognize job aborts by mbligh · 17 years ago
  76. 0e21c87 Fix parse to not get confused by reboots outside of the main by mbligh · 17 years ago
  77. e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
  78. 569f478 tko: add a new ALERT state and load it from the ALERT records by apw · 17 years ago
  79. 4921b98 Some databases do not like numbers to have newlines on the end. Clean up by mbligh · 17 years ago
  80. 40d021b When a boot is initiated in a job, but the machine fails to come up we by mbligh · 17 years ago
  81. 7a41a86 Add code to deal with machine owners and their display by mbligh · 17 years ago
  82. 215a166 Fix up parse for new status format by mbligh · 17 years ago
  83. 532cb27 Fix up crappy keval handling in parse by mbligh · 17 years ago
  84. 59a479f Skip job-level events in parse (don't pretend they're tests) by mbligh · 17 years ago
  85. 08415d8 Fix spacing in parse.py and remove a few old regexps by mbligh · 17 years ago
  86. 9c39d15 Kludge parse.py to understand new reboot format. by mbligh · 17 years ago
  87. 74fc046 Add email reporting to failing tests when parsing results by mbligh · 17 years ago
  88. de94094 Fix parsing - subdir is often None, so move keyval2 checking inside by mbligh · 17 years ago
  89. 994a23d Make test parser insert the test version into the tko db. by mbligh · 17 years ago
  90. b10a60f DB schema/parse change to store user name and user assigned labels for tests. by mbligh · 17 years ago
  91. 049f5e6 Fix up parsing for no kernel by mbligh · 17 years ago
  92. de7335d Update tko to parse latest status file format by mbligh · 17 years ago
  93. 2bd4887 add iterations from keyval properly when parsing by mbligh · 17 years ago
  94. 52f9744 tko fixups by mbligh · 17 years ago
  95. bfec522 tko updates by mbligh · 17 years ago
  96. 006f230 Fix up parsing bug - load all tests by mbligh · 17 years ago
  97. 8e1ab17 update tko by mbligh · 17 years ago
  98. 9bb92fe tko updates by mbligh · 17 years ago
  99. 237bed3 kernel: add a boot validation step post boot by mbligh · 17 years ago
  100. 608c325 update the db stuff to use generic insert and select helpers by mbligh · 17 years ago