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

Issue 105773005: Add ability to specify email subject for gatekeeper_ng. (Closed)

Created:
7 years ago by ghost stip (do not use)
Modified:
7 years ago
Reviewers:
iannucci
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, xusydoc+watch_chromium.org, kjellander+cc_chromium.org
Visibility:
Public.

Description

Add ability to specify email subject for gatekeeper_ng. BUG=254525 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=241322

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -12 lines) Patch
M scripts/slave/gatekeeper_ng.py View 8 chunks +59 lines, -11 lines 2 comments Download
M scripts/slave/unittests/gatekeeper_ng_test.py View 3 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
ghost stip (do not use)
ptal
7 years ago (2013-12-12 02:49:03 UTC) #1
ghost stip (do not use)
http://www.youtube.com/watch?v=jr0JaXfKj68
7 years ago (2013-12-13 20:01:15 UTC) #2
iannucci
lgtm https://codereview.chromium.org/105773005/diff/1/scripts/slave/gatekeeper_ng.py File scripts/slave/gatekeeper_ng.py (right): https://codereview.chromium.org/105773005/diff/1/scripts/slave/gatekeeper_ng.py#newcode396 scripts/slave/gatekeeper_ng.py:396: return gatekeeper_config This whole function is pretty funky. ...
7 years ago (2013-12-17 00:46:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stip@chromium.org/105773005/1
7 years ago (2013-12-17 17:35:20 UTC) #4
commit-bot: I haz the power
Presubmit check for 105773005-1 failed and returned exit status 1. Running presubmit commit checks ...
7 years ago (2013-12-17 17:36:37 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stip@chromium.org/105773005/1
7 years ago (2013-12-17 17:44:01 UTC) #6
commit-bot: I haz the power
Presubmit check for 105773005-1 failed and returned exit status 1. Running presubmit commit checks ...
7 years ago (2013-12-17 17:45:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stip@chromium.org/105773005/1
7 years ago (2013-12-17 18:30:39 UTC) #8
commit-bot: I haz the power
Change committed as 241322
7 years ago (2013-12-17 18:31:45 UTC) #9
ghost stip (do not use)
7 years ago (2013-12-17 18:37:13 UTC) #10
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/105773005/diff/1/scripts/slave/gatekee...
File scripts/slave/gatekeeper_ng.py (right):

https://chromiumcodereview.appspot.com/105773005/diff/1/scripts/slave/gatekee...
scripts/slave/gatekeeper_ng.py:396: return gatekeeper_config
On 2013/12/17 00:46:23, iannucci wrote:
> This whole function is pretty funky. It may be worth thinking about how to
> refactor this so that the bare python types (dict, str, etc.) get parsed into
a
> stronger more-typed hierarchy of composed classes.

Good point, might make it a bit easier to traverse and verify.

Powered by Google App Engine
This is Rietveld 408576698