1. e497b55 [autotest] Testing mode for autoserv. by Jakob Juelich · 10 years ago
  2. 8eac5af [autotest] Ignore HTTPError and URLError when trying to get board from AFE by Dan Shi · 10 years ago
  3. da8c60a [autotest] Migrate graphite directory to client/common_lib/cros by Michael Liang · 10 years ago
  4. ca76bcc [autotest] Pass --job-labels to cleanup. by Alex Miller · 10 years ago
  5. 667b5f2 [autotest] Special task control segments take label-dependant actions by Alex Miller · 10 years ago
  6. d6b8377 [autotest] Add faulthandler to autoserv by Simran Basi · 11 years ago
  7. 49e21e6 Autoserv: Log end of sigterm handler by Simran Basi · 11 years ago
  8. 9d9b729 Autoserv: Log SIGTERM Signals. by Simran Basi · 11 years ago
  9. 6cc20de [autotest] Set default value of --ssh_options to an empty string by Fang Deng · 11 years ago
  10. 276c5cc [autotest] Make sure ssh_options is not None in server/autoserv by Fang Deng · 11 years ago
  11. c5947fa [autotest] add a --ssh_options option to autoserv by Aviv Keshet · 11 years ago
  12. d1c2b73 [autotest] Make ssh verbosity flag as an argument of SiteHost by Fang Deng · 11 years ago
  13. 5c40ec6 [autotest] improve logging in autoserv main() by Aviv Keshet · 11 years ago
  14. 18ee314 [autotest] add an --ssh_verbosity flag to autoserv by Aviv Keshet · 11 years ago
  15. bbc1613 [autotest] check if control object has name attribute before accessing it by Dan Shi · 11 years ago
  16. 8a91f23 autotest: Add flag to autoserv to disable sysinfo step by Christopher Wiley · 11 years ago
  17. a1ecd5c [Autotest] Measure autoserv run time end to end with graphite by Dan Shi · 11 years ago
  18. 07e09af [Autotest] merge cleanup and verify by Dan Shi · 11 years ago
  19. f594c5e autotest: Allow crash collection to be skipped by Christopher Wiley · 11 years ago
  20. cb6f1e2 [autotest] Teach autoserv to check a hosts job_repo_url. by beeps · 11 years ago
  21. cb79ba7 [autotest] Add provisioning flag to autoserv. by Alex Miller · 11 years ago
  22. 91493c8 Introduce a mechanism for retrying tests at the control file level. by Scott Zawalski · 12 years ago
  23. de6bb19 [autotest] Fix a tiny irritating docstring typo by Aviv Keshet · 11 years ago
  24. 0528d6f [autotest] Exit on SIGALARM. by Alex Miller · 12 years ago
  25. f1af17e [autotest] Modify autoserv to log SIGALARM. by Alex Miller · 12 years ago
  26. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  27. 8a60d1e Ignore SIGTTOU. by David Rochberg · 13 years ago
  28. e0cbc91 Add support to autoserv for a --control-filename parameter, to allow users to by mbligh · 14 years ago
  29. 566d3c0 In autoserv, be more lenient when deciding if results exist. The problem was that we were running parsing/archiving on repair failed results, but those don't include a control.srv (we simply run autoserv -R). by showard · 15 years ago
  30. 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
  31. a5f5e54 Ensure USER environment variable is always set within autoserv. by mbligh · 15 years ago
  32. cb8cb33 Don't require the atfork module by default (via the config file). Test by mbligh · 15 years ago
  33. 9ff89cd atfork fixups are only needed for autoserv as it is the only thing that ever by mbligh · 15 years ago
  34. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 15 years ago
  35. c229956 Rename the signal handler function to match its actual use. by mbligh · 15 years ago
  36. 10d8417 add two logging-related options to autoserv: by showard · 15 years ago
  37. 043c62a Ensure all entry points get the import-time logging logic executed before other autotest imports. by showard · 15 years ago
  38. 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
  39. 332000a Wrap the Host object garbage collection out so that it gets run on by mbligh · 15 years ago
  40. 374f341 Adds a -G to autoserv to be able to set host_group_name in the group keyvals by mbligh · 15 years ago
  41. d3dc199 Add support to the scheduler to run autoserv --collect_crashinfo after a job finishes or is aborted. by showard · 15 years ago
  42. 9554eb4 Fixing a bug reported by Martin when running autoserv with the -N flag. by mbligh · 15 years ago
  43. a788dc4 New version of the patch, I moved the logging config code right before by mbligh · 15 years ago
  44. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 15 years ago
  45. b18134f As discussed on the mailing list, we implemented logging with a single by showard · 15 years ago
  46. a5cb406 by mbligh · 15 years ago
  47. ff7d61f Fix autoserv -N by making pid_file_manager conditional. Else it by mbligh · 16 years ago
  48. e0dffc3 When a server job fails "normally" (i.e. after it's been properly by jadmanski · 16 years ago
  49. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 16 years ago
  50. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 16 years ago
  51. 1ffd5dc Fix up bad merge by mbligh · 16 years ago
  52. 82648e5 Revert accidental double-patching of last change by mbligh · 16 years ago
  53. 92c0fc2 Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  54. 80e1eba Enable autoserv to operate without a results directory by mbligh · 16 years ago
  55. 1071763 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  56. d6c56a9 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
  57. 53aaf38 Add a hosts attribute to server jobs for accessing all the hosts in by jadmanski · 16 years ago
  58. 45ae819 Add a formal cleanup phase to the scheduler flow. by showard · 16 years ago
  59. 49acee5 Revert previous change to move results arg processing later down by mbligh · 16 years ago
  60. 27b37ea Get rid of the job.aborted flag. It's not necessary, and it actually by jadmanski · 16 years ago
  61. adfe431 Throw an exception if the specified results directory already exists. by mbligh · 16 years ago
  62. 0b8c32d More debug module additions. by mbligh · 16 years ago
  63. 7cd30fd Enforce use of a directory to put results in from autoserv by mbligh · 16 years ago
  64. 21baa45 Add options to control reboots before and after a job. by showard · 16 years ago
  65. cce191f Only do the split on input machines variable (from optparse) if by mbligh · 16 years ago
  66. c69dfce Split on newlines, commas, tabs, _and_ spaces rather than just commas. by mbligh · 16 years ago
  67. b2bea30 Added the aditional -s flag which specifies that a test is server side. by mbligh · 16 years ago
  68. fbc1f0a Add support to job.repair for host protections, specified through a by jadmanski · 16 years ago
  69. 161fe6f Create the ability to add site_specific precheck code on server_job in a method called after stdout and stderr have been re-directed. by mbligh · 16 years ago
  70. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  71. a6f1308 Changed the autoserv_parser to simple re-direct to getopts. by mbligh · 16 years ago
  72. 1965dfa New options and automatic ssh key setup by mbligh · 16 years ago
  73. b7dcc7f Factored parser out into a singleton that can be accessed anywhere. Also allowed the possiblity to by mbligh · 16 years ago
  74. a6f2a48 Add a traceback.print_exc to autoserv to make sure caught exceptions by jadmanski · 16 years ago
  75. a46678d Refactor autoserv a bit so that the pid file is written out earlier. by mbligh · 16 years ago
  76. fe0af11 The parser cleanup should be idempotent. Also, renamed from _cleanup by mbligh · 16 years ago
  77. 6437ff5 Use the new parser library directly inside of autoserv, instead of by mbligh · 16 years ago
  78. f5427bb Fix up the importing in server/hosts to not be so fragile. Importing by mbligh · 16 years ago
  79. c251a1f Change autoserv to replace stdin with /dev/null. by mbligh · 16 years ago
  80. 9e61878 Add --help and -h to autoserv by mbligh · 16 years ago
  81. bb42185 This patch enables the scheduler to pick up jobs that were left running after it crashes, and see them to completion. by mbligh · 16 years ago
  82. 38c2d03 Changed sighandler in autoserv to call SIGKILL on its children instead of SIGTERM. by mbligh · 16 years ago
  83. f7243e1 Implemented proper kill for autoserv: on receival of a SIGTERM it will kill its children. by mbligh · 16 years ago
  84. ed4d6dd glocal_config patch by mbligh · 16 years ago
  85. 394ff51 If running a server job throws an uncaught exception treat that as if by mbligh · 16 years ago
  86. 535a454 Eliminate duplicates and sort the machine list so it's deterministic. by mbligh · 16 years ago
  87. 0c3548d Move check_version into the common utils and make sure we run it for any by mbligh · 16 years ago
  88. e5cd0fd Provide an options not to tee the output to stdout/stdderr. by mbligh · 17 years ago
  89. e25fd5b Change verify to throw an error if it fails, and record things correctly by mbligh · 17 years ago
  90. e8b37a9 Fix up parse so it can reparse a job - allows continuous status by mbligh · 17 years ago
  91. dbf3761 Produce proper errors when given an invalid machine list by mbligh · 17 years ago
  92. faf0cd4 Running autotest_client should give the same exit status as running by mbligh · 17 years ago
  93. 1d42d4e Add a simple verify and repair function to autoserv for the by mbligh · 17 years ago
  94. 74fc046 Add email reporting to failing tests when parsing results by mbligh · 17 years ago
  95. 842c659 Add -M option to autoserv to pick up list of machines from a file by mbligh · 17 years ago
  96. fdbe7d9 Run abspath on results dir by mbligh · 17 years ago
  97. 3f4bced Make sure stdout and stderr are written to autoserv.std* files. by mbligh · 17 years ago
  98. 40f122a Allow site-local extensions to autoserv, and a custom site install by mbligh · 17 years ago
  99. f36243d Below is the shell for installer support. At the moment, this is by mbligh · 17 years ago
  100. 4ef8623 Fix autoserv usage args by mbligh · 17 years ago