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

Side by Side Diff: appengine/findit/dispatch.yaml

Issue 1852383002: [Findit] Integrate with Fracas through Pub/Sub. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nits. Created 4 years, 8 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
1 dispatch: 1 dispatch:
2 - url: "*/robots.txt" 2 - url: "*/robots.txt"
3 module: default 3 module: default
4 4
5 - url: "*.appspot.com/build-failure" 5 - url: "*.appspot.com/build-failure"
6 module: waterfall-frontend 6 module: waterfall-frontend
7 7
8 - url: "*.appspot.com/list-analyses" 8 - url: "*.appspot.com/list-analyses"
9 module: waterfall-frontend 9 module: waterfall-frontend
10 10
11 - url: "*.appspot.com/waterfall/*" 11 - url: "*.appspot.com/waterfall/*"
12 module: waterfall-frontend 12 module: waterfall-frontend
13
14 - url: "*.appspot.com/crash/*"
15 module: crash-frontend
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698