88272d479f2761cc1906fea564c73033f77a6270 |
|
13-Jan-2016 |
Caroline Tice <cmtice@google.com> |
Fix cros lint errors. Also move deprecated scripts to the 'deprecated' directory. BUG=chromiumos:570464 TEST=tested scripts to make sure they still work. Change-Id: I3442a86d898104591233a0849ea0bafb52ecf1f7 Reviewed-on: https://chrome-internal-review.googlesource.com/244221 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
/external/toolchain-utils/weekly_report.py
|
f2a3ef46f75d2196a93d3ed27f4d1fcf22b54fbe |
|
15-Dec-2015 |
Luis Lozano <llozano@chromium.org> |
Run pyformat on all the toolchain-utils files. This gets rid of a lot of lint issues. Ran by doing this: for f in *.py; do echo -n "$f " ; if [ -x $f ]; then pyformat -i --remove_trailing_comma --yapf --force_quote_type=double $f ; else pyformat -i --remove_shebang --remove_trailing_comma --yapf --force_quote_type=double $f ; fi ; done BUG=chromium:567921 TEST=Ran simple crosperf run. Change-Id: I59778835fdaa5f706d2e1765924389f9e97433d1 Reviewed-on: https://chrome-internal-review.googlesource.com/242031 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@google.com>
/external/toolchain-utils/weekly_report.py
|
95cd449e2f4ebef9c6277c525b7d18df40c1cc9a |
|
22-Jul-2015 |
Luis Lozano <llozano@chromium.org> |
Changed set of benchmarks to track in the weekly report. BUG=None TEST=None Change-Id: I4affac33516c1037e3ca7360a4c7c6cb1a1818a9 Reviewed-on: https://chrome-internal-review.googlesource.com/223366 Reviewed-by: Caroline Tice <cmtice@google.com> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org>
/external/toolchain-utils/weekly_report.py
|
80fd9bfaaf6146ae373b0669062832639c28662a |
|
25-Jun-2015 |
cmtice <cmtice@google.com> |
Fix typo. Committing as obvious. BUG=None TEST=None Change-Id: I5414a3cd4686dae5f34b3c3ae3951bee52f07a9f Reviewed-on: https://chrome-internal-review.googlesource.com/220295 Reviewed-by: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Commit-Queue: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|
3717ea8063b5bf0eab573845c7ad5ba5689782de |
|
25-Jun-2015 |
cmtice <cmtice@google.com> |
Fix email on weekly (seven-day) reports. Forgot to fix these emails when fixing the other nightly test emails. This should cause the weekly reports to be emailed to team again. BUG=None TEST=None Change-Id: I86ef96eb053f37465094fb60b337487cccb38393 Reviewed-on: https://chrome-internal-review.googlesource.com/220186 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|
8a68b2d90fdafdd45c636cf48375c944107d5062 |
|
23-Apr-2015 |
Luis Lozano <llozano@chromium.org> |
Make sure latest toolchains are build in non vanilla testing. Our non-vanilla testing builds with latest compiler but it was not using --latest_toolchain argument for cbuildbot. Also, did some minor cleanup. BUG=None TEST=None (will let it test in the nightly testing) Change-Id: I7316fcd8b9548f7038b110bdf6cd4f60714f41d2 Reviewed-on: https://chrome-internal-review.googlesource.com/214363 Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|
7141db2b3a3d0166ee202ff88c6d34fe05f419a3 |
|
09-Apr-2015 |
Luis Lozano <llozano@chromium.org> |
Allow weekly report to use a remote different from what is in the cache. For the weekly report we dont do any reruns (cache_only). So the machine used in remotes should not matter. Add "same_specs: False" to avoid checking the specs of the machine in the remote field. BUG=None TEST=Reran report by hand with new field setting Change-Id: I37e46bfc99d0a4e421953dacb1a36c41a769c9c8 Reviewed-on: https://chrome-internal-review.googlesource.com/212345 Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Han Shen <shenhan@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|
776d528ff8fa7e66d6abf96a735050c70f950a2b |
|
13-Feb-2015 |
Rahul Chaudhry <rahulchaudhry@chromium.org> |
Mark buildbot_test_toolchains.py, test_toolchains.py, and weekly_report.py executable. BUG=None TEST=None Change-Id: Ia49aef079414d7072a57dc14d9b0d99fa3a75d40 Reviewed-on: https://chrome-internal-review.googlesource.com/198670 Reviewed-by: Caroline Tice <cmtice@google.com> Commit-Queue: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com>
/external/toolchain-utils/weekly_report.py
|
4536ef6c9da0f8c0c544552798c0bcf516519f73 |
|
08-Jul-2014 |
cmtice <cmtice@google.com> |
Minor fixes to weekly report generation. Update test_toolchains.py to clean out old (stale) data before copying current image tar files to reports directory. Update weekly_report.py to generate report for previous 6 days, depending on when report is run, rather than being hard-coded to start the report on a particular day. BUG=Non TEST=Ran test_toolchains.py as part of nightly test; it worked properly. Ran weekly_report.py and it did the right thing. Change-Id: Id173ccaa3146c76e19636501984bab11a41f8568 Reviewed-on: https://chrome-internal-review.googlesource.com/168465 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|
4859f5f8feb4817a1b7ae4672b5bec7bafb79e8b |
|
30-May-2014 |
cmtice <cmtice@google.com> |
Add script for generating weekly comparison report. BUG=None TEST=Ran this script multiple times from the role account, with the nightly tests. Change-Id: Ifbf723a77388908f6fe9c1b1816a20aa5c424f26 Reviewed-on: https://chrome-internal-review.googlesource.com/164978 Reviewed-by: Caroline Tice <cmtice@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
/external/toolchain-utils/weekly_report.py
|