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

Issue 2557553002: [Culprit-Finder] Seperate gae related part in cache_decorator and gitile repository to gae_libs/ (Closed)

Created:
4 years ago by Sharu Jiang
Modified:
4 years ago
Reviewers:
wrengr, stgao
CC:
chromium-reviews, infra-reviews+infra_chromium.org, Martin Barbella, chanli, lijeffrey
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[Culprit-Finder] Seperate gae related part in cache_decorator and gitile repository to gae_libs/ BUG=660466 Committed: https://chromium.googlesource.com/infra/infra/+/8fbbd99499879846a74fe2f9e312a1e4b1bd7761

Patch Set 1 #

Total comments: 26

Patch Set 2 : Rebase and fix nits. #

Total comments: 4

Patch Set 3 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -191 lines) Patch
M appengine/findit/crash/crash_pipeline.py View 2 chunks +3 lines, -2 lines 0 comments Download
A appengine/findit/gae_libs/caches.py View 1 1 chunk +75 lines, -0 lines 0 comments Download
A appengine/findit/gae_libs/gitiles/__init__.py View 1 chunk +3 lines, -0 lines 0 comments Download
A appengine/findit/gae_libs/gitiles/cached_gitiles_repository.py View 1 1 chunk +25 lines, -0 lines 0 comments Download
A appengine/findit/gae_libs/test/__init__.py View 1 chunk +3 lines, -0 lines 0 comments Download
A appengine/findit/gae_libs/test/caches_test.py View 1 1 chunk +58 lines, -0 lines 0 comments Download
M appengine/findit/handlers/crash/crash_handler.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/findit/handlers/help_triage.py View 2 chunks +2 lines, -2 lines 0 comments Download
A appengine/findit/lib/cache.py View 1 chunk +28 lines, -0 lines 0 comments Download
M appengine/findit/lib/cache_decorator.py View 1 2 6 chunks +7 lines, -102 lines 0 comments Download
M appengine/findit/lib/gitiles/gitiles_repository.py View 3 chunks +0 lines, -6 lines 0 comments Download
M appengine/findit/lib/gitiles/test/gitiles_repository_test.py View 1 chunk +1 line, -0 lines 0 comments Download
M appengine/findit/lib/test/cache_decorator_test.py View 4 chunks +16 lines, -51 lines 0 comments Download
M appengine/findit/util_scripts/local_cache.py View 2 chunks +8 lines, -7 lines 0 comments Download
M appengine/findit/util_scripts/script_util.py View 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/findit/util_scripts/test/local_cache_test.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/build_failure_analysis.py View 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/extract_deps_info_pipeline.py View 3 chunks +3 lines, -3 lines 0 comments Download
M appengine/findit/waterfall/flake/step_mapper.py View 2 chunks +3 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/identify_try_job_culprit_pipeline.py View 2 chunks +2 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/pull_changelog_pipeline.py View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/findit/waterfall/send_notification_for_culprit_pipeline.py View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (10 generated)
Sharu Jiang
PTAL.
4 years ago (2016-12-05 23:04:40 UTC) #4
wrengr
lgtm with nits https://codereview.chromium.org/2557553002/diff/40001/appengine/findit/gae_libs/caches.py File appengine/findit/gae_libs/caches.py (right): https://codereview.chromium.org/2557553002/diff/40001/appengine/findit/gae_libs/caches.py#newcode35 appengine/findit/gae_libs/caches.py:35: The data to be cached would ...
4 years ago (2016-12-06 21:52:57 UTC) #5
Sharu Jiang
https://codereview.chromium.org/2557553002/diff/40001/appengine/findit/gae_libs/caches.py File appengine/findit/gae_libs/caches.py (right): https://codereview.chromium.org/2557553002/diff/40001/appengine/findit/gae_libs/caches.py#newcode35 appengine/findit/gae_libs/caches.py:35: The data to be cached would be pickled and ...
4 years ago (2016-12-06 23:58:17 UTC) #6
stgao
lgtm with nits. https://codereview.chromium.org/2557553002/diff/60001/appengine/findit/lib/cache_decorator.py File appengine/findit/lib/cache_decorator.py (right): https://codereview.chromium.org/2557553002/diff/60001/appengine/findit/lib/cache_decorator.py#newcode39 appengine/findit/lib/cache_decorator.py:39: import logging import order. https://codereview.chromium.org/2557553002/diff/60001/appengine/findit/lib/cache_decorator.py#newcode69 appengine/findit/lib/cache_decorator.py:69: ...
4 years ago (2016-12-08 00:34:34 UTC) #10
Sharu Jiang
https://codereview.chromium.org/2557553002/diff/60001/appengine/findit/lib/cache_decorator.py File appengine/findit/lib/cache_decorator.py (right): https://codereview.chromium.org/2557553002/diff/60001/appengine/findit/lib/cache_decorator.py#newcode39 appengine/findit/lib/cache_decorator.py:39: import logging On 2016/12/08 00:34:34, stgao (slow on Monday) ...
4 years ago (2016-12-08 00:54:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2557553002/80001
4 years ago (2016-12-08 00:55:44 UTC) #14
commit-bot: I haz the power
4 years ago (2016-12-08 01:10:59 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/infra/infra/+/8fbbd99499879846a74fe2f9e312a...

Powered by Google App Engine
This is Rietveld 408576698