syzkaller/syz-manager/mgrconfig/testdata/gce2.cfg
2017-10-10 15:47:27 +02:00

18 lines
356 B
INI

{
"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"
}
}