github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/pkg/mgrconfig/testdata/gce1.cfg (about)

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