Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Try Server and Commit Queue newsletter
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marc-Antoine Ruel  
View profile  
 More options Nov 17 2012, 12:45 pm
From: Marc-Antoine Ruel <mar...@chromium.org>
Date: Sat, 17 Nov 2012 12:45:26 -0500
Local: Sat, Nov 17 2012 12:45 pm
Subject: Try Server and Commit Queue newsletter

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.

- You can now git cl try -b linux_rel:compile to try compiling "all" on a
specific builder. Note that the CQ was already specifying
"compile"<http://git.chromium.org/gitweb/?p=chromium/tools/commit-queue.git;a=b...>on
win, mac, linux_clang, so the CQ will again ensure all the targets can
be built. I had to temporarily disable
ios_rel_device<https://chromiumcodereview.appspot.com/11299059>because
the Chrome on iOS project typoed 'all' as 'All'.

- 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.

- The Try Server <-> Rietveld integration is occasionally flaky, help is
wanted (http://crbug.com/160709). I have to fix these manually for now,
please email commit-...@chromium.org for any suspicious behaviour.

*Test isolation update*
- Test isolation is progressing well; we got browser_tests_swarm green on
linux <http://build.chromium.org/p/chromium.swarm/waterfall>; it's taking a
few commits<http://git.chromium.org/gitweb/?p=chromium/src.git;a=history;f=chrome...>but
we're getting near having it green on Windows.
- 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<http://git.chromium.org/gitweb/?p=chromium/tools/swarm_client.git;a=b...>?
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.

- You can use the CQ even if the tree is a mess. As a full committer and
with a tree as stateful as these
days<http://chromium-status.appspot.com/status_viewer>,
you can:
$ git commit -a -m "Fixes goat teleporter destination.

Stop sending them to New Zealand, it's overflowing.

TBR=...@chromium.org
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc-Antoine Ruel  
View profile  
 More options Nov 18 2012, 8:01 pm
From: Marc-Antoine Ruel <mar...@chromium.org>
Date: Sun, 18 Nov 2012 20:00:49 -0500
Local: Sun, Nov 18 2012 8:00 pm
Subject: Re: Try Server and Commit Queue newsletter

2012/11/17 Marc-Antoine Ruel <mar...@chromium.org>

> - You can now git cl try -b linux_rel:compile to try compiling "all" on a
> specific builder. Note that the CQ was already specifying "compile"<http://git.chromium.org/gitweb/?p=chromium/tools/commit-queue.git;a=b...>on win, mac, linux_clang, so the CQ will again ensure all the targets can
> be built. I had to temporarily disable ios_rel_device<https://chromiumcodereview.appspot.com/11299059>because the Chrome on iOS project typoed 'all' as 'All'.

The problem with ios_rel_device was fixed, it was a misconfiguration on my
part, so it's back on the CQ.

Thanks,

M-A


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thiago Farina  
View profile  
 More options Nov 18 2012, 8:12 pm
From: Thiago Farina <tfar...@chromium.org>
Date: Sun, 18 Nov 2012 23:12:04 -0200
Local: Sun, Nov 18 2012 8:12 pm
Subject: Re: [chromium-dev] Re: Try Server and Commit Queue newsletter
On Sun, Nov 18, 2012 at 11:00 PM, Marc-Antoine Ruel <mar...@chromium.org> wrote:
> 2012/11/17 Marc-Antoine Ruel <mar...@chromium.org>
> The problem with ios_rel_device was fixed, it was a misconfiguration on my
> part, so it's back on the CQ.

Cool! Thank you Marc.

This was causing some noise this sunday ;)

--
Thiago


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wez  
View profile  
 More options Nov 18 2012, 9:57 pm
From: Wez <w...@chromium.org>
Date: Sun, 18 Nov 2012 18:57:33 -0800
Local: Sun, Nov 18 2012 9:57 pm
Subject: Re: [chromium-dev] Re: Try Server and Commit Queue newsletter

I'm getting tries failing on ios_rel_device trying to build All.  (See
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=io...)
:(

On 18 November 2012 17:00, Marc-Antoine Ruel <mar...@chromium.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc-Antoine Ruel  
View profile  
 More options Nov 19 2012, 8:15 am
From: Marc-Antoine Ruel <mar...@google.com>
Date: Mon, 19 Nov 2012 08:14:59 -0500
Local: Mon, Nov 19 2012 8:14 am
Subject: Re: [chromium-dev] Re: Try Server and Commit Queue newsletter

... and fixed for real this time, and properly verified! Sorry for the
inconvenience.

M-A

2012/11/18 Wez <w...@chromium.org>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lei Zhang  
View profile  
 More options Nov 19 2012, 3:13 pm
From: Lei Zhang <thes...@chromium.org>
Date: Mon, 19 Nov 2012 12:13:03 -0800
Local: Mon, Nov 19 2012 3:13 pm
Subject: Re: [chromium-dev] Re: Try Server and Commit Queue newsletter
And thanks for putting some the affected jobs back in the CQ.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »