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

Issue 22909021: Add build slave side support for the new swarming.py script. (Closed)

Created:
7 years, 4 months ago by M-A Ruel
Modified:
7 years, 3 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, xusydoc+watch_chromium.org, kjellander+cc_chromium.org, csharp, Vadim Sh.
Visibility:
Public.

Description

Add build slave side support for the new swarming.py script. R=ilevy@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=219778

Patch Set 1 #

Patch Set 2 : fixes #

Total comments: 1

Patch Set 3 : Getting there #

Patch Set 4 : rebase #

Patch Set 5 : tested to work #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -4 lines) Patch
M scripts/slave/swarming/get_swarm_results_shim.py View 1 2 3 4 2 chunks +36 lines, -2 lines 0 comments Download
M scripts/slave/swarming/swarming_utils.py View 1 2 chunks +20 lines, -0 lines 3 comments Download
M scripts/slave/swarming/trigger_swarm_shim.py View 1 2 3 4 3 chunks +45 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
M-A Ruel
This needs to be committed before https://codereview.chromium.org/22980008, so the exact revision can't be known ahead ...
7 years, 4 months ago (2013-08-20 20:22:35 UTC) #1
M-A Ruel
This CL was tested with: 1. Sync chromium to ToT 2. Put https://codereview.chromium.org/22980008 in place ...
7 years, 3 months ago (2013-08-26 18:14:05 UTC) #2
Isaac (away)
lgtm w/ comment https://codereview.chromium.org/22909021/diff/12001/scripts/slave/swarming/swarming_utils.py File scripts/slave/swarming/swarming_utils.py (right): https://codereview.chromium.org/22909021/diff/12001/scripts/slave/swarming/swarming_utils.py#newcode46 scripts/slave/swarming/swarming_utils.py:46: return map(int, version.split('.')) This returns a ...
7 years, 3 months ago (2013-08-27 01:35:20 UTC) #3
M-A Ruel
thanks https://codereview.chromium.org/22909021/diff/12001/scripts/slave/swarming/swarming_utils.py File scripts/slave/swarming/swarming_utils.py (right): https://codereview.chromium.org/22909021/diff/12001/scripts/slave/swarming/swarming_utils.py#newcode46 scripts/slave/swarming/swarming_utils.py:46: return map(int, version.split('.')) On 2013/08/27 01:35:20, Isaac wrote: ...
7 years, 3 months ago (2013-08-27 12:23:37 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/22909021/12001
7 years, 3 months ago (2013-08-27 12:23:48 UTC) #5
commit-bot: I haz the power
Presubmit check for 22909021-12001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 3 months ago (2013-08-27 12:24:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/22909021/12001
7 years, 3 months ago (2013-08-27 12:42:08 UTC) #7
commit-bot: I haz the power
Change committed as 219778
7 years, 3 months ago (2013-08-27 12:43:14 UTC) #8
Isaac (use chromium)
7 years, 3 months ago (2013-08-27 17:43:00 UTC) #9
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/22909021/diff/12001/scripts/slave/swar...
File scripts/slave/swarming/swarming_utils.py (right):

https://chromiumcodereview.appspot.com/22909021/diff/12001/scripts/slave/swar...
scripts/slave/swarming/swarming_utils.py:46: return map(int, version.split('.'))
Hmm, I must be remembering correctly.  Weird.

I use map for situations like this too.

Powered by Google App Engine
This is Rietveld 408576698