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

Side by Side Diff: chromium-jobqueue/app.yaml

Issue 23093011: Create tryserver appengine app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« chromium-jobqueue/app.py ('K') | « chromium-jobqueue/app.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 application: chromium-tryserver
cmp 2013/08/22 04:44:12 chromium-jobqueue?
agable 2013/08/22 13:43:42 Done.
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 libraries:
8 - name: webapp2
9 version: latest
10
11 handlers:
12 - url: /.*
13 script: app.app
14
15 builtins:
16 - appstats: on
17 - deferred: on
18
19 skip_files:
20 - ^(.*/)?app\.yaml
21 - ^(.*/)?app\.yml
22 - ^(.*/)?index\.yaml
23 - ^(.*/)?index\.yml
24 - ^(.*/)?#.*#
25 - ^(.*/)?.*~
26 - ^(.*/)?.*\.py[co]
27 - ^(.*/)?.*/RCS/.*
28 - ^(.*/)?\..*
29 - ^(.*/)?.*\.bak$
30 - tests/(.*/)?.*
OLDNEW
« chromium-jobqueue/app.py ('K') | « chromium-jobqueue/app.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698