1
0
mirror of https://github.com/golang/go synced 2024-11-19 03:34:41 -07:00
go/dashboard/app/app.yaml
Brad Fitzpatrick c7100dffc3 dashboard/app: update app.yaml comments to preferred test convention
Change-Id: I61f0b3a31a4f0435037a6583131bb50b36ac20d7
Reviewed-on: https://go-review.googlesource.com/1563
Reviewed-by: Andrew Gerrand <adg@golang.org>
2014-12-15 03:18:23 +00:00

22 lines
536 B
YAML

# Update with
# google_appengine/appcfg.py [-V build-test] update .
#
# Using -V build-test will run as build-test.golang.org.
application: golang-org
version: build
runtime: go
api_version: go1
handlers:
- url: /static
static_dir: static
- url: /(|gccgo/|hg/)log/.+
script: _go_app
- url: /(|gccgo/|hg/)(|clear-results|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark)
script: _go_app
- url: /(|gccgo/|hg/)(init|buildtest|key|perflearn|_ah/queue/go/delay)
script: _go_app
login: admin