mirror of
https://github.com/golang/go
synced 2024-11-20 04:24:51 -07:00
d635d846f4
These are the scripts behind godashboard.appspot.com. Nothing is particularly beautiful about it, but it does run. I still need to add support for per-builder keys and for running the benchmarks. R=rsc CC=golang-dev https://golang.org/cl/183153
9 lines
110 B
YAML
9 lines
110 B
YAML
application: godashboard
|
|
version: 1
|
|
runtime: python
|
|
api_version: 1
|
|
|
|
handlers:
|
|
- url: /.*
|
|
script: gobuild.py
|