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