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

Issue 8305010: Add ChromiumOS Trybot support. (Closed)

Created:
9 years, 2 months ago by rcui1
Modified:
9 years, 2 months ago
CC:
chromium-reviews, bradnelson
Visibility:
Public.

Description

Add ChromiumOS Trybot support. Adds a modified Git poller ported over by Brad Nelson to use until BB8 transition is fully complete, and the new BB8 git poller has been tested. BUG=chromium-os:21095, chromium-os:21906, chromium-os:21094 TEST=Ran buildbot master and slave locally.

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+521 lines, -391 lines) Patch
M + masters/master.tryserver.chromiumos/master.cfg View 1 2 3 5 chunks +51 lines, -293 lines 0 comments Download
M + masters/master.tryserver.chromiumos/slaves.cfg View 1 2 3 1 chunk +14 lines, -93 lines 0 comments Download
A scripts/master/cros_builder_mapping.py View 1 chunk +26 lines, -0 lines 0 comments Download
A scripts/master/cros_builders_pools.py View 1 chunk +32 lines, -0 lines 0 comments Download
A scripts/master/cros_try_job_git.py View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
M scripts/master/factory/chromeos_factory.py View 4 chunks +5 lines, -2 lines 0 comments Download
M scripts/master/try_job_base.py View 2 chunks +3 lines, -2 lines 0 comments Download
M scripts/master/try_job_base_bb7.py View 1 chunk +1 line, -1 line 0 comments Download
A scripts/master/tryjob_git_poller.py View 1 chunk +320 lines, -0 lines 0 comments Download
M site_config/config_default.py View 1 chunk +7 lines, -0 lines 0 comments Download
M test/masters_test.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
rcui1
Supporting CL - https://chromereviews.googleplex.com/3598018/
9 years, 2 months ago (2011-10-14 22:27:08 UTC) #1
rcui1
http://codereview.chromium.org/8305010/diff/1/scripts/master/try_job_base.py File scripts/master/try_job_base.py (right): http://codereview.chromium.org/8305010/diff/1/scripts/master/try_job_base.py#newcode58 scripts/master/try_job_base.py:58: options.setdefault('clobber', None) Default clobber to None (the old behavior) ...
9 years, 2 months ago (2011-10-14 23:09:28 UTC) #2
M-A Ruel
lgtm http://codereview.chromium.org/8305010/diff/1/masters/master.tryserver.chromiumos/master.cfg File masters/master.tryserver.chromiumos/master.cfg (right): http://codereview.chromium.org/8305010/diff/1/masters/master.tryserver.chromiumos/master.cfg#newcode46 masters/master.tryserver.chromiumos/master.cfg:46: builder_mapping=cros_builder_mapping.CONFIG_NAME_DICT) Use spaces http://codereview.chromium.org/8305010/diff/1/masters/master.tryserver.chromiumos/master.cfg#newcode70 masters/master.tryserver.chromiumos/master.cfg:70: Use 2 lines ...
9 years, 2 months ago (2011-10-14 23:21:20 UTC) #3
rcui1
http://codereview.chromium.org/8305010/diff/1/masters/master.tryserver.chromiumos/master.cfg File masters/master.tryserver.chromiumos/master.cfg (right): http://codereview.chromium.org/8305010/diff/1/masters/master.tryserver.chromiumos/master.cfg#newcode46 masters/master.tryserver.chromiumos/master.cfg:46: builder_mapping=cros_builder_mapping.CONFIG_NAME_DICT) On 2011/10/14 23:21:20, Marc-Antoine Ruel wrote: > Use ...
9 years, 2 months ago (2011-10-14 23:52:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rcui@google.com/8305010/6001
9 years, 2 months ago (2011-10-14 23:52:27 UTC) #5
commit-bot: I haz the power
Can't apply patch for file build/masters/master.tryserver.chromiumos/master.cfg. While running patch -p0 --forward --force; A build/masters/master.tryserver.chromiumos patching ...
9 years, 2 months ago (2011-10-14 23:52:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rcui@google.com/8305010/7002
9 years, 2 months ago (2011-10-15 00:44:29 UTC) #7
commit-bot: I haz the power
Can't apply patch for file build/masters/master.tryserver.chromiumos/master.cfg. While running patch -p0 --forward --force; patching file build/masters/master.tryserver.chromiumos/master.cfg ...
9 years, 2 months ago (2011-10-15 00:44:45 UTC) #8
Peter Mayo
http://codereview.chromium.org/8305010/diff/8001/scripts/master/factory/chromeos_factory.py File scripts/master/factory/chromeos_factory.py (right): http://codereview.chromium.org/8305010/diff/8001/scripts/master/factory/chromeos_factory.py#newcode259 scripts/master/factory/chromeos_factory.py:259: cbuild_cmd.append(WithProperties("--gerrit-patches='%(gerrit_patches)s'")) I suggest guarding this with if self.trybot I ...
9 years, 2 months ago (2011-10-15 00:57:42 UTC) #9
cmp
Hi Ryan, This change broke the presubmit tests for trunk/build/ and a full master.DEPS checkout. ...
9 years, 2 months ago (2011-10-16 23:19:37 UTC) #10
cmp
On 2011/10/16 23:19:37, cmp wrote: > 1. Our pylint checks on changes to files in ...
9 years, 2 months ago (2011-10-16 23:58:15 UTC) #11
M-A Ruel
That's what happen when I do a code review in a hurry. :( Please leave ...
9 years, 2 months ago (2011-10-17 01:44:04 UTC) #12
rcui1
Sorry about this guys ... when I was trying to submit I saw there were ...
9 years, 2 months ago (2011-10-17 18:28:10 UTC) #13
rcui1
9 years, 2 months ago (2011-10-17 19:47:47 UTC) #14
So just for the record, Peter's comments were addressed in 
http://codereview.chromium.org/8304016/, and the addition of ChromiumOSTryServer
to build_internal is in CL
https://chromereviews.googleplex.com/3598018.

Powered by Google App Engine
This is Rietveld 408576698