github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/pkg/mgrconfig/testdata/gce2.cfg (about) 1 { 2 "name": "linux-gce", 3 "target": "linux/amd64", 4 "http": ":10000", 5 "workdir": "/workdir", 6 "syzkaller": "./testdata/syzkaller", 7 "image": "./testdata/disk.raw", 8 "ssh_user": "syzkaller", 9 "procs": 8, 10 "type": "gce", 11 "vm": { 12 "count": 10, 13 "machine_type": "n1-highcpu-2", 14 "gcs_path": "gce-bucket-name-to-upload-image" 15 } 16 }