aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig/testdata/gce1.cfg
blob: 7f9d95c5d1b782dfa75ed081a0f212d8dce23767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is a test comment in the config.
{
	# This is a test comment in the config.
	"name": "windows-gce",
	"target": "windows/amd64",
	# This is a multi-line
	# test comment in
	# the config.
	"http": ":10000",
	"workdir": "/workdir",
	"syzkaller": "./testdata/syzkaller",
	"ssh_user": "syzkaller",
	"procs": 8,
	"type": "gce",
	"dashboard_client": "client",
	"dashboard_addr": "127.0.0.1",
	"vm": {
		"count": 10,
		"machine_type": "n1-highcpu-2",
		"gce_image": "gce-image-name"
	}
}