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

Issue 11369025: Update Compile Step to Build Swarm Targets if Needed (Closed)

Created:
8 years, 1 month ago by csharp
Modified:
8 years, 1 month ago
Reviewers:
M-A Ruel
CC:
chromium-reviews, nsylvain+cc_chromium.org, cmp+cc_chromium.org
Visibility:
Public.

Description

Update Compile Step to Build Swarm Targets if Needed This means that unless needed, the swarm files are not generated or upload to the isolate server. R=maruel@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165481

Patch Set 1 #

Total comments: 4

Patch Set 2 : Responding to comments and Building nonswarm stuff #

Total comments: 2

Patch Set 3 : Move all to master.cfg #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -10 lines) Patch
M masters/master.tryserver.chromium/master.cfg View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/master/factory/commands.py View 1 2 2 chunks +29 lines, -1 line 0 comments Download
M scripts/master/factory/swarm_commands.py View 1 2 3 1 chunk +3 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
csharp
8 years, 1 month ago (2012-11-01 19:04:35 UTC) #1
M-A Ruel
lgtm https://codereview.chromium.org/11369025/diff/1/scripts/master/factory/commands.py File scripts/master/factory/commands.py (right): https://codereview.chromium.org/11369025/diff/1/scripts/master/factory/commands.py#newcode121 scripts/master/factory/commands.py:121: swarm_tests.append(test_filter.split('_swarm:')[0]) swarm_tests.append(test_filter.split('_swarm:', 1)[0]) https://codereview.chromium.org/11369025/diff/1/scripts/master/factory/commands.py#newcode137 scripts/master/factory/commands.py:137: for swarm_test in ...
8 years, 1 month ago (2012-11-01 19:06:46 UTC) #2
csharp
Fixed comments and also added a target all when building swarm tests (since otherwise it ...
8 years, 1 month ago (2012-11-01 19:30:09 UTC) #3
M-A Ruel
https://codereview.chromium.org/11369025/diff/5001/scripts/master/factory/commands.py File scripts/master/factory/commands.py (right): https://codereview.chromium.org/11369025/diff/5001/scripts/master/factory/commands.py#newcode142 scripts/master/factory/commands.py:142: command.append('all') My take: 'all' must be on the command ...
8 years, 1 month ago (2012-11-01 19:34:21 UTC) #4
csharp
https://codereview.chromium.org/11369025/diff/5001/scripts/master/factory/commands.py File scripts/master/factory/commands.py (right): https://codereview.chromium.org/11369025/diff/5001/scripts/master/factory/commands.py#newcode142 scripts/master/factory/commands.py:142: command.append('all') On 2012/11/01 19:34:21, Marc-Antoine Ruel wrote: > My ...
8 years, 1 month ago (2012-11-01 19:58:36 UTC) #5
M-A Ruel
lgtm https://codereview.chromium.org/11369025/diff/3002/scripts/master/factory/swarm_commands.py File scripts/master/factory/swarm_commands.py (right): https://codereview.chromium.org/11369025/diff/3002/scripts/master/factory/swarm_commands.py#newcode27 scripts/master/factory/swarm_commands.py:27: bStep.setProperty('swarm_tests', ' '.join(swarm_tests)) Why not keep it as ...
8 years, 1 month ago (2012-11-01 19:59:59 UTC) #6
csharp
https://codereview.chromium.org/11369025/diff/3002/scripts/master/factory/swarm_commands.py File scripts/master/factory/swarm_commands.py (right): https://codereview.chromium.org/11369025/diff/3002/scripts/master/factory/swarm_commands.py#newcode27 scripts/master/factory/swarm_commands.py:27: bStep.setProperty('swarm_tests', ' '.join(swarm_tests)) On 2012/11/01 20:00:00, Marc-Antoine Ruel wrote: ...
8 years, 1 month ago (2012-11-01 20:05:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/csharp@chromium.org/11369025/8005
8 years, 1 month ago (2012-11-01 20:05:40 UTC) #8
commit-bot: I haz the power
8 years, 1 month ago (2012-11-01 20:07:07 UTC) #9
Change committed as 165481

Powered by Google App Engine
This is Rietveld 408576698