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