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

Side by Side Diff: go/src/infra/tricium/service/dispatch.yaml

Issue 2125603002: Adds initial Tricium service GAE configs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 application: chrome-infra-tricium-dev
2 dispatch:
3
4 - url: "*/workflow-launcher/*"
5 module: workflow-launcher
Paweł Hajdan Jr. 2016/07/05 12:16:00 FWIW, I'm not sure how useful is it to have each o
emso 2016/07/06 06:21:28 AFAIK, the benefit of having these as separate mod
emso 2016/07/07 09:18:45 For got to answer your second question. I didn't f
6
7 - url: "*/_ah/queue/analysis-requests*"
Sergiy Byelozyorov 2016/07/05 14:41:48 Why is this necessary? Looks like workflow-launche
emso 2016/07/06 06:21:28 Sorry, I forgot clean up this file. I was experime
8 module: workflow-launcher
9
10 - url: "*/workflow-listener/*"
11 module: workflow-listener
12
13 - url: "*/gerrit-poller/status"
Sergiy Byelozyorov 2016/07/05 14:41:48 Why is it just .../status here? There is a handler
emso 2016/07/06 06:21:28 More garbage - sorry. Removing.
14 module: gerrit-poller
15
16 - url: "*/gerrit-reporter/*"
17 module: gerrit-reporter
18
19 - url: "*/*"
20 module: default
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698