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

Issue 23604016: Make landmines.py take an extra script via an env var. (Closed)

Created:
7 years, 3 months ago by Siva Chandra
Modified:
7 years, 3 months ago
Reviewers:
iannucci
CC:
chromium-reviews
Visibility:
Public.

Description

Make landmines.py take an extra script via an env var. The extra Python script to run can be specified via env var EXTRA_LANDMINES_SCRIPT. BUG=223636 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220846

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add to landmine_scripts instead of to landmines #

Patch Set 3 : Fix typo #

Total comments: 1

Patch Set 4 : Move opt parsing to a separate function #

Patch Set 5 : Fix a bug #

Total comments: 2

Patch Set 6 : Whitespace fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M build/landmines.py View 1 2 3 4 5 2 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Siva Chandra
7 years, 3 months ago (2013-08-30 22:05:57 UTC) #1
iannucci
https://codereview.chromium.org/23604016/diff/1/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/23604016/diff/1/build/landmines.py#newcode99 build/landmines.py:99: options, args = parser.parse_args() Just do: extra_script = os.environ.get('EXTRA_LANDMINES_SCRIPT') ...
7 years, 3 months ago (2013-08-30 22:07:51 UTC) #2
Siva Chandra
PTaL at patch set 3. https://codereview.chromium.org/23604016/diff/1/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/23604016/diff/1/build/landmines.py#newcode99 build/landmines.py:99: options, args = parser.parse_args() ...
7 years, 3 months ago (2013-08-30 22:17:06 UTC) #3
iannucci
certainly modifying options far away from the parsing is bad. I would add a note ...
7 years, 3 months ago (2013-08-31 00:54:20 UTC) #4
iannucci
lgtm % whitespace https://codereview.chromium.org/23604016/diff/15001/build/landmines.py File build/landmines.py (right): https://codereview.chromium.org/23604016/diff/15001/build/landmines.py#newcode102 build/landmines.py:102: if args: I'd keep this whitespace ...
7 years, 3 months ago (2013-08-31 01:18:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/23604016/15002
7 years, 3 months ago (2013-08-31 01:37:11 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=164307
7 years, 3 months ago (2013-08-31 05:08:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/23604016/15002
7 years, 3 months ago (2013-08-31 12:49:06 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=164325
7 years, 3 months ago (2013-08-31 16:05:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/23604016/15002
7 years, 3 months ago (2013-09-02 13:51:25 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-02 14:59:28 UTC) #11
Message was sent while issue was closed.
Change committed as 220846

Powered by Google App Engine
This is Rietveld 408576698