• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2	"name": "windows-gce",
3	"target": "windows/amd64",
4	"http": ":10000",
5	"workdir": "/workdir",
6	"syzkaller": "/syzkaller",
7	"sshkey": "/syzkaller_id_rsa",
8	"ssh_user": "syzkaller",
9	"procs": 8,
10	"type": "gce",
11	"vm": {
12		"count": 10,
13		"machine_type": "n1-highcpu-2",
14		"gce_image": "gce-image-name"
15	}
16}
17