1. 1120cdf [autotest] Include links to failed test logs in suite output by Chris Masone · 12 years ago
  2. 5552dd7 [autotest] Pull suite sharding factor from global_config.ini by Chris Masone · 12 years ago
  3. 2e20498 [autotest] Check for 'image_name' in autoupdate control file by Chris Masone · 12 years ago
  4. 8abb6fc [autotest] Add job_repo_url host attribute by Chris Masone · 12 years ago
  5. fb08a77 [autotest] Add DevServer class that uses the new HTTP API by Chris Masone · 13 years ago
  6. 764557d Change db host from cautotest to cautotest-mysql. by Scott Zawalski · 13 years ago
  7. 2ef1d4e [autotest] Add a harness for running dynamic suites from your workstation by Chris Masone · 13 years ago
  8. 20a9b58 Merge as much from autotest-tools in to autotest as possible. by Scott Zawalski · 13 years ago
  9. b4d6caa Add dut_usage tool that queries the autotest DB for usage data. by Chris Sosa · 13 years ago
  10. 8adf789 Autotest upstream merge. by Dale Curtis · 13 years ago
  11. 6ad3319 Fix various packager issues. Prepare changes for upstream. by Dale Curtis · 13 years ago
  12. 74a314b Upstream Autotest merge. by Dale Curtis · 13 years ago
  13. 7e93d2e Move host randomization and ssh checks into new metahost scheduler. by Dale Curtis · 13 years ago
  14. cb7bfaf Reduce timeout conditions for Chrome OS for efficiency. by Dale Curtis · 13 years ago
  15. 861b2d5 Merge remote branch 'cros/upstream' into master by Eric Li · 13 years ago
  16. c1c1539 Move Autotest to /usr/local/autotest and fix hard-coded autodir paths in client tests. by Dale Curtis · 14 years ago
  17. f44ff96 Remove code that added bind mounts to drop the 'noexec' mount option. by J. Richard Barnette · 14 years ago
  18. 0b6843a Fix server side autotests installing to the wrong directory. by Dale Curtis · 14 years ago
  19. e0493a4 Merge remote branch 'cros/upstream' into tempbranch by Eric Li · 14 years ago
  20. b1414e2 Merge remote branch 'origin/upstream' into tempbranch by Eric Li · 14 years ago
  21. 4a41e01 by jamesren · 14 years ago
  22. 95821cc Modify global_config.ini to support packager of autotest client. by Eric Li · 14 years ago
  23. 0d1ea96 Merge remote branch 'origin/upstream' into tempbranch by Eric Li · 14 years ago
  24. 76fcf19 Add ability to associate drone sets with jobs. This restricts a job to by jamesren · 14 years ago
  25. de42f47 Merge remote branch 'origin/upstream' into tempbranch by Sean O'Connor · 14 years ago
  26. 0cde1eb Increase Test Planner execution engine AFE timeout by jamesren · 14 years ago
  27. 4e4cd61 Turn on transparent client test prebuild for chromeos autotest. by Eric Li · 14 years ago
  28. d284e64 Adding test for checking to see if the devicekit-disks daemon is running by David Garcia · 14 years ago
  29. 33ae33b Merge remote branch 'origin/upstream' into master. by Darin Petkov · 14 years ago
  30. 0147196 Add an option to disable/enable the use of ssh-agent with paramiko. On servers running large numbers of jobs it's possible for autoserv to DoS the ssh-agent with too many requests, so it's useful to be able to restrict the usage to keyfiles only in certain situations. by jadmanski · 14 years ago
  31. dc09a68 Merge remote branch 'remotes/origin/upstream' into tempbranch by Sean O'Connor · 14 years ago
  32. b86bfa1 Move AUTOTEST_GB_DISKSPACE_REQUIRED to global.ini file by mbligh · 14 years ago
  33. 9a955c6 Merge remote branch 'remotes/origin/upstream' into master. by Darin Petkov · 15 years ago
  34. 250d84d Merge the two databases and the two Django projects. Note that the TKO migrations are still present, as is the migration code for TKO in database/migrate.py. These pieces of code are preserved because they are required by this change to perform the merge. A separate change will be submitted in the future to remove those references. by showard · 15 years ago
  35. 8dbd05a Implement periodic reverification of dead hosts, configurable in global_config. Implemented as part of the periodic cleanup, so the frequency of reverification is bounded by the periodic cleanup interval. I felt this would be acceptable and putting this in the existing cleanup class makes things more nicely organized. by showard · 15 years ago
  36. 61e8788 Enable master SSH connection sharing speeding up test runs. by Darin Petkov · 15 years ago
  37. 8862e70 Merge upstream into master. by Darin Petkov · 15 years ago
  38. efccc1b Whenever a new SSH connection is initiated to an SSH host (run, send_file, by mbligh · 15 years ago
  39. 47d5a47 Merge remote branch 'remotes/origin/upstream' into master. by Darin Petkov · 15 years ago
  40. f13a9e2 Add periodic CPython garbage collector statistics logging to aid in by showard · 15 years ago
  41. 526201b More misc tuning on autotest script. Reduce false error message due to chromeos constrains. by ericli@google.com · 15 years ago
  42. 6d08b3c Make a standalone client to be able to use global_config.ini by lmr · 15 years ago
  43. 6f6afd1 Reverting revision 3917. This introduces problems since the global config by jadmanski · 15 years ago
  44. 7ca9e01 Remove the synch_job_start_timeout_minutes scheduler "feature" as it is by showard · 15 years ago
  45. 38b2a85 Right now autotest will drop caches between: by mbligh · 15 years ago
  46. 55552bf Autotest has 2 implementations of SSH based hosts, the default, by mbligh · 15 years ago
  47. a0e38ea Use "," for separating the list components of the client_autodir_paths setting by showard · 15 years ago
  48. ac5b000 * get rid of the code to create the drone temp dir in drones.py. This used to be necessary because we needed that directory just to run drone_utility (so we could put the pickle file there). But now we use stdin, so we don't need this anymore. (drone_utility still initializes the temp dir for its own use.) by showard · 15 years ago
  49. bd45064 Move autodir_client_paths defaults into global_config.ini. Typically when we add default to the global_config that users should be aware of we remove them from the code so the code fails if the value is not specified. So that is what i did here by showard · 15 years ago
  50. 8d3dbca Make the maximum number of refreshes before forgetting a pidfile by showard · 15 years ago
  51. ec6a3b9 Make the pidfile timeout in the scheduler configurable. Raise the by showard · 15 years ago
  52. b6a186f Email notification currently relies on an MTA installed by showard · 15 years ago
  53. 02ed4bd Reorganization of the host selection UI in the AFE create job view. by showard · 15 years ago
  54. cb8cb33 Don't require the atfork module by default (via the config file). Test by mbligh · 15 years ago
  55. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  56. 5fa9e11 By default, only warn when orphaned autoservs are found by mbligh · 15 years ago
  57. 7718256 Have the scheduler wait a configurable amount of time before starting by showard · 15 years ago
  58. 5613c66 Add an option to global config to disable to the scheduler isn't accidentally started on drones. by showard · 15 years ago
  59. 12f3e32 Add job maximum runtime, a new per-job timeout that counts time since the job actually started. by showard · 15 years ago
  60. a1e74b3 Add job option for whether or not to parse failed repair results as part of a job, with a default value in global_config. Since the number of options associated with a job is getting out of hand, I packaged them up into a dict in the RPC entry point and passed them around that way from then on. by showard · 15 years ago
  61. 324bf81 by showard · 16 years ago
  62. 170873e Attached is a very large patch that adds support for running a by showard · 16 years ago
  63. 37eceaa Add entries to the config file to control which server is used rather by mbligh · 16 years ago
  64. c85c21b * allow scheduler email "from" address to be specified in global config by showard · 16 years ago
  65. 9886397 Add job start timeout for synchronous jobs. This timeout applies to synchronous jobs that are holding a public pool machine (i.e. in the Everyone ACL) as "Pending". This includes a new global config option, scheduler code to enforce the timeout and a unit test. by showard · 16 years ago
  66. b0900da Set the default passwords to something that more clearly indicates that by jadmanski · 16 years ago
  67. 542e840 Added email_list field to front end. On job completion emails on this by showard · 16 years ago
  68. ce12f55 Attached is a large patch for a powerful and flexible new graphing system for new TKO. This system subsumes all the previous kernel graphing scripts under the tko/ directory and is capable of much more. These wiki pages document usage of the new system and give an idea of what it's capable of: by showard · 16 years ago
  69. 1a573ca Allow a different host for readonly connections. by showard · 16 years ago
  70. 970a6db Rate limit the final parse of the scheduler. If more than 100 or so run at a time, it will bring mysql to its knees (for no good reason...all actions are on different jobs). by showard · 16 years ago
  71. 8200564 Leave the readonly credentials as the default credentials in global_config, since otherwise some stuff (i.e. query_results) won't work when shadow_config is inaccessible. by showard · 16 years ago
  72. dfc0d2a Change default to repair anything we can by mbligh · 16 years ago
  73. b024fb1 Rename host protection category "Filesystem only" to "Repair filesystem only". by mbligh · 16 years ago
  74. 09096d8 -added readonly_connection.py, which opens a second DB connection using readonly credentials found in the global config by showard · 16 years ago
  75. df06256 Adding protection levels to hosts. Allows the user to specify how much by showard · 16 years ago
  76. 3bb499f Adding a timeout field to the "Create Job" tab, modified the create_job by showard · 16 years ago
  77. 1a7fe6e Remove the throttling of file copies over ssh as the performance cost by jadmanski · 16 years ago
  78. b060633 Risk: Low by jadmanski · 16 years ago
  79. 55c7f33 isk: Medium Visibility: Low, affects global config by jadmanski · 16 years ago
  80. ec11316 -make scheduler monitor number of running tasks and keep it limited to some maximum, set in global config by showard · 16 years ago
  81. 65acae5 Insert a retry delay for DB reconnects in db.py, and make sure we by mbligh · 16 years ago
  82. c13a3b8 add default notify for scheduler section to global config by mbligh · 16 years ago
  83. aeabe3b Fix up correct example passwords in config.ini files by mbligh · 16 years ago
  84. 104e9ce This fixes some issues with global_config relating to the fact by mbligh · 16 years ago
  85. b090f14 more on global config by mbligh · 16 years ago
  86. ed4d6dd glocal_config patch by mbligh · 16 years ago