1. 5d79aef [autotest] Set TestBed.job by Simran Basi · 9 years ago
  2. 5adbce8 [autotest] Fix a bug in machine list comparison. by Dan Shi · 9 years ago
  3. c439b6a [autotest] santinize string which goes into job_abort_reason. by Fang Deng · 9 years ago
  4. 1bf60eb [autotest] autoserv add --lab & --host_attributes arguments by Simran Basi · 9 years ago
  5. 9603cd1 Remove conmux by Christopher Wiley · 9 years ago
  6. c2d99cf [autotest] Remove the concept of 'protection level' from repair. by J. Richard Barnette · 9 years ago
  7. 70647ca [autotest] Save parent job id, build, board and suite info to tko_jobs. by Dan Shi · 9 years ago
  8. b669cbd [autotest] Disable install autotest from job_repo_url for test_that by Dan Shi · 11 years ago
  9. cf4d203 [autotest] Update autoserv to support server-side packaging. by Dan Shi · 10 years ago
  10. ec1d47d [autotest] Add support for scheduler to honor require_ssp attribute in control file by Dan Shi · 10 years ago
  11. ad78aca [autotest] Cleanup follows the same code path as other special task. by Fang Deng · 10 years ago
  12. 44ae923 [autotest] Disable incremental updating of TKO from server job. by Alex Miller · 10 years ago
  13. 7a61d2f Add suspend method. by Gwendal Grignou · 10 years ago
  14. 04be2bd Autotest: Change logging.warn() to logging.warning(). by Ilja H. Friedel · 10 years ago
  15. 686fca8 [autotest] Set job_labels to the job labels when calling run(). by Alex Miller · 10 years ago
  16. ca76bcc [autotest] Pass --job-labels to cleanup. by Alex Miller · 11 years ago
  17. 667b5f2 [autotest] Special task control segments take label-dependant actions by Alex Miller · 11 years ago
  18. d067268 [Autotest] Add default host parameters to host factory. by beeps · 11 years ago
  19. c5947fa [autotest] add a --ssh_options option to autoserv by Aviv Keshet · 11 years ago
  20. d1c2b73 [autotest] Make ssh verbosity flag as an argument of SiteHost by Fang Deng · 11 years ago
  21. b03ea9d [autotest] Force to collect /var/log if test is failed with device error. by Dan Shi · 11 years ago
  22. 45554f3 [autotest] Add logging surrounding PIDs. by Alex Miller · 11 years ago
  23. 8a91f23 autotest: Add flag to autoserv to disable sysinfo step by Christopher Wiley · 11 years ago
  24. 07e09af [Autotest] merge cleanup and verify by Dan Shi · 12 years ago
  25. f594c5e autotest: Allow crash collection to be skipped by Christopher Wiley · 11 years ago
  26. cb6f1e2 [autotest] Teach autoserv to check a hosts job_repo_url. by beeps · 11 years ago
  27. cb79ba7 [autotest] Add provisioning flag to autoserv. by Alex Miller · 11 years ago
  28. 91493c8 Introduce a mechanism for retrying tests at the control file level. by Scott Zawalski · 12 years ago
  29. f4d43ff Reland "Change cleanup phase to only restart the UI instead of rebooting the machine." by Chris Sosa · 12 years ago
  30. 9479fcd Revert "Change cleanup phase to only restart the UI instead of rebooting the machine." by Chris Sosa · 12 years ago
  31. 76552a3 Reland "Change cleanup phase to only restart the UI instead of rebooting the machine." by Chris Sosa · 12 years ago
  32. 7a87576 Keep the job label around for the test. by Peter Mayo · 12 years ago
  33. 456d3c1 Upstream Autotest merge. by Dale Curtis · 13 years ago
  34. 5759356 Move distribute_across_machines and gtest to site extension. by Paul Pendlebury · 13 years ago
  35. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  36. 92a9074 Fix run_remote_tests erroneous error report on bvt runs. by Paul Pendlebury · 13 years ago
  37. 7c1fdcf Adding parser to report desktopui/gtest individual test status. by Paul Pendlebury · 13 years ago
  38. e4afc77 Reduce load on autotest by cutting number of forks and parsers. by Paul Pendlebury · 13 years ago
  39. 1f6f3e7 Enable continuous parsing and add host names to global autoserv.DEBUG entries. by Paul Pendlebury · 14 years ago
  40. f807c18 Preparing to upstream: Created host_attributes and server_job_utils files. by Paul Pendlebury · 14 years ago
  41. ff1076d Enable test distribution/parallel execution from within Autotest ServerJob. by Paul Pendlebury · 14 years ago
  42. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 14 years ago
  43. bdaab79 Revert "Merge remote branch 'cros/upstream' into autotest-rebase" by Kenneth Waters · 14 years ago
  44. 7edb304 Merge remote branch 'cros/upstream' into autotest-rebase by Eric Li · 14 years ago
  45. 10222b8 The original CL 5188004 only takes care of client side tests and missed the opportunities to support server side control file, since there are lots of occurrence of hosts.create_host(hostname) call inside the server control file. by Eric Li · 14 years ago
  46. 6f27d4f Merge remote branch 'cros/upstream' into tempbranch3 by Eric Li · 14 years ago
  47. 517d95a Revert "Merge remote branch 'cros/upstream' into tempbranch2" by Benson Leung · 14 years ago
  48. 25fc6d1 Merge remote branch 'cros/upstream' into tempbranch2 by Eric Li · 14 years ago
  49. e29d0e4 Put the continuous parsing hooks into the refactored job.record code. by jadmanski · 14 years ago
  50. 5205363 Restores proper support for handling unexpected client terminations by jadmanski · 14 years ago
  51. 2a89dac Refactor the server_job code to use the base_job implementation of record. by jadmanski · 14 years ago
  52. 0a88370 Add the ability to clear out known hosts file for a specific host, and by mbligh · 15 years ago
  53. b6e7bdb When client state files can't be retrieved after a job the code shouldn't fail. The os.remove call is already in a proper try-except that deals with the fact that the file may be missing, the read_from_file call can be moved into the same block. by jadmanski · 15 years ago
  54. 808f4b1 Expose args as a proper job property, fix up some unit tests. In the by jadmanski · 15 years ago
  55. 648c39f server_job.run should only remove the uncollected_logs file if it created it. The method may be used recursively, so the call that creates it is the one responsible for removing it. by jadmanski · 15 years ago
  56. e0cbc91 Add support to autoserv for a --control-filename parameter, to allow users to by mbligh · 15 years ago
  57. a2c9949 Change the job.postprocess_job_state to catch OSError and not IOError, since by mbligh · 15 years ago
  58. cc92936 Basic support for "summary results" -- articifial test results that are explicitly recorded by a server-side control file or code that it calls. This CL just adds the record_summary() method to the server_job object. It lacks any special parser support or TKO DB changes, those will come later. by showard · 15 years ago
  59. 12b4558 Massive permission fix by lmr · 15 years ago
  60. fc3da5b More refactoring of the job state code to try and reduce duplication. by mbligh · 15 years ago
  61. 0cb250f Style fix. The itertools import shouldn't be on a separate line. by jadmanski · 15 years ago
  62. 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
  63. 15971eb Reworked the server side profiling support to use barrier to synchronize by mbligh · 15 years ago
  64. fbf73ae Refactor all of the persistent state managing code in the client job by mbligh · 15 years ago
  65. 02a3ba2 Fix a regression from the big job refactoring. The refactoring by jadmanski · 15 years ago
  66. 0d0f67d Create a base_job class in the common library as a location to by mbligh · 15 years ago
  67. cf8d492 Log a message with a traceback immediately when an exception is caught that fails a test or job. by showard · 15 years ago
  68. 07e27af I realized that my initial addition of the default_profile_only by showard · 15 years ago
  69. a6082ef Add a global mechanism to the job object to allow users to change by showard · 15 years ago
  70. 7eacbc2 Fixed multiple kernel control file generation for server side tests for by mbligh · 15 years ago
  71. cd5fac4 Typo fix. sorry! by showard · 15 years ago
  72. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  73. 26f0d88 Add an info message about processing the control file by mbligh · 15 years ago
  74. a2b07dd Import logging into the namespace of server control files, as it is for clients by mbligh · 15 years ago
  75. 78c0daa Unittest and typo fix for previous CL. by mbligh · 15 years ago
  76. 415dc21 Allow a couple of machines failing to install a kernel in the server by mbligh · 15 years ago
  77. 75cdfee Make autoserv and autotest client use the new logging_manager system. I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once. by showard · 15 years ago
  78. efe4ebf A new version of the fix to handle race conditions between console by jadmanski · 15 years ago
  79. 374f341 Adds a -G to autoserv to be able to set host_group_name in the group keyvals by mbligh · 15 years ago
  80. fb9c0fa Special-case the crashinfo-only mode of running a job to only run by jadmanski · 15 years ago
  81. c86113b Added server_job.set_test_tag() function (similar to the one in by mbligh · 15 years ago
  82. 0a8c332 Modified import_site_class() to not wrap baseclass with a local dummy by mbligh · 15 years ago
  83. feac010 Added support to AbstractSSHHost.get_file() to not try to preserve the by mbligh · 15 years ago
  84. 3bff909 Fix a race condition in server_job._update_collected_logs_list where by jadmanski · 16 years ago
  85. 48925de Drop the code that's removing status.log at the start of a job. by jadmanski · 16 years ago
  86. 5896298 Only write a job keyval out if there isn't already a keyval with by jadmanski · 16 years ago
  87. 382303a When we "touch" status.log make sure we don't damage any already existing log. by jadmanski · 16 years ago
  88. 0931b0a Wrapped every repair phase in a try/except to consume errors in repair by mbligh · 16 years ago
  89. 4b51d54 If a reboot fails, the exception should always float upwards; a by jadmanski · 16 years ago
  90. 210bae6 Summary: Fixing further breakage found using the -N flag of autoserv by mbligh · 16 years ago
  91. 2de8311 Fix up a problem when flushing the WARN logs on the server side. If by jadmanski · 16 years ago
  92. 16a7ff7 The enabling and disabling of warning messages unfortunately seems to by jadmanski · 16 years ago
  93. a788dc4 New version of the patch, I moved the logging config code right before by mbligh · 16 years ago
  94. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 16 years ago
  95. 4395bbd by mbligh · 16 years ago
  96. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 16 years ago
  97. 6bb32d7 Add some code to the server job and autotest classes to save off a by jadmanski · 16 years ago
  98. 779bd29 Touch the status.log file when a server job starts, so that once a by jadmanski · 16 years ago
  99. 838d82d Multiple machines job results can't be parsed correctly due to missing by mbligh · 16 years ago
  100. c0a623d Fix a type in server_job.py where we were pulling a site implementation out by jadmanski · 16 years ago