{
	"name": "linux-gce",
	"target": "linux/amd64",
	"http": ":10000",
	"workdir": "/workdir",
	"syzkaller": "/syzkaller",
	"image": "/local/path/to/disk.raw",
	"sshkey": "/syzkaller_id_rsa",
	"ssh_user": "syzkaller",
	"procs": 8,
	"type": "gce",
	"vm": {
		"count": 10,
		"machine_type": "n1-highcpu-2",
		"gcs_path": "gce-bucket-name-to-upload-image"
	}
}