Commit Graph

6 Commits

Author SHA1 Message Date
Dmitry Vyukov
53366f4571 gce: remove external IPs
No, external IPs do not help.
Seems to be some problem with kernel configs...
2016-12-16 18:50:45 +01:00
Dmitry Vyukov
fa3280e0b4 gce: temporary add external IPs to instances
There seems to be some issue with DHCP if instance does not have external IP.
Test if it will work with external IP.
2016-12-16 16:46:07 +01:00
Dmitry Vyukov
3e53602346 vm/gce: use preemptible instances
Preemptible instances are cheaper, try to use them.
Also try to enable vmx support.
2016-12-02 16:58:09 +01:00
Dmitry Vyukov
f6a0e2933d vm/gce: don't wait for instance deletion on exit
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.
2016-10-10 12:36:17 +02:00
Dmitry Vyukov
d21c3c878c syz-gce: add autonomous GCE runner
It is meant to download new kernel images from GCS,
update and rebuild syzkaller and restart syz-manager.
Work in progress...
2016-10-07 18:56:45 +02:00
Dmitry Vyukov
2da6f4a8e1 manager: precreate crashes dir
http handler scrapes crashes dir, it becomes upset if the dir is missing
2016-10-07 18:42:52 +02:00