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

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)

Created:
4 years, 3 months ago by Yoshisato Yanagisawa
Modified:
4 years, 1 month ago
CC:
chromium-reviews, infra-reviews+build_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Add trusty builders / testers on chromium.linux and tryserver.chromium.linux BUG=644641 BUG=646285 BUG=640638 Committed: https://chromium.googlesource.com/chromium/tools/build/+/5a574e8e30189b6fd85db36dee941160244303f9

Patch Set 1 #

Patch Set 2 : merged https://codereview.chromium.org/2377933002/ #

Patch Set 3 : updated master_linux_cfg.py #

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Patch Set 6 : fix the issue mentioned by try. #

Patch Set 7 : fixed try failure. #

Patch Set 8 : fixed try failure. #

Patch Set 9 : added configs to master.tryserver.chromium.linux because it is wanred by trybot. #

Patch Set 10 : added missing builders config etc. #

Patch Set 11 : fixed try failure. #

Total comments: 4

Patch Set 12 : add TODO, change pool of trusty builders in tryserver. #

Patch Set 13 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6189 lines, -0 lines) Patch
M masters/master.chromium.linux/master_linux_cfg.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -0 lines 0 comments Download
M masters/master.chromium.linux/slaves.cfg View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
M masters/master.tryserver.chromium.linux/master.cfg View 1 2 3 4 5 6 7 8 9 1 chunk +36 lines, -0 lines 0 comments Download
M masters/master.tryserver.chromium.linux/slaves.cfg View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +24 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_linux.py View 1 2 3 4 5 6 7 8 9 2 chunks +127 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/trybots.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +33 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Linux_Trusty.json View 1 2 3 4 5 6 7 8 9 1 chunk +343 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder_Trusty.json View 1 2 3 4 1 chunk +454 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder_Trusty__dbg_.json View 1 2 3 4 1 chunk +453 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder_Trusty__dbg__32_.json View 1 2 3 4 1 chunk +455 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests_Trusty.json View 1 2 3 4 1 chunk +481 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests_Trusty__dbg__1_.json View 1 2 3 4 1 chunk +481 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests_Trusty__dbg__1__32_.json View 1 2 3 4 1 chunk +481 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_cast_shell_linux_trusty.json View 1 2 3 4 5 6 7 8 9 1 chunk +424 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_compile_trusty_dbg_32_ng.json View 1 2 3 4 1 chunk +419 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_compile_trusty_dbg_ng.json View 1 2 3 4 1 chunk +327 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_compile_trusty_rel_ng.json View 1 2 3 4 1 chunk +415 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_trusty_dbg_32_ng.json View 1 2 3 4 1 chunk +419 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_trusty_dbg_ng.json View 1 2 3 4 1 chunk +327 lines, -0 lines 0 comments Download
A scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_trusty_rel_ng.json View 1 2 3 4 5 6 7 8 9 1 chunk +415 lines, -0 lines 0 comments Download

Messages

Total messages: 68 (55 generated)
Yoshisato Yanagisawa
4 years, 3 months ago (2016-09-21 08:39:52 UTC) #2
tandrii(chromium)
this CL is how the waterfall should look like after upgrade to trusty is over. ...
4 years, 3 months ago (2016-09-21 18:21:37 UTC) #3
Paweł Hajdan Jr.
+1 to what Andrii said We should also have a ready set of Trusty trybots ...
4 years, 3 months ago (2016-09-21 19:29:03 UTC) #4
Yoshisato Yanagisawa
Ok, I changed the code in that way. Then, this change should come after followings: ...
4 years, 2 months ago (2016-09-28 03:56:15 UTC) #7
Yoshisato Yanagisawa
> https://codereview.chromium.org/2371373002/ this has been submitted. > https://codereview.chromium.org/2377933002/ this has been merged to this because ...
4 years, 2 months ago (2016-10-03 04:56:04 UTC) #11
Paweł Hajdan Jr.
LGTM ; make sure trybots pass
4 years, 2 months ago (2016-10-03 10:06:36 UTC) #18
Yoshisato Yanagisawa
trybots fails by mismatches of tryserver.chromium.linux and chromium.linux. I need to set up trusty trybot ...
4 years, 2 months ago (2016-10-04 01:26:43 UTC) #19
Yoshisato Yanagisawa
mmm, ok, I should rebase.
4 years, 1 month ago (2016-11-10 00:37:28 UTC) #20
Yoshisato Yanagisawa
PTAL Finally, I noticed that to update chromium.linux, I also need to update tryserver.chromium.linux. I ...
4 years, 1 month ago (2016-11-14 01:28:42 UTC) #61
Paweł Hajdan Jr.
LGTM w/comments https://codereview.chromium.org/2357493005/diff/200001/masters/master.chromium.linux/master_linux_cfg.py File masters/master.chromium.linux/master_linux_cfg.py (right): https://codereview.chromium.org/2357493005/diff/200001/masters/master.chromium.linux/master_linux_cfg.py#newcode41 masters/master.chromium.linux/master_linux_cfg.py:41: 'Blimp Linux (dbg)', Could you also add ...
4 years, 1 month ago (2016-11-14 09:41:34 UTC) #62
Yoshisato Yanagisawa
https://codereview.chromium.org/2357493005/diff/200001/masters/master.chromium.linux/master_linux_cfg.py File masters/master.chromium.linux/master_linux_cfg.py (right): https://codereview.chromium.org/2357493005/diff/200001/masters/master.chromium.linux/master_linux_cfg.py#newcode41 masters/master.chromium.linux/master_linux_cfg.py:41: 'Blimp Linux (dbg)', On 2016/11/14 09:41:34, Paweł Hajdan Jr. ...
4 years, 1 month ago (2016-11-15 04:00:45 UTC) #63
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/2357493005/240001
4 years, 1 month ago (2016-11-15 04:00:57 UTC) #66
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 04:12:42 UTC) #68
Message was sent while issue was closed.
Committed patchset #13 (id:240001) as
https://chromium.googlesource.com/chromium/tools/build/+/5a574e8e30189b6fd85d...

Powered by Google App Engine
This is Rietveld 408576698