1. 983c7c4 Added new option to repo_to_repo.py: -F. This enables it to use your own by asharif · 12 years ago
  2. 52ff307 Added --ebuild_version to build_chrome_browser.py. This can be used, for by asharif · 12 years ago
  3. 20082a0 Rename utils.utils to utils.misc to prevent Python from being confused. by kbaclawski · 12 years ago
  4. db9183a Changed --profiles_dir to --profile_dir since only a single profile is by asharif · 12 years ago
  5. 2aeeaca Added feature to repo_to_repo.py to create a gerrit CL instead of by asharif · 12 years ago
  6. 54cf678 cros_login.py now uses unique host filenames for storing the script by asharif · 12 years ago
  7. 44b122a Added command_timeout and terminated_timeout to ChrootRunCommand() and by asharif · 12 years ago
  8. 795af1d Added the following options to build_chrome_browser.py: by asharif · 12 years ago
  9. e0879f9 Added functions to utils.py: by asharif · 12 years ago
  10. e79df31 Added a new script called vanilla_vs_fdo.py. by asharif · 12 years ago
  11. 6465e62 Sometimes profile_cycler.py gets stuck when Chrome runs out of memory by asharif · 12 years ago
  12. 5859e1b Updated the function GetCtargetFromBoard(). ChromeOS can now have by asharif · 12 years ago
  13. d2ced68 Improved profiling of Chrome for ChromeOS: by asharif · 12 years ago
  14. bcdd4e5 Do not switch linkers when building the toolchain. This is unnecessary by asharif · 12 years ago
  15. 7bf41e7 Changed the way results are parsed & stored. by asharif · 12 years ago
  16. 180f31a Added new function in utils called GetChromeSrcDir(), which returns the by asharif · 12 years ago
  17. bb97b6e Changed the chromiumos gcc.git repository in the following way: by asharif · 12 years ago
  18. 1d78706 Removed .rtr files that are no longer needed. by asharif · 12 years ago
  19. 051b46f The default experiment name if no "name:" field is present in the by asharif · 12 years ago
  20. 9b15541 Always use the chromeos_root associated with the image, if possible. by asharif · 12 years ago
  21. 567bd9a Added file for keeping gcc-4_6_2-mobile branch in sync with chromiumos by asharif · 12 years ago
  22. afd4d4b Updated toolchain-utils.rtr to include crosperf and needed supporting by asharif · 12 years ago
  23. 1e7d4a2 Fixed PYTHONPATH in crosperf to be relative to the script dir (as by asharif · 12 years ago
  24. 84b5cb8 Removed unused imports from image_chromeos.py. by asharif · 12 years ago
  25. cfb451f Made ChrootRunCommand() thread-safe by putting the cd into the child process. by asharif · 12 years ago
  26. 22632bd Fixed missing spaces in autotest_runner.py. Also removed -g as the by asharif · 12 years ago
  27. ab16058 Limited the size of the perf report to 1000 lines. If perf record is by asharif · 12 years ago
  28. 1b32505 Changed image_chromeos.py to not encapsulate the ChromeOS command in by asharif · 12 years ago
  29. dc301aa Added missing getpass import. by asharif · 12 years ago
  30. a7078a1 Added code to email the cc and bcc as well as the to. by asharif · 12 years ago
  31. 0186f57 Add missing format to format string (fix a bug). by cmtice · 12 years ago
  32. 80d257f Modify build_tc.py to take a gdb_dir as an argument, and to also take by cmtice · 12 years ago
  33. 86968c4 Added option --mount_only to build_tc.py that only mounts the tool by asharif · 12 years ago
  34. 5675686 Added script to send an email to the current sheriff (determined by by asharif · 12 years ago
  35. 2154d35 Fixed bugs and added features to profile_cycler.py. by asharif · 12 years ago
  36. b096c87 Added command logging for chroot and cros remote commands. by asharif · 12 years ago
  37. 69c8914 Removed untarring of the autotest files to the experiment results directory. by asharif · 12 years ago
  38. 3b30395 Added script for dividing profile directories and merging them. This by asharif · 12 years ago
  39. 93f2788 Fixed missing import in profile_cycler.sh. by asharif · 12 years ago
  40. 5ab1c7d Fixed retval bug in cros_login.py. by asharif · 12 years ago
  41. 7ade671 Added check before doing a division to prevent potential ZeroDivisionError. by asharif · 12 years ago
  42. 345742e Added support to execute bash commands with quotes and other operators by asharif · 12 years ago
  43. 48c0cdb Added profile_cycler.py, a script to automate collection of FDO profiles by asharif · 12 years ago
  44. d8136e4 Added cros_login.py, a script to get past the login screen of ChromeOS. by asharif · 12 years ago
  45. 47f50fe Added missing file experiment_runner.py. This was missing in CL: cl/57583-p2. by asharif · 12 years ago
  46. a313d47 Added per-autotest log files instead of a single log file containing by asharif · 12 years ago
  47. ca3c6c1 Changed utils.ExecuteCommandInChroot() to command_executer.ChrootRunCommand(). by asharif · 12 years ago
  48. 7899e00 Moved os.close() to the right location to prevent "Text file busy" by asharif · 12 years ago
  49. a5689fd Cloned from CL 57424 by 'g4 patch'. by asharif · 12 years ago
  50. 7dd6d86 Added command to uninstall gcc before building & installing it. by asharif · 12 years ago
  51. f59a692 Fixed condition for loading failed results from the cache. by raymes · 12 years ago
  52. 4c3527b Fixed bug where experiment start_time may be None. by raymes · 12 years ago
  53. 8c4ddba Fix bug where None results were incorporated into numerical aggregators. by raymes · 12 years ago
  54. 3cf3289 * Fix an issue where a machine can be released without being locked. by raymes · 12 years ago
  55. d1de340 Added ability to run perf stat and have results displayed in results report. by raymes · 12 years ago
  56. d366e6d Added os.path.expanduser() to benchmark_run.py so images could be by asharif · 12 years ago
  57. b1c9850 -Removed obsolete autotest_gatherer. by raymes · 12 years ago
  58. 78f367b Added new reporting code. by raymes · 12 years ago
  59. 714f7a0 Change the android tree test from honeycomb to ics. by jingyu · 12 years ago
  60. af85edf Prepended crosperf.py invocation with the correct dir. by asharif · 12 years ago
  61. f371de5 Add support for a different board per label. by raymes · 12 years ago
  62. 1b1ab14 Modifications to allow perf counters to be specified and collected. by raymes · 12 years ago
  63. 3b9d127 Added mechanism for allowing global fields to be overridden by options passed in as arguments. by raymes · 12 years ago
  64. ec4b5b3 Automation Framework bugfix: FolderDependency is considered to be read only (and thus a link will be created instead of full copy), only when source and destination directories are the same (i.e. when dest parameter is not provided). by kbaclawski · 12 years ago
  65. 77bd80d Generalized GetCtargetFromBoard. It now uses ChromeOS functions to by asharif · 12 years ago
  66. fdfd0b5 Made caching features work (rerun, rerun_if_failed, exact_remote). by raymes · 12 years ago
  67. 569534a Crosstool Nightly Build Client: Add binutils dejagnu test run. by kbaclawski · 12 years ago
  68. da8e93b %s/os.getlogin/getpass.getuser/g. by asharif · 12 years ago
  69. ee5bb86 Changes: by raymes · 12 years ago
  70. f5af32f Change the way image_chromeos.py determines whether an image is a test by asharif · 12 years ago
  71. 5e982e3 DejaGNU Log Tool: Fix missing attributes in DejaGnuTestRun object. by kbaclawski · 12 years ago
  72. 9aa416d Automation Framework: LoggingCommandExecuter CloseLog method fixes. by kbaclawski · 12 years ago
  73. 23b34d4 Automation Framework: Crosstool nightly build client fixes. by kbaclawski · 12 years ago
  74. 1f87134 Automation Framework: Extend Wrapper class to handle umask change in wrapped command execution context. by kbaclawski · 12 years ago
  75. dc1c20f Implemented --dry_run mode for parsing experiment files without running. by raymes · 12 years ago
  76. c97199a Completely re-wrote build_tc.py. It now takes in a gcc_root and uses by asharif · 12 years ago
  77. 913b511 Automation Framework: Correct log displaying on dashboard. by kbaclawski · 12 years ago
  78. 2e97d48 Automation Framework: Allow directory to be created with specific permissions, instead of that imposed by umask. by kbaclawski · 12 years ago
  79. 773cd6a Automation Framework: Logger improvements. by kbaclawski · 12 years ago
  80. 71a21e3 Port the remainder of crb functionality to crossperf. by raymes · 12 years ago
  81. 9d671b9 Added utils function ExecuteCommandInChroot(), which executes a command in by asharif · 12 years ago
  82. 329a8fd Automation Framework: Close command output log after command finishes execution. This prevents a log file from being opened forever (and gzip flushing out the last record). by kbaclawski · 12 years ago
  83. f6e9195 Added messages to log the changing of the working directory. by asharif · 12 years ago
  84. 2e2895f Refactored benchmark_run.py to make it testable. by raymes · 12 years ago
  85. d58d847 Automation Framework: Migration to Python built-in logging module. by kbaclawski · 12 years ago
  86. f6ffe50 Added default mappings for GitRepo in case none are specified. by asharif · 12 years ago
  87. 7f56db9 Changed Md5File() to use FileUtils instead of utils. by asharif · 12 years ago
  88. f334422 DejaGNU Log Tool: Make dependency on Django optional. If Django framework is not installed 'report' command will fail in a graceful manner. by kbaclawski · 12 years ago
  89. 4bab89c DejaGnu Log Tool: remove database support. by kbaclawski · 12 years ago
  90. 09d55df Add __repr__ to Job/JobGroup/Machine classes to represent them in form of unique by kbaclawski · 12 years ago
  91. 78053bd Refactored benchmark_run to make it more understandable/readable and modular. by raymes · 12 years ago
  92. 8fbae57 Make new dir inside RemoteCopyFrom(). Scanned all files under by jingyu · 12 years ago
  93. 3a600ba Add Android benchmarking job to Android nightly client. The job by jingyu · 12 years ago
  94. 0b038ae =Added classes representing: by raymes · 12 years ago
  95. 6623db6 Removed Md5Sum from utils and added it to file_utils.py so it can be mocked out. by raymes · 12 years ago
  96. 9d49d29 Added semantics checking for experiment files. by raymes · 12 years ago
  97. 53a02f6 Initial code for loading an experiment file into an internal representation (basically a dictionary). by raymes · 12 years ago
  98. b3bfa24 Fix a bug related to variable substitution in command string. by kbaclawski · 12 years ago
  99. 0a5843b The output format of autotest was changed. This CL changes the parser of by asharif · 12 years ago
  100. 8078084 Fix bug in rep_to_repo where input directory is not being cleaned up. by raymes · 12 years ago