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