TL;DR; This email is FYI.
Today the TS was restarted, bringing goodies
- The prioritization of try jobs from the CQ, which was added last year but broke by the Rietveld integration, was fixed again. The CQ won't hang due to a single backlogged builder even if someone decided to bisect browser_tests on 56 revisions on mac_rel in the middle of the day.
- Thanks for Nicolas and Bev and the team, we got more mac now so the huge backlogging problem should be resolved for mac/mac_rel.
- The CQ sometimes forget your CL. It's a known issue and I'll try to fix it ASAP. You can work around by unchecking the bit for a few minutes* so it completely reinitialize the state of your CL. *The amount of time can be as low as 10 seconds, it depends how much activity is going on.
Test isolation update
- Only 2 test cases are failing on unit_tests (
http://crbug.com/161481) and got a single test case regression since yesterday; then unit_tests will be green on both Windows and linux.
- Tracing on OSX is .. a challenge. Anyone good in D dtrace code around who
could optimize this code? I'd appreciate some help with that.
Did you know?
- Thanks to Robbie, you can now tweak git diff rename detection; Look at the last 3 options in git cl help upload for more details. It was a top complain that the diff on Rietveld was invalid because the git diff heuristics was off so you can now tweak it!
- Contrary to popular belief, only git users can upload a patch to Rietveld and the CQ will properly handle file rename, move and copy and +x or -x executable bit change. No need for a svn checkout for any of these, just tweak the --similarity flag.
$ git commit -a -m "Fixes goat teleporter destination.
Stop sending them to New Zealand, it's overflowing.
NOTRY=true
BUG="
$ git cl upload --send-mail -c
The CL will be sent with
f...@chromium.org as a reviewer and the CQ will commit it on your behalf as soon as the tree opens. TBR bypasses OWNERS check but not PRESUBMIT checks. NOTRY bypasses the Try Server, especially useful for non-code changes.
- You want to set the CQ bit on a CL but that would mean reaching your mouse? No need! Use git cl set_commit.
- You want to read the CL's comments but that would mean reaching your mouse? No need! Use git cl comments.
Note that most commands have integrated help.
Thanks,
M-A