Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(699)

Issue 11830057: Don't issue try jobs for OWNERS-only changes. (Closed)

Created:
7 years, 11 months ago by Dan Beam
Modified:
7 years, 11 months ago
Reviewers:
Nico, M-A Ruel, scottmg
CC:
chromium-reviews, Dirk Pranke, Evan Stade, Mike Stip (use stip instead), csharp
Visibility:
Public.

Description

Don't issue try jobs for OWNERS-only changes. BUG=None R=maruel@chromium.org TEST=PRESUBMIT_test.py, less needless try jobs. NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176192

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M PRESUBMIT.py View 1 chunk +1 line, -1 line 1 comment Download
M PRESUBMIT_test.py View 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Dan Beam
7 years, 11 months ago (2013-01-10 21:50:26 UTC) #1
Dan Beam
see https://chromiumcodereview.appspot.com/11820044/ for my motivation
7 years, 11 months ago (2013-01-10 21:53:44 UTC) #2
M-A Ruel
https://codereview.chromium.org/11830057/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/11830057/diff/1/PRESUBMIT.py#newcode832 PRESUBMIT.py:832: if not files or all(re.search(r'[\\/]OWNERS$', f) for f in ...
7 years, 11 months ago (2013-01-10 22:42:59 UTC) #3
Dan Beam
On 2013/01/10 22:42:59, Marc-Antoine Ruel wrote: > https://codereview.chromium.org/11830057/diff/1/PRESUBMIT.py > File PRESUBMIT.py (right): > > https://codereview.chromium.org/11830057/diff/1/PRESUBMIT.py#newcode832 ...
7 years, 11 months ago (2013-01-10 22:44:36 UTC) #4
Dan Beam
also, I don't think a whitelist would be particularly useful unless it's just the same ...
7 years, 11 months ago (2013-01-10 22:46:47 UTC) #5
Dan Beam
I should mention that this obviously doesn't change the review/approval process, just the try jobs ...
7 years, 11 months ago (2013-01-10 22:47:54 UTC) #6
M-A Ruel
On 2013/01/10 22:44:36, Dan Beam wrote: > .gypi, .gyp, .html, .css, and .js all have ...
7 years, 11 months ago (2013-01-10 22:51:20 UTC) #7
Nico
On 2013/01/10 22:51:20, Marc-Antoine Ruel wrote: > On 2013/01/10 22:44:36, Dan Beam wrote: > > ...
7 years, 11 months ago (2013-01-10 22:54:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/11830057/1
7 years, 11 months ago (2013-01-10 23:10:33 UTC) #9
commit-bot: I haz the power
Change committed as 176192
7 years, 11 months ago (2013-01-10 23:12:22 UTC) #10
Dirk Pranke
Also it would be hard for such a check to accurately capture changes to data ...
7 years, 11 months ago (2013-01-10 23:16:23 UTC) #11
M-A Ruel
On 2013/01/10 22:54:08, Nico wrote: > On 2013/01/10 22:51:20, Marc-Antoine Ruel wrote: > > Scott/Nico; ...
7 years, 11 months ago (2013-01-10 23:16:42 UTC) #12
M-A Ruel
7 years, 11 months ago (2013-01-10 23:43:40 UTC) #13
Message was sent while issue was closed.
On 2013/01/10 23:16:23, Dirk Pranke wrote:
> Also it would be hard for such a check to accurately capture changes
> to data files or test files needed during testing for which you would
> still want try runs.
> 
> Maybe another strategy would be if the file was needed in an isolate,
> or was part of (compiled into) a file needed in an isolate?

.isolate are .gypi files that are going to be included in the dependency list
analysis. So it's a non-issue.

Powered by Google App Engine
This is Rietveld 408576698