aboutsummaryrefslogtreecommitdiffstats
path: root/gce
Commit message (Collapse)AuthorAgeFilesLines
* pkg/gce: move from gceDmitry Vyukov2017-06-031-291/+0
|
* gce: use name metadata to get instance nameDmitry Vyukov2017-05-061-18/+10
| | | | Simplify code by using the new name metadata now that we have it.
* gce: revert to terminate on migrationDmitry Vyukov2017-01-271-1/+1
| | | | | No, it does not work: Error 400: Invalid value for field 'resource.scheduling.preemptible': 'true'. Scheduling must have preemptible be false when OnHostMaintenance isn't TERMINATE
* gce: don't terminate instances on migrationDmitry Vyukov2017-01-271-1/+1
| | | | Seems to be working without termination.
* gce: remove external IPsDmitry Vyukov2016-12-161-6/+0
| | | | | No, external IPs do not help. Seems to be some problem with kernel configs...
* gce: temporary add external IPs to instancesDmitry Vyukov2016-12-161-0/+6
| | | | | There seems to be some issue with DHCP if instance does not have external IP. Test if it will work with external IP.
* vm/gce: use preemptible instancesDmitry Vyukov2016-12-021-2/+34
| | | | | Preemptible instances are cheaper, try to use them. Also try to enable vmx support.
* vm/gce: don't wait for instance deletion on exitDmitry Vyukov2016-10-101-3/+5
| | | | | | | VM.Close is called when syz-manager terminates on SIGINT. Waiting for instance deletion in this case is unnecessary, creation of a new instance will handle deleting instance. So exit faster.
* syz-gce: add autonomous GCE runnerDmitry Vyukov2016-10-071-24/+71
| | | | | | It is meant to download new kernel images from GCS, update and rebuild syzkaller and restart syz-manager. Work in progress...
* manager: precreate crashes dirDmitry Vyukov2016-10-071-0/+218
http handler scrapes crashes dir, it becomes upset if the dir is missing