1. 852482f Added --nowithdebug flag to build_packages. by asharif · 12 years ago
  2. 2297afe Remove report generation step from JobExecuter. Job has to create a report HTML file explicitly. Make the dashboard fetch report files from 'job-group-n/job-*/results/report.html' locations. by kbaclawski · 12 years ago
  3. 7aad14d Changed CWDSwitcher to WorkingDirectory using yield construct. by asharif · 12 years ago
  4. 0ea8958 repo_to_repo.py now passes with glint (modulo a few missing docstrings). by asharif · 12 years ago
  5. 282d393 Remove executable bit from scripts that doesn't need it. Remove old, by kbaclawski · 12 years ago
  6. 81928e3 Dashboard: add simple file system viewer for job group directory. by kbaclawski · 12 years ago
  7. 7d53d6f Fixed cros_run_benchmarks.py so that it works with the new locking. by raymes · 12 years ago
  8. 7e7da99 Added stringify to command_executer's command. by asharif · 12 years ago
  9. f068e7b Fix for the exception we are seeing. I also added a unit-test for it. by asharif · 12 years ago
  10. b221a9c Changed image_chromeos.py so it doesn't break mount points when running by asharif · 12 years ago
  11. 56d78bc Added ability to pull sources from git repositories. by asharif · 12 years ago
  12. 23a2fa3 Fix locking issues. by kbaclawski · 12 years ago
  13. 4a87589 Added a new .rtr file for gdb-7.2 by cmtice · 12 years ago
  14. f81c60d Update crosstool nightly client to reflect current needs. by kbaclawski · 12 years ago
  15. 719c226 Allow shell command to fail, without breaking a command chain. This change is required by the new implementation of crosstool nightly client. by kbaclawski · 12 years ago
  16. 24c27a9 Correct CSS style name for failed Jobs and JobGroups. Now they'll show in red. by kbaclawski · 12 years ago
  17. 48d93f3 Added a timeout of 5 hours to each job by default. by asharif · 12 years ago
  18. 3679cc5 ChromeOS job no longer locks the linux machine. by asharif · 12 years ago
  19. 455157b Split LockMachine() into 2 functions: one for lock and the other for unlock. by asharif · 12 years ago
  20. e4cb3aa Removed binutils-2.20.1 rtr file in favor of binutils-2.21. by asharif · 12 years ago
  21. 1b879d7 Added rtr file for gcc-4.6.0-mobile. by asharif · 12 years ago
  22. e2cc4c6 Added an rtr file for pushing mobile_toolchain_v15_release_branch by asharif · 12 years ago
  23. 0dd8f0b Add missing pieces to the server, related to fetching the machine list. by kbaclawski · 12 years ago
  24. 08d352a Convert the monitor to Django framework. by kbaclawski · 12 years ago
  25. 1d99861 Added PRESUBMIT.py for automation to notify bhaskar-staff of automation-related changes. by raymes · 12 years ago
  26. 3666653 Modified tc_enter_chroot.py to use cros_sdk --enter instead of by asharif · 12 years ago
  27. 372a4b2 Add Android image checkout and build test to nightly client. by jingyu · 12 years ago
  28. e91c866 Prepended chromeos git branch with gcc.gnu.org. If we follow this convention, by asharif · 12 years ago
  29. c814236 Extract job status related functionality to JobStateMachine class. by kbaclawski · 12 years ago
  30. 42bd4a8 MachineManager refactoring. by kbaclawski · 12 years ago
  31. cf2eabe Fixed issues pointed out by kbaclawski. by asharif · 12 years ago
  32. 643f173 Added chromeos performance nightly that uses cbuildbot.py and by asharif · 12 years ago
  33. 92b9281 Changed the git branch to be the same as the svn branch (both are by asharif · 12 years ago
  34. eb9b45f Added support for multiple log files per python script. This is very useful by asharif · 12 years ago
  35. 50fe84c Simplified cros_run_benchmarks.py. by asharif · 12 years ago
  36. 6df9079 Minor fixes. by kbaclawski · 12 years ago
  37. 3318cbd Massive web monitor improvements. by kbaclawski · 12 years ago
  38. 09e3693 Add android toolchain nightly client and jobs to test infrastructure. by jingyu · 12 years ago
  39. 17d2163 Move web UI to automation.server.monitor package. by kbaclawski · 12 years ago
  40. 2ac5d90 Fixed yet another issue with repo_to_repo.py. The problem is that some by asharif · 12 years ago
  41. 00ccdca Fixed an issue with repo_to_repo.py where the wrong commit message was being by asharif · 12 years ago
  42. b72c5fc Resume Job/JobGroup ID numbering based on directory listing. by kbaclawski · 12 years ago
  43. 4a3d8a0 Changed cros_run_benchmarks.py to use lock_machine.py. It now always locks the by asharif · 12 years ago
  44. 90155fb Improvements to lock_machine.py: by asharif · 12 years ago
  45. 28fb90c Add Machine labelling for easy reference to specific type of ChromeOS box. by kbaclawski · 12 years ago
  46. ae29e1c Rewrite automation.client.web.index CGI script as a standalone web server using by kbaclawski · 12 years ago
  47. b237bca Added lock_machine.py, a utility to lock, unlock and list machine locks. by asharif · 12 years ago
  48. f5a8af0 Miscelleneous improvements to cros_run_benchmarks. by asharif · 12 years ago
  49. 81fc5d6 Removed dependencies on utils.utils module in automation framework. by kbaclawski · 12 years ago
  50. 1b92e73 Changed repo_to_repo.py to use commands from perforce.py. by asharif · 12 years ago
  51. 085ff81 Fix crosstool client. Perform necessary changes to by kbaclawski · 12 years ago
  52. bb275f3 Add another shell command container used to contruct shell pipelines. by kbaclawski · 12 years ago
  53. 12089d4 Copy (cpu/bikjmp) benchmark material instead of just making soft links. ('rsync' ignores non-regular file without "-L".) by shenhan · 12 years ago
  54. 7337341 Fix perforce client creation. by kbaclawski · 12 years ago
  55. 5b6c589 Added --skip_toolchain_update flag to build_chromeos.py. by asharif · 12 years ago
  56. 1c5658c Minor automation.clients.helper package improvements: by kbaclawski · 12 years ago
  57. b417d67 Fix GetP4DeleteCommand by appending to the command instead of overwriting it. by raymes · 12 years ago
  58. 61d6b31 Fixed bug in repo_to_repo.py. It wouldn't delete the client after a checkouts. by asharif · 12 years ago
  59. 0befe72 Further automation.clients.helper.jobs refactoring: by kbaclawski · 12 years ago
  60. 259a119 Further automation.clients.helper.job refactoring (preparing code to be by kbaclawski · 12 years ago
  61. dee6070 Move InterceptAndLog function decorator to logger module and rename it by kbaclawski · 12 years ago
  62. 5023b00 Crosstool nightly build client. by kbaclawski · 12 years ago
  63. 976a5ae Add helpers for handling perforce repositories with "g4" shell command. by kbaclawski · 12 years ago
  64. 3313fd7 Shell command handling improvements (required by cl/53792-p2): by kbaclawski · 12 years ago
  65. 1dc7e2b Declare new job variables for use by commands (JOB_HOME and JOB_TMP). by kbaclawski · 12 years ago
  66. a0bb262 Fixed a bug in cros_run_benchmarks.py. by asharif · 12 years ago
  67. bdbffc2 Added readme file that will be exported to toolchain-utils.git. by asharif · 12 years ago
  68. 36b8e46 Removed a line that I added by mistake in cl/53761-p2. by asharif · 12 years ago
  69. cdbacaf Added deleting the temporary files after pushing sources for repo_to_repo.py. by asharif · 12 years ago
  70. fcc8fe1 Added some dependent files to repo_to_repo.py. by asharif · 12 years ago
  71. 9ec95cc Re-opened report_generator.py as xtext. by asharif · 12 years ago
  72. fe309b0 Followup to cl/53604-p2. Forgot to integrate last minute fixes with by kbaclawski · 12 years ago
  73. 09c47e3 automation.client.helper.jobs module splitting, second step: by kbaclawski · 12 years ago
  74. a5d07a9 Fixed a bug in image_chromeos.py related to finding the image. by asharif · 12 years ago
  75. ece37b2 First step to split jobs_helper.py into several modules: by kbaclawski · 12 years ago
  76. f634571 Added cros_run_benchmarks.py. This script can be used to run/compare/format by asharif · 12 years ago
  77. 08b1e15 Rename jobs_helper.{_CmdChain,_BuildCmd} to {Chain,Shell} and move them by kbaclawski · 12 years ago
  78. a4147f1 Jobs Helper module cleanups: by kbaclawski · 12 years ago
  79. 52284c6 Fixed an issue with build_tc.py that was preventing it from building by asharif · 12 years ago
  80. 6999ada Logger class cleanups. Replace utils.Assert* functions with calls to by kbaclawski · 12 years ago
  81. ec9c624 Added new script called repo_to_repo.py. It can transfer files from by asharif · 12 years ago
  82. dd099e5 JobExecuter class cleanups: by kbaclawski · 12 years ago
  83. fc4e4f1 Fix bug introduced by cleanup, causing nightly failure. by raymes · 12 years ago
  84. 1ac31b4 Further cleanups in automation framework. by kbaclawski · 12 years ago
  85. 5fec550 Partial cleanup in utils.utils and its dependencies. Add shebang and by kbaclawski · 12 years ago
  86. a0a1172 Cleanup automation.common module. by kbaclawski · 12 years ago
  87. 6e0dcb7 Cleanup automation.common.job module and its dependencies. by kbaclawski · 12 years ago
  88. ef07549 Clean up Job & JobGroup classes and their dependencies. All changed by kbaclawski · 12 years ago
  89. 92e6310 Added outputting of Chrome binary's checksum so the user can make sure by asharif · 12 years ago
  90. e7c475e image_chromeos.py now checks to see if an image is a test by asharif · 12 years ago
  91. 5bca14d build_tc.py was using the wrong version of glibc (r3 instead by asharif · 12 years ago
  92. a27288c Fix built_tc.py to use --oneshot when installing the toolchain by binary. by raymes · 12 years ago
  93. b576421 This adds the ability to build gcc 4.6.0 using build_tc.py by passing in by asharif · 12 years ago
  94. 267f452 Added copy of the perflab-output directory to the results dir of the by asharif · 12 years ago
  95. 2539de5 Updated the git location in update_git_repo.py. by asharif · 12 years ago
  96. df2fba8 Update setup_chromeos to work with gerrit. by raymes · 12 years ago
  97. 996e036 Added board to image_chromeos.py args. This should ensure in a clean nightly. by asharif · 12 years ago
  98. 4a54847 Update the job_executer to log everything into job specific logs. by raymes · 12 years ago
  99. dacdb9a Added a makedirs line in case the chromeos_root doesn't have the board dir. by asharif · 12 years ago
  100. c251a30 Remove minilayout to prevent bug from happening. Some minor fixes to index.py which were causing the wrong results to show up. by raymes · 12 years ago