| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Simplify code by using the new name metadata now that we have it.
|
| |
|
|
|
| |
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
|
| |
|
|
| |
Seems to be working without termination.
|
| |
|
|
|
| |
No, external IPs do not help.
Seems to be some problem with kernel configs...
|
| |
|
|
|
| |
There seems to be some issue with DHCP if instance does not have external IP.
Test if it will work with external IP.
|
| |
|
|
|
| |
Preemptible instances are cheaper, try to use them.
Also try to enable vmx support.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
It is meant to download new kernel images from GCS,
update and rebuild syzkaller and restart syz-manager.
Work in progress...
|
|
|
http handler scrapes crashes dir, it becomes upset if the dir is missing
|