summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Tools/TestResultServer/app.yaml
blob: eae2dab45d9361a1a22fd6cacd654e536e1d030b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
application: test-results-hrd
version: 1
runtime: python27
api_version: 1
threadsafe: true

builtins:
- appstats: on

handlers:
- url: /robots.txt
  static_files: robots.txt
  upload: robots.txt

- url: /favicon.ico
  static_files: favicon.ico
  upload: favicon.ico

- url: /stylesheets
  static_dir: stylesheets

- url: /dashboards
  static_dir: static-dashboards

- url: /testfile/delete
  script: main.app
  login: admin

- url: /.*
  script: main.app

- url: /updatebuilders
  script: main.app
  login: admin