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

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: Adds copyright comments and infra testing files 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
6
7 - url: "*/workflow-listener/*"
8 module: workflow-listener
9
10 - url: "*/gerrit-poller/*"
11 module: gerrit-poller
12
13 - url: "*/gerrit-reporter/*"
14 module: gerrit-reporter
15
16 - url: "*/*"
17 module: default
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698