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

Issue 31543002: Dynamically pick build directory on the slave side. (Closed)

Created:
7 years, 2 months ago by Nico
Modified:
7 years, 2 months ago
Reviewers:
cmp, iannucci, M-A Ruel
CC:
chromium-reviews, cmp-cc_chromium.org, kjellander+cc_chromium.org
Visibility:
Public.

Description

Dynamically pick build directory on the slave side. Ignore the --build-dir flag passed in from the server. From what I can tell, this is always one of src/build, src/out or src/xcodebuild (except for one FYI bot which uses src/chrome, but that's on FYI). All scripts that call this are below chromium/ except extract_build.py, but that's only called by Tester bots, and only chromium bots use that slave type. From what I can tell, this change shouldn't affect behavior on any waterfall. BUG=294387 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=229801 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=230011 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=230050

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -39 lines) Patch
M build/scripts/slave/build_directory.py View 1 2 3 4 5 1 chunk +41 lines, -39 lines 1 comment Download

Messages

Total messages: 16 (0 generated)
Nico
7 years, 2 months ago (2013-10-21 03:25:03 UTC) #1
M-A Ruel
lgtm, thanks for doing this. https://codereview.chromium.org/31543002/diff/50001/build/scripts/slave/build_directory.py File build/scripts/slave/build_directory.py (right): https://codereview.chromium.org/31543002/diff/50001/build/scripts/slave/build_directory.py#newcode19 build/scripts/slave/build_directory.py:19: pass optional: You could ...
7 years, 2 months ago (2013-10-21 13:12:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/31543002/50001
7 years, 2 months ago (2013-10-21 14:11:00 UTC) #3
commit-bot: I haz the power
Presubmit check for 31543002-50001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 2 months ago (2013-10-21 14:11:48 UTC) #4
Nico
https://codereview.chromium.org/31543002/diff/50001/build/scripts/slave/build_directory.py File build/scripts/slave/build_directory.py (right): https://codereview.chromium.org/31543002/diff/50001/build/scripts/slave/build_directory.py#newcode19 build/scripts/slave/build_directory.py:19: pass On 2013/10/21 13:12:20, M-A Ruel wrote: > optional: ...
7 years, 2 months ago (2013-10-21 14:14:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/31543002/140001
7 years, 2 months ago (2013-10-21 14:15:00 UTC) #6
commit-bot: I haz the power
Change committed as 229801
7 years, 2 months ago (2013-10-21 14:15:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/31543002/180001
7 years, 2 months ago (2013-10-22 02:09:36 UTC) #8
commit-bot: I haz the power
Presubmit check for 31543002-180001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 2 months ago (2013-10-22 02:10:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/31543002/180001
7 years, 2 months ago (2013-10-22 02:13:06 UTC) #10
commit-bot: I haz the power
Change committed as 230011
7 years, 2 months ago (2013-10-22 02:14:01 UTC) #11
cmp
Robbie, can you take a look at this, too?
7 years, 2 months ago (2013-10-22 02:21:18 UTC) #12
iannucci
lgtm2 https://codereview.chromium.org/31543002/diff/180001/build/scripts/slave/build_directory.py File build/scripts/slave/build_directory.py (right): https://codereview.chromium.org/31543002/diff/180001/build/scripts/slave/build_directory.py#newcode65 build/scripts/slave/build_directory.py:65: if sys.platform == 'cygwin' or sys.platform.startswith('win'): nit: if ...
7 years, 2 months ago (2013-10-22 02:31:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/31543002/180001
7 years, 2 months ago (2013-10-22 04:42:52 UTC) #14
commit-bot: I haz the power
Change committed as 230050
7 years, 2 months ago (2013-10-22 04:43:43 UTC) #15
Nico
7 years, 2 months ago (2013-10-24 04:07:48 UTC) #16
Message was sent while issue was closed.
Retrying this again at https://codereview.chromium.org/38873003

Powered by Google App Engine
This is Rietveld 408576698