aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig/testdata/gce2.cfg
blob: 40ef21272e8b19c04bf9908ee21849895377597c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "linux-gce",
	"target": "linux/amd64",
	"http": ":10000",
	"workdir": "/workdir",
	"syzkaller": "./testdata/syzkaller",
	"image": "./testdata/disk.raw",
	"ssh_user": "syzkaller",
	"procs": 8,
	"type": "gce",
	"vm": {
		"count": 10,
		"machine_type": "n1-highcpu-2",
		"gcs_path": "gce-bucket-name-to-upload-image"
	}
}