repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Convert display_unittests to run exclusively on Swarming
[chromium-blink-merge.git]
/
tools
/
sheriffing
/
app.yaml
blob
4c7c9657c492bb526331b7fdf0b2d05ca6e5588a
1
application: chromium-sheriffing
2
version: 1
3
runtime: python27
4
api_version: 1
5
threadsafe: true
6
7
# Silly way of using appspot for static hosting. (It has a "free" tier vs.
8
# Cloud Storage which requires billing info for the << $1 it will cost to
9
# host this.)
10
handlers:
11
- url: /
12
static_files: index.html
13
upload: index.html
14
15
- url: /(.*)
16
static_files: \1
17
upload: (.*)