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

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed)

Created:
5 years, 6 months ago by Adrian Kuegel
Modified:
5 years, 6 months ago
Reviewers:
smut, Paweł Hajdan Jr.
CC:
chromium-reviews, kjellander-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Move builders.py and steps.py to chromium_tests. BUG=472611 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295678

Patch Set 1 #

Patch Set 2 : Small improvements. #

Patch Set 3 : Add builders property to chromium_tests test_api. #

Total comments: 12

Patch Set 4 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -6023 lines) Patch
M scripts/slave/recipe_modules/auto_bisect/example.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/api.py View 1 2 3 5 chunks +0 lines, -60 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/builders.py View 1 chunk +0 lines, -43 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_chrome.py View 1 chunk +0 lines, -75 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_chromiumos.py View 1 chunk +0 lines, -270 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_fyi.py View 1 chunk +0 lines, -1498 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_linux.py View 1 chunk +0 lines, -449 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_lkgr.py View 1 chunk +0 lines, -33 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_mac.py View 1 chunk +0 lines, -148 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_memory.py View 1 chunk +0 lines, -123 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_memory_fyi.py View 1 chunk +0 lines, -110 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_perf.py View 1 chunk +0 lines, -297 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_perf_fyi.py View 1 chunk +0 lines, -187 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_webkit.py View 1 chunk +0 lines, -791 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/chromium_win.py View 1 chunk +0 lines, -203 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/client_skia.py View 1 chunk +0 lines, -45 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/client_v8_fyi.py View 1 chunk +0 lines, -322 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/steps.py View 1 chunk +0 lines, -1251 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/test_api.py View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py View 1 chunk +0 lines, -16 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py View 1 chunk +0 lines, -10 lines 0 comments Download
D scripts/slave/recipe_modules/chromium/tryserver_chromium_perf.py View 1 chunk +0 lines, -80 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 5 chunks +67 lines, -4 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/builders.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_chrome.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_linux.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_lkgr.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_mac.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_memory.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_memory_fyi.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_perf.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/chromium_win.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/client_skia.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/steps.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/test_api.py View 1 2 1 chunk +7 lines, -1 line 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/tryserver_chromium_linux.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/tryserver_chromium_mac.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + scripts/slave/recipe_modules/chromium_tests/tryserver_chromium_perf.py View 0 chunks +-1 lines, --1 lines 0 comments Download
M scripts/slave/recipe_modules/gpu/api.py View 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android/perf.py View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M scripts/slave/recipes/bisect.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/bisection/desktop_bisect.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/blink_downstream.py View 2 chunks +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.py View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_gn.py View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot_legacy.py View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Adrian Kuegel
Pawel, can you please review this CL? With this change, we can explicitly tell which ...
5 years, 6 months ago (2015-06-12 14:11:33 UTC) #2
Adrian Kuegel
On 2015/06/12 14:11:33, Adrian Kuegel wrote: > Pawel, can you please review this CL? > ...
5 years, 6 months ago (2015-06-12 15:10:10 UTC) #3
Paweł Hajdan Jr.
Thanks for the patch. I think it's a good direction in general. I'd still prefer ...
5 years, 6 months ago (2015-06-15 09:09:29 UTC) #4
Adrian Kuegel
https://codereview.chromium.org/1185693002/diff/40001/scripts/slave/recipe_modules/chromium_tests/api.py File scripts/slave/recipe_modules/chromium_tests/api.py (right): https://codereview.chromium.org/1185693002/diff/40001/scripts/slave/recipe_modules/chromium_tests/api.py#newcode25 scripts/slave/recipe_modules/chromium_tests/api.py:25: def load_builder_configs(self, mastername): On 2015/06/15 09:09:29, Paweł Hajdan Jr. ...
5 years, 6 months ago (2015-06-15 12:33:22 UTC) #5
Paweł Hajdan Jr.
LGTM, thanks!
5 years, 6 months ago (2015-06-15 14:17:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1185693002/60001
5 years, 6 months ago (2015-06-15 14:22:35 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=295678
5 years, 6 months ago (2015-06-15 14:26:29 UTC) #9
smut
FYI I think this is causing build presubmit errors: tests/masters_recipes_test.py (0.11s) failed Traceback (most recent ...
5 years, 6 months ago (2015-06-15 21:13:22 UTC) #11
Dirk Pranke
On 2015/06/15 21:13:22, smut wrote: > FYI I think this is causing build presubmit errors: ...
5 years, 6 months ago (2015-06-15 21:33:04 UTC) #12
pgervais
5 years, 6 months ago (2015-06-15 22:44:12 UTC) #13
Message was sent while issue was closed.
On 2015/06/15 21:33:04, Dirk Pranke wrote:
> On 2015/06/15 21:13:22, smut wrote:
> > FYI I think this is causing build presubmit errors:
> > 
> > tests/masters_recipes_test.py (0.11s) failed
> > Traceback (most recent call last):
> >   File "tests/masters_recipes_test.py", line 23, in <module>
> >     from chromium.builders import BUILDERS
> > ImportError: No module named builders
> 
> I am also seeing this.

Fix here: https://chromiumcodereview.appspot.com/1185193006/

Powered by Google App Engine
This is Rietveld 408576698