1. 1bf60eb [autotest] autoserv add --lab & --host_attributes arguments by Simran Basi · 10 years ago
  2. c2d99cf [autotest] Remove the concept of 'protection level' from repair. by J. Richard Barnette · 10 years ago
  3. d725486 [autotest] Fix formatting in autoserv argument help strings. by Dan Shi · 10 years ago
  4. 888cfca [autotest] Update autoserv parser to replace optparse with argparse to support unknown arguments by Dan Shi · 10 years ago
  5. 70647ca [autotest] Save parent job id, build, board and suite info to tko_jobs. by Dan Shi · 10 years ago
  6. 36cfd83 [autotest] Support updating both firmware and CrOS from run_suite by Dan Shi · 11 years ago
  7. b669cbd [autotest] Disable install autotest from job_repo_url for test_that by Dan Shi · 12 years ago
  8. ec1d47d [autotest] Add support for scheduler to honor require_ssp attribute in control file by Dan Shi · 10 years ago
  9. df15ec5 [autotest] Remove label dependant special task actions migration code by Alex Miller · 11 years ago
  10. 667b5f2 [autotest] Special task control segments take label-dependant actions by Alex Miller · 11 years ago
  11. 8c1bb42 [autotest] fix autoserv_parser's handling of quoted strings by Aviv Keshet · 12 years ago
  12. 6cc20de [autotest] Set default value of --ssh_options to an empty string by Fang Deng · 12 years ago
  13. c5947fa [autotest] add a --ssh_options option to autoserv by Aviv Keshet · 12 years ago
  14. 18ee314 [autotest] add an --ssh_verbosity flag to autoserv by Aviv Keshet · 12 years ago
  15. 8a91f23 autotest: Add flag to autoserv to disable sysinfo step by Christopher Wiley · 12 years ago
  16. 07e09af [Autotest] merge cleanup and verify by Dan Shi · 12 years ago
  17. f594c5e autotest: Allow crash collection to be skipped by Christopher Wiley · 12 years ago
  18. cb6f1e2 [autotest] Teach autoserv to check a hosts job_repo_url. by beeps · 12 years ago
  19. cb79ba7 [autotest] Add provisioning flag to autoserv. by Alex Miller · 12 years ago
  20. 91493c8 Introduce a mechanism for retrying tests at the control file level. by Scott Zawalski · 13 years ago
  21. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 15 years ago
  22. e0cbc91 Add support to autoserv for a --control-filename parameter, to allow users to by mbligh · 15 years ago
  23. 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 · 16 years ago
  24. e7d9c60 Make the job executiontag available in both the server and client side job by mbligh · 16 years ago
  25. 10d8417 add two logging-related options to autoserv: by showard · 16 years ago
  26. 374f341 Adds a -G to autoserv to be able to set host_group_name in the group keyvals by mbligh · 16 years ago
  27. 012623f Fix args splitting when we don't have any by mbligh · 16 years ago
  28. a85d467 Consolidate control files to one central one. by mbligh · 16 years ago
  29. def0c3c Add support for running autoserv with a "--collect-crashinfo" flag by jadmanski · 16 years ago
  30. f82a182 by mbligh · 16 years ago
  31. a5cb406 by mbligh · 16 years ago
  32. a700772 Created a client/common_lib/utils/import_site_class function to take by mbligh · 17 years ago
  33. d5ab8c5 Refactor the core pidfile code out of autoserv and into a common lib by jadmanski · 17 years ago
  34. f22fea8 Add an --install-in-tmpdir option to autoserv that allows us to change by jadmanski · 17 years ago
  35. 80e1eba Enable autoserv to operate without a results directory by mbligh · 17 years ago
  36. 45ae819 Add a formal cleanup phase to the scheduler flow. by showard · 17 years ago
  37. 7cd30fd Enforce use of a directory to put results in from autoserv by mbligh · 17 years ago
  38. b2bea30 Added the aditional -s flag which specifies that a test is server side. by mbligh · 17 years ago
  39. fbc1f0a Add support to job.repair for host protections, specified through a by jadmanski · 17 years ago
  40. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 17 years ago
  41. a6f1308 Changed the autoserv_parser to simple re-direct to getopts. by mbligh · 17 years ago
  42. a5b607f Fixed horrible bug in autoserv when given the argument -h by mbligh · 17 years ago
  43. b7dcc7f Factored parser out into a singleton that can be accessed anywhere. Also allowed the possiblity to by mbligh · 17 years ago