Ojan Vafai 61d78bd869 Convert sky_server over to a go-based http server.
We keep seeing timeouts on the bots that seem to be due
to cherrypy dropping requests on the floor, which in turn
causes imports to stall, which causes the test to time out.
In local testing, I was able to reproduce the timeouts
and wasn't able to do so with the go-based server.

R=abarth@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/746373002
2014-12-04 16:10:09 -08:00

20 lines
544 B
Plaintext

sky_server instructions
#######################
Building locally:
1. cd sky/tools/skygo
2. go build sky_server.go
Testing locally:
1. Build as per the above steps
2. Run test_sky --path-to-server /absolute/path/to/sky/tools/skygo/sky_server
Uploading the locally built server
1. cd sky/tools/skygo
2. upload_to_google_storage.py --bucket mojo sky_server
upload_to_google_storage.py is in depot_tools. It will overwrite
sky_server.sha1. Include that change in your code review.
sky_server was last built using go version go1.3 linux/amd64.