aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/gce
Commit message (Collapse)AuthorAgeFilesLines
* .gometalinter.json: enable gofmtDmitry Vyukov2018-07-311-1/+1
| | | | | | | The part that we want from gofmt is simplify (-s). Fix all code that needs fixing. Update #538
* pkg/gce: improve API rate limit logicDmitry Vyukov2018-04-241-31/+73
| | | | | | Sometimes we see rate limiting errors. This is especially bad for e.g. patch testing requests. Increase default API delay and add backoff logic.
* pkg/gce: fix a typeDmitry Vyukov2018-02-271-1/+1
|
* pkg/gce: use current instance networkDmitry Vyukov2018-02-271-1/+6
| | | | The current instance is not necessary in the default network.
* syz-manager: send public web addr to dashboardDmitry Vyukov2017-12-041-1/+6
|
* vm/gce: fix boot output captureDmitry Vyukov2017-11-221-10/+0
| | | | | | Turns out GetSerialPortOutput API does not work if instance has serial port connections enabled (which we always have). Get output from serial port relay service instead.
* vm/gce: provide VM console output on boot failuresDmitry Vyukov2017-11-191-0/+10
| | | | "can't ssh into the instance" is not a very useful error.
* vendor: update all packagesDmitry Vyukov2017-08-081-3/+6
| | | | | | google.golang.org/api/compute/v0.beta again changed public interfaces which causes breakages in other build environments. Update everything to HEAD.
* pkg/gce: move from gceDmitry Vyukov2017-06-031-0/+291