mirror of
https://github.com/golang/go
synced 2024-11-07 08:46:19 -07:00
904c4641c7
This CL moves code from code.google.com/p/dvyukov-go-perf-dashboard, which was previously reviewed. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/96180043
22 lines
510 B
YAML
22 lines
510 B
YAML
# Update with
|
|
# google_appengine/appcfg.py [-V test-build] update .
|
|
#
|
|
# Using -V test-build will run as test-build.golang.org.
|
|
|
|
application: golang-org
|
|
version: build
|
|
runtime: go
|
|
api_version: go1
|
|
|
|
handlers:
|
|
- url: /static
|
|
static_dir: static
|
|
- url: /(|gccgo/)log/.+
|
|
script: _go_app
|
|
- url: /(|gccgo/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark)
|
|
script: _go_app
|
|
- url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay)
|
|
script: _go_app
|
|
login: admin
|
|
|