1. 6e99120 [autotest] Delete support for testbed labels by Richard Barnette · 6 years ago
  2. 23dbf49 [autotest] Change tko machine_group name from board label to model label by Dan Shi · 7 years ago
  3. afe550a [autotest] Bug fix: by Sida Liu · 7 years ago
  4. 84a8595 [tko] Sanitize imports by Prathmesh Prabhu · 7 years ago
  5. d856157 [tko] Sanitize imports by Prathmesh Prabhu · 7 years ago
  6. 9aa4a03 tko parser: fix variable scoping by Luigi Semenzato · 7 years ago
  7. e706481 TKO parser: improve some error messages in debug log by Luigi Semenzato · 7 years ago
  8. adf3131 autotest: Add suite support for testbeds. by Simran Basi · 8 years ago
  9. c8a2a82 [autotest] Use board label as machine group for tko_machine in paser job. by Dan Shi · 9 years ago
  10. 7f24f0b [autotest] test can output graph name when calling output_perf_value by Fang Deng · 11 years ago
  11. ccbc9d4 Satisfy pylint in a few files related to the autotest TKO parser. by Dennis Jeffrey · 11 years ago
  12. 05eb4b1 Autotest TKO parser now parses perf_measurements test output files. by Dennis Jeffrey · 11 years ago
  13. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  14. 51976cd Parse reason out of logs for display in results emails. by Dale Curtis · 13 years ago
  15. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  16. d656d56 Merge remote branch 'autotest-upstream/master' into autotest-merge by Eric Li · 13 years ago
  17. e5436f3 Add new site parser based off on generate_test_report. by Dale Curtis · 13 years ago
  18. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  19. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  20. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  21. e8dac7a With this change the parse_line method will no longer throw assertion errors when reasons contain tab characters or invalid key=value pairs. by Dale Curtis · 14 years ago
  22. 7b2c643 Add support for multi-line status messages. by Dale Curtis · 14 years ago
  23. 6f27d4f Merge remote branch 'cros/upstream' into tempbranch3 by Eric Li · 14 years ago
  24. 517d95a Revert "Merge remote branch 'cros/upstream' into tempbranch2" by Benson Leung · 14 years ago
  25. 25fc6d1 Merge remote branch 'cros/upstream' into tempbranch2 by Eric Li · 14 years ago
  26. f98230c by jamesren · 14 years ago
  27. d1b0a13 Fix the recent CLIENT_JOB changes in the parser to not conflict with by jadmanski · 14 years ago
  28. 43b7210 Fix the parser to report a "RUNNING" status for CLIENT_JOB.* entries by jadmanski · 14 years ago
  29. 6f80e7a Autotest: Porting all hash operations to use utils.hash by lmr · 14 years ago
  30. c1a98d1 Support for job keyvals by showard · 15 years ago
  31. 6631273 Make a bunch of stuff executable by mbligh · 15 years ago
  32. 71b9431 Make the parser read and use the machine platform from host_keyvals, if available. Goodbye machine_transfer! Also made it handle multimachine jobs (use a comma-separated, sorted list of distinct platforms from the individual machines) and atomic group jobs (use the same atomic group override value that was used for machine name, when applicable). by showard · 15 years ago
  33. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  34. d2e0f0c Change the parser handling of perf keyvals to bypass any non-numeric values. by jadmanski · 15 years ago
  35. e3274a4 Update parser unittests to use autotemp by mbligh · 15 years ago
  36. 1f99f67 Make some changes to the parser so that when multiple reasons are by jadmanski · 15 years ago
  37. 7c8ea99 Not all distros put a symlink in for the python version. However by mbligh · 15 years ago
  38. 64e6345 If a group doesn't define a subdir, and it executes "inner" tests that by jadmanski · 15 years ago
  39. 5350a34 Always use the host_group_name even if a sysinfo/hostname file exists by mbligh · 15 years ago
  40. f1ae354 Represent a group of machines with either the atomic group label name, by showard · 15 years ago
  41. aaac45e Use a set instead of a list to store currently running reasons, and by jadmanski · 15 years ago
  42. b683796 Fix up the parser to interpret reasons in a more logical and by jadmanski · 15 years ago
  43. 262e1ab The parser should update the RUNNING status and reason when the latest by jadmanski · 15 years ago
  44. 0986b25 When the parser encounters a job-level status update that isn't by jadmanski · 15 years ago
  45. abc2afa Convert the parser unit tests over to use the more portable dumbdbm as by jadmanski · 15 years ago
  46. abe869a by mbligh · 15 years ago
  47. 7839548 Add support to the autotest parser for updating RUNNING test results by jadmanski · 15 years ago
  48. b82cb14 Fix the parser handling of overly indented status lines (by ignoring by jadmanski · 15 years ago
  49. 42fbd07 Add some more slack to the parser when dealing with multi-machine by jadmanski · 15 years ago
  50. d6f5c59 Fix a bug in the parser exposed by the recent change where we by jadmanski · 16 years ago
  51. 165fe4c Found another issue with SERVER_JOB status collection on multi-machine by jadmanski · 16 years ago
  52. ef9e5c3 Add a helper function for comparing results in the store. by mbligh · 16 years ago
  53. c69138f Change the parser to use the reason line of whatever the worst status by jadmanski · 16 years ago
  54. e860dbd Support Python2.5 as well. by mbligh · 16 years ago
  55. 6f6299a Add a dummy SERVER_JOB test result in TKO that we use to represent by jadmanski · 16 years ago
  56. cd84b39 Add option to inspect script to open store with write access. by mbligh · 16 years ago
  57. b22c21f On jobs that fail without termination in status.log, use timestamp of last line for dummy abort. by mbligh · 16 years ago
  58. 1f11f91 Tool for re-executing parser harness and storing result. by mbligh · 16 years ago
  59. 2306f2f Add tool for inspecting parser result store. by mbligh · 16 years ago
  60. 1521eca Remove artifact of initial implementation. by mbligh · 16 years ago
  61. efde0dd Fixes expectation that parser_result.store be writable during test run. by mbligh · 16 years ago
  62. 51ee7c7 Adding test and fix for garbage in log lines bug. by mbligh · 16 years ago
  63. 4e7224b Support for site specific scenerios. by mbligh · 16 years ago
  64. f396438 Parser regression testing support. by mbligh · 16 years ago
  65. 4e16fee We have a silly assertion in the parser that doesn't really matter by jadmanski · 16 years ago
  66. f6ff3a0 sysinfo-uname test attribute should exclude hostname. by mbligh · 16 years ago
  67. 531d597 When building a kernel we will use the first build, build.2, build.3, and by mbligh · 16 years ago
  68. 1ce9fbb Only increment the boot count in the parser for reboots that aren't by jadmanski · 16 years ago
  69. 717bb99 Fix up the parser to handle the case where a server-side test runs a by jadmanski · 16 years ago
  70. f7fa2cc Update the scheduler and the parser to use the new aborted_* attributes that by jadmanski · 16 years ago
  71. a8e302a Change the job keyval loading code to do a search up the filesystem by jadmanski · 16 years ago
  72. 807490c Add a method to the Host objects for logging the currently running by jadmanski · 16 years ago
  73. b69f250 This fixes up a parser edge case where an implicit ABORT (i.e. a logging by jadmanski · 16 years ago
  74. 29e61ce Don't let negative test-level results pollute job-level results. by jadmanski · 16 years ago
  75. 008ff1d Made the "is_status_line" method the parser uses for filtering out by jadmanski · 16 years ago
  76. bf44619 Added unit tests to catch the case the recently-fixed case where the by jadmanski · 16 years ago
  77. c66e93c Fix the parser behaviour when handling non-grouped tests inside of by jadmanski · 16 years ago
  78. fd3ba2b Improve the implict abort handling of the parser to try and use the by jadmanski · 16 years ago
  79. 74eebf3 Modify the parser and tko db code to flag test models as being for by jadmanski · 16 years ago
  80. c8034f0 Make sure that the parsers special handling of reboots only applies by jadmanski · 16 years ago
  81. b14dc7a Change the name of the magic JOB entry in the status log parsing to by jadmanski · 16 years ago
  82. ba1fa66 Change the way we handle "JOB" logs in the parser. Currently, we by jadmanski · 16 years ago
  83. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  84. 004fde6 Fix up parsing of test versions to not add a newline by mbligh · 16 years ago
  85. cc54917 Risk: Medium by jadmanski · 16 years ago
  86. e173832 Risk: Low by jadmanski · 16 years ago
  87. d1086b9 Risk: Medium by jadmanski · 16 years ago
  88. 6e8bf75 Add the version 1 of the TKO parser, modify server_job to use this by jadmanski · 16 years ago
  89. 13a2908 add missing tko/parsers/__init__.py by mbligh · 16 years ago
  90. a9c75c4 Run client-side reboots in a test group, and include information by jadmanski · 16 years ago
  91. f9bab60 Fix up the names in the tko unittests to comply with the Autotest by jadmanski · 16 years ago
  92. 9cae150 Add tests.started_time to the results database, and add support in the by mbligh · 16 years ago
  93. 2895ce5 Add more missing files from previous commits. Did I mention I hate svn? by mbligh · 16 years ago