1. 71b9431 Make the parser read and use the machine platform from host_keyvals, if available. Goodbye machine_transfer! Also made it handle multimachine jobs (use a comma-separated, sorted list of distinct platforms from the individual machines) and atomic group jobs (use the same atomic group override value that was used for machine name, when applicable). by showard · 15 years ago
  2. 1be877f Reinstall test, accidentally got left out of r3576. by showard · 15 years ago
  3. 87cc38f Add the ability to exclude hosts in an atomic group from the get_hosts RPC. by showard · 15 years ago
  4. 08c4d83 Disable the old 'backwards compatibility' debug/autoserv.stdout and by showard · 15 years ago
  5. a5a72c9 Change populate_relationships() for many-to-one relationships to pull only the base object ID, and not a whole instance of the base model, from each related model. Pulling the whole base model involves an unnecessary DB query each time, since the initial query for related models already includes all the base model IDs, and that's all we're interested in. I don't know if this was new with Django 1.0 or not, but it was massively slowing down populate_relationships() for large queries, commonly encountered with get_detailed_test_views. by showard · 15 years ago
  6. 5ce8fa8 Frontend unittest fix. by showard · 15 years ago
  7. 65974e1 Remove invalidated records from the select lists in the admin interface. by showard · 15 years ago
  8. 1fe34c4 Add options to reinstall hosts from the Host List tab and the View Host by showard · 15 years ago
  9. 549afad Added pid file checks to monitor_db and monitor_db_babysitter, so that by showard · 15 years ago
  10. 70a294f Don't expect aborted "Pending" entries to be recovered. They'll be immediately picked up by _find_aborting() so they don't need to be recovered. by showard · 15 years ago
  11. 58721a8 One-off fix to address the issue where a scheduler shutdown immediately by showard · 15 years ago
  12. 3739978 Instrument the drone manager to allow debugging why it lost track of by showard · 15 years ago
  13. 474d136 Sanity check: prevent the creation of a special task for a host that already by showard · 15 years ago
  14. 6bba3d1 Don't assert if we were unable to load the pidfile in num_tests_failed. by showard · 15 years ago
  15. e8e3707 Treat unrecoverable host queue entries as a fatal error. Their existance by showard · 15 years ago
  16. 6d1c143 Fix scheduler's handling of jobs when the PID file can't be found. by showard · 15 years ago
  17. 8177fbc Add a "(triage failures)" link to the AFE Job Details tab. by showard · 15 years ago
  18. eb0fd4c Clicking any part of the row in the hosts table in AFE View Job tab by showard · 15 years ago
  19. 8de1b4f Change handling of filename in logging_manager_test.py so that it no by showard · 15 years ago
  20. 708b352 Do not go through a DelayedCallTask on atomic group jobs when all Hosts by showard · 15 years ago
  21. 9b6ec50 Turn an assertion into a more useful error message. by showard · 15 years ago
  22. 122f6bc Don't update the local copy of the checksum file when fetching a by jadmanski · 15 years ago
  23. 7f3c82f KVM test: add AutoIt test to kvm_tests.cfg.sample by lmr · 15 years ago
  24. 3f0784d KVM test: add sample AutoIt script by lmr · 15 years ago
  25. 3efa0bd KVM test: add AutoIt test by lmr · 15 years ago
  26. f30b37b KVM test: Build qemu binaries with debugging symbols by lmr · 15 years ago
  27. 6f5745a KVM test: step file tests: do not fail when receiving an invalid screendump by lmr · 15 years ago
  28. c8a650f KVM test: Step files to setup the new remote shell server on Windows guests by lmr · 15 years ago
  29. 8361db4 KVM test: Batch script that prepares a Windows guest for remote access by lmr · 15 years ago
  30. c14e179 KVM test: Simple remote shell server for use with Windows guests by lmr · 15 years ago
  31. 52800ba KVM test: allow the user to specify the paths of the qemu and qemu-img binaries by lmr · 15 years ago
  32. 90b9fd5 KVM test: treat all user specified paths equally by lmr · 15 years ago
  33. 9018a80 KVM test: allow for regex matching of keys in the config parser by lmr · 15 years ago
  34. b4954e0 KVM test: add a function that translates user specified paths to real ones by lmr · 15 years ago
  35. 9f6ebf1 KVM test: support Netcat as a remote shell client by lmr · 15 years ago
  36. 912c74b KVM test: rename SSH related parameters and functions and add new ones by lmr · 15 years ago
  37. 27b5291 Get rid of the "lightweight" autotest install option, in favour of by jadmanski · 15 years ago
  38. a419700 KVM test: kvm_subprocess: add function kill_tail_thread() by lmr · 15 years ago
  39. 9e97329 KVM test: kvm_tests.cfg.sample: improve shell_prompt regular expressions by lmr · 15 years ago
  40. 5df99f3 KVM test: kvm_subprocess: make is_alive() much shorter by lmr · 15 years ago
  41. 2077374 KVM test: shutdown test: do not close session immediately after shutdown command by lmr · 15 years ago
  42. 49f174d KVM test: stepmaker.py: Do not attempt to use undefined variable 'version' by lmr · 15 years ago
  43. 8e7929b KVM test: Fixing small mistake introduced by changeset:3528 by lmr · 15 years ago
  44. 26bac24 KVM test: make stress_boot work properly with TAP networking by lmr · 15 years ago
  45. ee90dd9 KVM test: make VMs use a dynamic MAC-IP mapping generated by tcpdump by lmr · 15 years ago
  46. 965bcd2 KVM test: dynamically detect and cache MAC-IP pairs using tcpdump by lmr · 15 years ago
  47. 4fe15ba KVM test: kvm_subprocess: send user specified parameters to kvm_tail callbacks by lmr · 15 years ago
  48. 44d9889 KVM test: specify installation cdkeys in a dedicated file by lmr · 15 years ago
  49. 155b27d KVM test: add host-specific MAC-IP pool configuration by lmr · 15 years ago
  50. d290fa6 KVM test: add sample 'qemu-ifup' script by lmr · 15 years ago
  51. f469634 KVM test: add basic TAP support with static MAC-IP mapping by lmr · 15 years ago
  52. ac5089b KVM test: add some MAC/IP address utilities to kvm_utils by lmr · 15 years ago
  53. e9f528e KVM test: Remove unnecessary callouts to external programs by lmr · 15 years ago
  54. 33b3ad1 Prevent the logging code from exploding into infinite handleError recursion by mbligh · 15 years ago
  55. 42c5126 Instrument failed calls to paramiko's Transport by mbligh · 15 years ago
  56. f341fd1 Add support for checking for some files on the OS first prior to by mbligh · 15 years ago
  57. c26763e Currently, the utility function import_site_symbol prints by mbligh · 15 years ago
  58. 3c9ee6e Delete stale benchmark graphs. by mbligh · 15 years ago
  59. ede7e24 Add support for autotest clients run by autoserv to request packages by jadmanski · 15 years ago
  60. a89bdac KVM test: Make kvm_config.py to use autotest logging by lmr · 15 years ago
  61. 3252538 KVM test: Fix KVM release tag detection by lmr · 15 years ago
  62. ff2a7c5 KVM test: timedrift: pass parameters to the get_time() helper function by lmr · 15 years ago
  63. 5735559 KVM test: kvm_utils.py: small fix for format_str_for_message() by lmr · 15 years ago
  64. 33177c9 KVM test: kvm_config.py: do not fail when including a nonexistent file by lmr · 15 years ago
  65. 5e41906 KVM test: minor style changes to kvm_config.py by lmr · 15 years ago
  66. 5b82960 KVM test: timedrift test: close shell session before failing the test by lmr · 15 years ago
  67. 25e89fc KVM test: timedrift: Use helper functions to make the code more readable by lmr · 15 years ago
  68. e7a732b KVM test: kvm_subprocess: don't immediately check /proc/$PID/cmdline by lmr · 15 years ago
  69. b1a5113 Next step in the PackageManager restructure, replace the static list by jadmanski · 15 years ago
  70. c27c231 A very large first-pass refactoring of the packaging code. Ultimately by jadmanski · 15 years ago
  71. 36fca26 KVM test: Add a comment to hugepage variant by lmr · 15 years ago
  72. dc3bbe3 Current ebizzy control file value is breaking up the by mbligh · 15 years ago
  73. f2f84cd Do not blindly set Host entries to 'Ready' in the database when adding a one by mbligh · 15 years ago
  74. 1ef218d This is the result of a batch reindent.py across our tree. by mbligh · 15 years ago
  75. a5c00bb Add a quick docstring to blktrace so it is properly added by test_importer by mbligh · 15 years ago
  76. a2f8954 Import error from the right library. by mbligh · 15 years ago
  77. b87c238 This patch just change -t to come first in args string. by mbligh · 15 years ago
  78. b65c5b0 Use lower ports for profiling. by mbligh · 15 years ago
  79. 5fa9e11 By default, only warn when orphaned autoservs are found by mbligh · 15 years ago
  80. 56f1f4a Allow to specify hosts when cloning a job. by mbligh · 15 years ago
  81. 5a49608 Make 'job clone --id' an action instead of 'job create --clone'. by mbligh · 15 years ago
  82. 5a0ca53 * Fix send_file() for delete_dest=True case when it is a dir to avoid: by mbligh · 15 years ago
  83. 6fbdb80 Change print msg to logging.error(msg) so that we actually get the error in the scheduler log about the scheduler not being enalbed. by mbligh · 15 years ago
  84. b62f724 Rewritten most of the mirror script around a new configuration file by mbligh · 15 years ago
  85. fe6515e KVM test: Add hugepage variant by lmr · 15 years ago
  86. 279e533 Fix SourceForge links in build_externals.py. SourceForge seems to have by mbligh · 15 years ago
  87. cc8ca82 Does some refactoring of the harness_autoserv class so that later when by mbligh · 15 years ago
  88. 1fdd197 Fix the server profiler calculation that determines what hosts already by mbligh · 15 years ago
  89. 0308cc8 Make the partition code a bit more general by providing a method for by mbligh · 15 years ago
  90. 8ef4e00 Remove deprecated filter_non_linux() from base_partition. by mbligh · 15 years ago
  91. bafd9a7 Update retrieve logs to allow for a more dynamic site_retrieve_logs that can by mbligh · 15 years ago
  92. 672666c Fix bug where synch_count is not defined by mbligh · 15 years ago
  93. 2e7749b Teach run_test_on_partition about a 'suffix' key in the test arguments, by mbligh · 15 years ago
  94. 64f58c2 Fixed logging call arguments for disktest. by mbligh · 15 years ago
  95. bb1dce3 Fixed partition.get_mountpoint() to deal with the case where the root by mbligh · 15 years ago
  96. 7eacbc2 Fixed multiple kernel control file generation for server side tests for by mbligh · 15 years ago
  97. c133599 Try to double check that files have been successfully downloaded by by jadmanski · 15 years ago
  98. 19426ea Changed kernel.auto_kernel() to use the package manager to fetch kernel by jadmanski · 15 years ago
  99. c6a5687 Remove an assertion error that was preventing recovered atomic group by showard · 15 years ago
  100. 7890e79 Fix models.host_or_metahost_name to not die when called on a HostQueueEntry by showard · 15 years ago