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

Issue 172523005: Keep track of hashes triggered instead of builds. (Closed)

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

Description

Keep track of hashes triggered instead of builds. BUG=341650, 335363 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=253091

Patch Set 1 #

Patch Set 2 : Whitespace change. #

Total comments: 16

Patch Set 3 : Now uses a NamedTuple build_db. #

Total comments: 4

Patch Set 4 : Fix typos. #

Patch Set 5 : Fix typos. #

Total comments: 13

Patch Set 6 : Address iannucci's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+525 lines, -242 lines) Patch
M scripts/slave/gatekeeper_ng.py View 1 2 3 10 chunks +126 lines, -96 lines 0 comments Download
M scripts/slave/gatekeeper_ng_config.py View 1 2 3 4 5 1 chunk +9 lines, -8 lines 0 comments Download
A scripts/slave/gatekeeper_ng_db.py View 1 2 3 4 5 1 chunk +209 lines, -0 lines 0 comments Download
M scripts/slave/unittests/gatekeeper_ng_test.py View 1 2 3 4 5 62 chunks +181 lines, -138 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ghost stip (do not use)
ptal
6 years, 10 months ago (2014-02-20 02:42:19 UTC) #1
iannucci
use structures or something. classes are good. https://codereview.chromium.org/172523005/diff/30001/scripts/slave/gatekeeper_ng.py File scripts/slave/gatekeeper_ng.py (right): https://codereview.chromium.org/172523005/diff/30001/scripts/slave/gatekeeper_ng.py#newcode73 scripts/slave/gatekeeper_ng.py:73: def find_new_builds(master_url, ...
6 years, 10 months ago (2014-02-20 03:30:55 UTC) #2
ghost stip (do not use)
ppptttaaalll https://codereview.chromium.org/172523005/diff/30001/scripts/slave/gatekeeper_ng.py File scripts/slave/gatekeeper_ng.py (right): https://codereview.chromium.org/172523005/diff/30001/scripts/slave/gatekeeper_ng.py#newcode73 scripts/slave/gatekeeper_ng.py:73: def find_new_builds(master_url, root_json, build_db, options): On 2014/02/20 03:30:55, ...
6 years, 10 months ago (2014-02-22 10:03:06 UTC) #3
iannucci
looks a lot better. lgtm + other comments https://codereview.chromium.org/172523005/diff/190001/scripts/slave/gatekeeper_ng.py File scripts/slave/gatekeeper_ng.py (right): https://codereview.chromium.org/172523005/diff/190001/scripts/slave/gatekeeper_ng.py#newcode164 scripts/slave/gatekeeper_ng.py:164: build ...
6 years, 10 months ago (2014-02-24 20:20:23 UTC) #4
ghost stip (do not use)
https://codereview.chromium.org/172523005/diff/190001/scripts/slave/gatekeeper_ng_db.py File scripts/slave/gatekeeper_ng_db.py (right): https://codereview.chromium.org/172523005/diff/190001/scripts/slave/gatekeeper_ng_db.py#newcode31 scripts/slave/gatekeeper_ng_db.py:31: 'masters', On 2014/02/24 20:20:23, iannucci wrote: > Add comment ...
6 years, 10 months ago (2014-02-25 07:12:39 UTC) #5
ghost stip (do not use)
The CQ bit was checked by stip@chromium.org
6 years, 10 months ago (2014-02-25 07:13:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stip@chromium.org/172523005/270001
6 years, 10 months ago (2014-02-25 07:13:08 UTC) #7
commit-bot: I haz the power
6 years, 10 months ago (2014-02-25 07:13:57 UTC) #8
Message was sent while issue was closed.
Change committed as 253091

Powered by Google App Engine
This is Rietveld 408576698