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

Issue 4079003: Initial new v8 setup, this does not include windows setup. I will add this se... (Closed)

Created:
10 years, 2 months ago by Rico
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Initial new v8 setup, this does not include windows setup. I will add this setup in a seperate change - this is just to sanety check all the linux builders. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=63755

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -109 lines) Patch
M masters/master.client.v8/master.cfg View 1 13 chunks +139 lines, -80 lines 3 comments Download
M masters/master.client.v8/slaves.cfg View 1 3 chunks +37 lines, -4 lines 0 comments Download
M scripts/master/factory/v8_commands.py View 4 chunks +86 lines, -17 lines 3 comments Download
M scripts/master/factory/v8_factory.py View 6 chunks +34 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
10 years, 2 months ago (2010-10-25 18:20:19 UTC) #1
nsylvain
10 years, 2 months ago (2010-10-25 20:24:49 UTC) #2
Took a quick look

mostly lgtm with nits

when you say "linux 32" in slaves.cfg, is that Linux Hardy 32 ?

http://codereview.chromium.org/4079003/diff/3001/4001
File masters/master.client.v8/master.cfg (right):

http://codereview.chromium.org/4079003/diff/3001/4001#newcode99
masters/master.client.v8/master.cfg:99: branch='bleeding_edge',
weird spacing

http://codereview.chromium.org/4079003/diff/3001/4001#newcode104
masters/master.client.v8/master.cfg:104: s_v8_arm_builder,
weird spacing

http://codereview.chromium.org/4079003/diff/3001/4001#newcode112
masters/master.client.v8/master.cfg:112: builderNames=['V8 Fuzzer',
weird spacing

http://codereview.chromium.org/4079003/diff/3001/4003
File scripts/master/factory/v8_commands.py (right):

http://codereview.chromium.org/4079003/diff/3001/4003#newcode80
scripts/master/factory/v8_commands.py:80: self.AddTaskkillStep();
no ";"

http://codereview.chromium.org/4079003/diff/3001/4003#newcode108
scripts/master/factory/v8_commands.py:108: self.AddTaskkillStep();
no ";"

http://codereview.chromium.org/4079003/diff/3001/4003#newcode153
scripts/master/factory/v8_commands.py:153: def AddArchiveBuild(self, mode='dev',
show_url=True, extra_archive_paths=None):
80 chars

Powered by Google App Engine
This is Rietveld 408576698