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

Issue 2315983002: DevTools: Update devtools recipe with tryserver logic (Closed)

Created:
4 years, 3 months ago by chenwilliam
Modified:
4 years, 3 months ago
Reviewers:
iannucci, hinoka
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

DevTools: Update devtools recipe with tryserver logic I realized my current recipe isn't working as intended because get_files_affected_by_patch() is only intended for tryservers. For try jobs: this will skip checks if there's no devtools file in the patch. For other jobs (e.g. main / FYI): this will always run the devtools checks. I will open another CL to add the tryserver experiment. BUG=642046 Committed: https://chromium.googlesource.com/chromium/tools/build/+/f9c6f0966908f1d125ea8f519cf31b8a84aff886

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address CL feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -478 lines) Patch
M scripts/slave/recipes/devtools.py View 1 3 chunks +40 lines, -28 lines 0 comments Download
A + scripts/slave/recipes/devtools.expected/devtools_fyi_main.json View 4 chunks +10 lines, -42 lines 0 comments Download
D scripts/slave/recipes/devtools.expected/devtools_fyi_no_devtools_file.json View 1 chunk +0 lines, -134 lines 0 comments Download
A + scripts/slave/recipes/devtools.expected/devtools_fyi_tryserver_no_devtools.json View 1 1 chunk +6 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/devtools.expected/devtools_fyi_tryserver_with_devtools.json View 1 5 chunks +16 lines, -27 lines 0 comments Download
D scripts/slave/recipes/devtools.expected/devtools_fyi_with_devtools_file.json View 1 chunk +0 lines, -247 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
chenwilliam
PTAL. Thanks.
4 years, 3 months ago (2016-09-07 01:34:19 UTC) #3
iannucci
lgtm https://codereview.chromium.org/2315983002/diff/1/scripts/slave/recipes/devtools.py File scripts/slave/recipes/devtools.py (right): https://codereview.chromium.org/2315983002/diff/1/scripts/slave/recipes/devtools.py#newcode36 scripts/slave/recipes/devtools.py:36: return True # gloabally AFFECTED_PATHS = ( 'third_party/WebKit/Source/devtools', ...
4 years, 3 months ago (2016-09-07 01:46:12 UTC) #4
chenwilliam
https://codereview.chromium.org/2315983002/diff/1/scripts/slave/recipes/devtools.py File scripts/slave/recipes/devtools.py (right): https://codereview.chromium.org/2315983002/diff/1/scripts/slave/recipes/devtools.py#newcode36 scripts/slave/recipes/devtools.py:36: return True On 2016/09/07 01:46:11, iannucci wrote: > # ...
4 years, 3 months ago (2016-09-07 17:35:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2315983002/20001
4 years, 3 months ago (2016-09-07 17:35:18 UTC) #8
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 17:39:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/tools/build/+/f9c6f0966908f1d125ea...

Powered by Google App Engine
This is Rietveld 408576698