mirror of
https://github.com/golang/go
synced 2024-11-18 22:04:43 -07:00
5f779d76c1
Update golang/go#9494 Change-Id: I849d9f8ed423d29daede167193704dbda26785b1 Reviewed-on: https://go-review.googlesource.com/2590 Reviewed-by: Andrew Gerrand <adg@golang.org>
22 lines
545 B
YAML
22 lines
545 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/)(|building|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
|
|
|