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

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: Just rebase. 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: "*/build-failure" 5 - url: "*/build-failure"
6 module: waterfall-frontend 6 module: waterfall-frontend
7 7
8 - url: "*/list-analyses" 8 - url: "*/list-analyses"
9 module: waterfall-frontend 9 module: waterfall-frontend
10 10
11 - url: "*/waterfall/*" 11 - url: "*/waterfall/*"
12 module: waterfall-frontend 12 module: waterfall-frontend
13
14 - url: "*.appspot.com/crash/*"
15 module: crash-frontend
OLDNEW
« no previous file with comments | « appengine/findit/crash/test/fracas_crash_pipeline_test.py ('k') | appengine/findit/handlers/crash/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698