commit | d79d77f945f5dbb11a20b2cc8840b90262cb5d02 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Fri Sep 18 21:27:00 2015 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Fri Sep 18 21:36:51 2015 +0000 |
tree | 7115782746eb936c44b04720f40145775e8b8c4c | |
parent | ab5f8986623271d6e5abeb8ab5e2c01bea9c719c [diff] |
cmd/coordinator/buildongce: use CoreOS stable Alpha introduced a problem with "docker logs": https://groups.google.com/forum/#!topic/coreos-user/VhqeIjkO2VA So, revert for now. No need for bleeding edge. Also, be sure to make the coordinator's service declaration restarts on failure, even if there are many errors in a row. (I learned this the hard way with another project and just realized this service file omits the StartLimitInterval=0 line to disable the rate limit) Change-Id: I9717e3b665bd4540d3cf4921018b619af1539178 Reviewed-on: https://go-review.googlesource.com/14771 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>