1. b2d3dc7 toolchain-utils: fix line-too-long lint warnings. by Rahul Chaudhry · 9 years ago
  2. d45e8a1 toolchain-utils: fix unused-argument lint warnings. by Rahul Chaudhry · 9 years ago
  3. cbc5a26 toolchain-utils: fix missing-print-function lint warnings. by Rahul Chaudhry · 9 years ago
  4. 278fc74 toolchain-utils: apply pyformat to the source files. by Rahul Chaudhry · 9 years ago
  5. 054a123 Avoid lint of couple of files we did not author. by Luis Lozano · 9 years ago
  6. 6853c96 toolchain-utils: remove superfluous parentheses. by Rahul Chaudhry · 9 years ago
  7. 9c59882 toolchain-utils: remove unused variables. by Rahul Chaudhry · 9 years ago
  8. 6405ba7 toolchain-utils: fix wrong continued indentation. by Rahul Chaudhry · 9 years ago
  9. d7444b7 toolchain-utils: fix shebang related lint warnings. by Rahul Chaudhry · 9 years ago
  10. 9959b1e toolchain-utils: remove unused imports. by Rahul Chaudhry · 9 years ago
  11. 4c41645 crosperf: fix lint warnings. by Yunlian Jiang · 9 years ago
  12. f2a3ef4 Run pyformat on all the toolchain-utils files. by Luis Lozano · 9 years ago
  13. 2a66f70 Fix arguments to RunCommand from RunCommands. by Caroline Tice · 9 years ago
  14. 036c923 crosperf: RunCommand should return one type of object. by Luis Lozano · 9 years ago
  15. 8447c1e buildbot_utils: make it accept multiple patches. by Yunlian Jiang · 9 years ago
  16. bd44704 Fixed several warnings reported by pylint. by Luis Lozano · 9 years ago
  17. 45b53c5 Fixed some issues with signal handling and cleanup. by Luis Lozano · 9 years ago
  18. 60a68a5 Fixed ignoring of ctrl-c. by Luis Lozano · 9 years ago
  19. c4995a4 Add arm64 as a valid architecture. by Caroline Tice · 9 years ago
  20. d6ff63a Fixed unbound variable problem. by Luis Lozano · 9 years ago
  21. 2e5bdd8 Deal properly with non-unique buildbot build ids. by Caroline Tice · 9 years ago
  22. dac5f56 buildbot_utils: for release builds, get logs from the 'release' builder. by Rahul Chaudhry · 9 years ago
  23. c7a9ac5 buildbot_utils: fix waiting logic in GetTrybotImage. by Rahul Chaudhry · 9 years ago
  24. 717bd4a Only search buildbot logs for appropriate builders. by cmtice · 9 years ago
  25. aea5341 Add debugging/triaging message to buildbot job. by cmtice · 9 years ago
  26. e5bc63b Implement new global locking scheme for machines. by cmtice · 9 years ago
  27. d96e457 Remove run_remote_tests references. by cmtice · 9 years ago
  28. 54db538 Fix confusing error message when cherrypy is not installed on DUT. by Luis Lozano · 9 years ago
  29. 1721939 Update email sender to use sendgmr, if it's available. by cmtice · 9 years ago
  30. 3931b8b Use "http://chromegw/i/tryserver.chromiumos/" for retrieving builder info. by Han Shen · 9 years ago
  31. 5c09fc2 Fix current problem with machine locks. by cmtice · 9 years ago
  32. d7d5084 Fix typo in previous commit. by Luis Lozano · 9 years ago
  33. 8a68b2d Make sure latest toolchains are build in non vanilla testing. by Luis Lozano · 9 years ago
  34. a63ffc0 Wait 10 minutes after builbot launch before looking for data. by cmtice · 9 years ago
  35. 9b55238 Add a new flavor of command executer. by Han Shen · 9 years ago
  36. ce5ffa4 Add date to job descriptions; wait for pending builds. by cmtice · 9 years ago
  37. 1047b07 Search Google Storage for trybot image artifacts. by cmtice · 9 years ago
  38. 513d852 Fix syntax error: Replace 'else if' with 'elif'. by cmtice · 9 years ago
  39. 3782857 Update command_executer.py to allow a silent execution mode, by cmtice · 9 years ago
  40. d54f980 Make fatal errors if trybot job fails or trybot image is empty. by cmtice · 9 years ago
  41. 46093e5 New script for using buildbots for nightly tests. by cmtice · 10 years ago
  42. 8d77427 Run a dummy command in ChrootRunCommand to create a chroot if needed. by Rahul Chaudhry · 10 years ago
  43. 215c12f Copy the gcc libs to the appropriate destination directory for the board. by Rahul Chaudhry · 10 years ago
  44. 8ac4ec0 Specify full paths for scripts run inside the chroot. by Rahul Chaudhry · 10 years ago
  45. 56fb716 Update nightly tests (and weekly report stuff) to use official builds. by cmtice · 10 years ago
  46. 4d24b3a Fix problems found when running benchmark_run_unittest. by cmtice · 10 years ago
  47. dd75bad Use CrosRunCommand to find if cherrypy is available. Fixed bug in CrosRunCommand by Luis Lozano · 10 years ago
  48. 819f862 Add support for building gcc/binutils for a specific board for bootstrap_compiler.py. by Han Shen · 10 years ago
  49. 43f1a45 Download official & trybot images; treat as local images for tests. by cmtice · 10 years ago
  50. c454cee Update unittests to all pass. by cmtice · 10 years ago
  51. 0537956 Always write verbose logs to files. by cmtice · 10 years ago
  52. df3d7d1 Remove 'Completed' column; Remove 'retval' row from summary table. by cmtice · 10 years ago
  53. 44a44be Check for 'significant' results at report generation instead of caching. by cmtice · 10 years ago
  54. 1390924 Add --logging_level option to crosperf. by cmtice · 10 years ago
  55. cc34c22 Add a utils function to apply online gerrit patches. by Han Shen · 11 years ago
  56. e4b6f22 Add a script to delete nightly test data that are old. by Han Shen · 11 years ago
  57. 1bb5871 Added the test name patterns for Telemetry perf v2 benchmarks direction by Luis Lozano · 11 years ago
  58. 6aae4c9 For the new git repositories, we need to use https instead of http and ssh. by Luis Lozano · 11 years ago
  59. 6aebeb1 Modified the script to use the new internal and external gerrit repositories. by Luis Lozano · 11 years ago
  60. b0a02f4 toolchian_utils: add --accept_licenses=@CHROMEOS flag. by Yunlian Jiang · 11 years ago
  61. 8cf5308 Changes to allow getting images from the remote bot when the testing fails by Luis Lozano · 11 years ago
  62. 04dc5dc Adding support of telemetry to crosperf by Yunlian Jiang · 11 years ago
  63. 134905c Do not use a pseudo-terminal in command_executer. by Ahmad Sharif · 11 years ago
  64. 9144532 Added a new script to do chroot bootstrapping. by Han Shen · 11 years ago
  65. c7f1593 change shebang to /usr/bin/python by Mike Frysinger · 11 years ago
  66. 3e017d0 Add one row Total_events_of_this_profile in perf report. by Yunlian Jiang · 11 years ago
  67. f81680c Cleaned up directory after copy of tools from perforce directory by Luis Lozano · 11 years ago
  68. 4467f00 Synced repos to: 64740 by Ahmad Sharif · 12 years ago
  69. f395c26 Synced repos to: 63271 by Ahmad Sharif · 12 years ago
  70. 5ae8a5c Synced repos to: 60588 by Ahmad Sharif · 12 years ago
  71. fd356fb Synced repos to: 60208 by Ahmad Sharif · 12 years ago
  72. 92ab7af Synced repos to: 58839 by Ahmad Sharif · 12 years ago
  73. 0dcbc4b Synced repos to: 58208 by Ahmad Sharif · 12 years ago