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

Issue 2347973003: Refactor distributor API so that methods always get the Quest_Desc too. (Closed)

Created:
4 years, 3 months ago by iannucci
Modified:
4 years, 3 months ago
Reviewers:
dnj, Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, andrew.wang, todd, tandrii+luci-go_chromium.org, M-A Ruel
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

Refactor distributor API so that methods always get the Quest_Desc too. This is so that various methods can see the original quest description body, which can contain data directed at the distributor (or the distributor adaptor in the case of swarming). R=dnj@chromium.org, vadimsh@chromium.org BUG=639975 Committed: https://github.com/luci/luci-go/commit/fa6f67917f657b339926828ac352e26e4d4dfb1e

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -157 lines) Patch
M dm/appengine/distributor/config.go View 2 chunks +21 lines, -0 lines 2 comments Download
M dm/appengine/distributor/distributor.go View 6 chunks +11 lines, -12 lines 2 comments Download
M dm/appengine/distributor/fake/fake.go View 10 chunks +43 lines, -34 lines 2 comments Download
M dm/appengine/distributor/jobsim/distributor.go View 4 chunks +10 lines, -8 lines 0 comments Download
M dm/appengine/distributor/notify_execution.go View 2 chunks +8 lines, -1 line 0 comments Download
M dm/appengine/distributor/swarming/v1/distributor.go View 5 chunks +20 lines, -14 lines 0 comments Download
M dm/appengine/distributor/swarming/v1/isolate.go View 2 chunks +6 lines, -6 lines 0 comments Download
D dm/appengine/distributor/task_description.go View 1 chunk +0 lines, -75 lines 0 comments Download
M dm/appengine/distributor/test_registry.go View 3 chunks +12 lines, -4 lines 0 comments Download
M dm/appengine/mutate/schedule_execution.go View 1 chunk +1 line, -2 lines 0 comments Download
M dm/appengine/mutate/timeout_execution.go View 2 chunks +8 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 8 (2 generated)
iannucci
4 years, 3 months ago (2016-09-17 00:29:46 UTC) #1
iannucci
Monday morning PTAL Ping
4 years, 3 months ago (2016-09-19 18:16:43 UTC) #2
Vadim Sh.
lgtm with nits https://codereview.chromium.org/2347973003/diff/1/dm/appengine/distributor/config.go File dm/appengine/distributor/config.go (right): https://codereview.chromium.org/2347973003/diff/1/dm/appengine/distributor/config.go#newcode53 dm/appengine/distributor/config.go:53: topic = pubsub.NewTopic(info.Get(c).TrimmedAppID(), notifyTopicSuffix) consider caching ...
4 years, 3 months ago (2016-09-20 00:24:26 UTC) #3
iannucci
https://chromiumcodereview.appspot.com/2347973003/diff/1/dm/appengine/distributor/config.go File dm/appengine/distributor/config.go (right): https://chromiumcodereview.appspot.com/2347973003/diff/1/dm/appengine/distributor/config.go#newcode53 dm/appengine/distributor/config.go:53: topic = pubsub.NewTopic(info.Get(c).TrimmedAppID(), notifyTopicSuffix) On 2016/09/20 00:24:26, Vadim Sh. ...
4 years, 3 months ago (2016-09-20 00:51:28 UTC) #4
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/2347973003/1
4 years, 3 months ago (2016-09-20 00:51:50 UTC) #6
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 01:40:19 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://github.com/luci/luci-go/commit/fa6f67917f657b339926828ac352e26e4d4dfb1e

Powered by Google App Engine
This is Rietveld 408576698