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

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

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. 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
« no previous file with comments | « appengine/findit/common/findit_testcase.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 dispatch:
2 - url: "*/robots.txt"
3 module: default
4
5 - url: "*.appspot.com/build-failure"
6 module: waterfall-frontend
7
8 - url: "*.appspot.com/list-analyses"
9 module: waterfall-frontend
10
11 - url: "*.appspot.com/waterfall/*"
12 module: waterfall-frontend
OLDNEW
« no previous file with comments | « appengine/findit/common/findit_testcase.py ('k') | appengine/findit/findit_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698