github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/config/openbsd/config.ci (about)

     1  {
     2  	"name": "ci-openbsd",
     3  	"http": ":8080",
     4  	"manager_port_start": 50010,
     5  	"dashboard_addr": "https://syzkaller.appspot.com",
     6  	"dashboard_client": "ci-openbsd-ci",
     7  	"hub_addr": "ci-hub.c.syzkaller.internal:50001",
     8  	"syzkaller_repo": "https://github.com/google/syzkaller.git",
     9  	"managers": [
    10  		{
    11  			"name": "main",
    12  			"dashboard_client": "ci-openbsd",
    13  			"repo": "https://github.com/openbsd/src.git",
    14  			"repo_alias": "openbsd",
    15  			"userspace": "/syzkaller/userspace",
    16  			"kernel_config": "/syzkaller/config/openbsd/sp",
    17  			"jobs": {
    18  				"poll_commits": true,
    19  				"test_patches": true
    20  			},
    21  			"manager_config": {
    22  				"target": "openbsd/amd64",
    23  				"cover": true,
    24  				"reproduce": false,
    25  				"procs": 8,
    26  				"type": "gce",
    27  				"vm": {
    28  					"count": 10,
    29  					"machine_type": "e2-small",
    30  					"gcs_path": "syzkaller/disks"
    31  				}
    32  			}
    33  		},
    34  		{
    35  			"name": "multicore",
    36  			"dashboard_client": "ci-openbsd",
    37  			"repo": "https://github.com/openbsd/src.git",
    38  			"repo_alias": "multicore",
    39  			"userspace": "/syzkaller/userspace-multicore",
    40  			"kernel_config": "/syzkaller/config/openbsd/mp",
    41  			"jobs": {
    42  				"test_patches": true
    43  			},
    44  			"manager_config": {
    45  				"target": "openbsd/amd64",
    46  				"cover": true,
    47  				"reproduce": false,
    48  				"procs": 8,
    49  				"type": "gce",
    50  				"vm": {
    51  					"count": 10,
    52  					"machine_type": "e2-highcpu-2",
    53  					"gcs_path": "syzkaller/disks"
    54  				}
    55  			}
    56  		},
    57  		{
    58  			"name": "setuid",
    59  			"dashboard_client": "ci-openbsd",
    60  			"repo": "https://github.com/openbsd/src.git",
    61  			"repo_alias": "multicore",
    62  			"userspace": "/syzkaller/userspace",
    63  			"kernel_config": "/syzkaller/config/openbsd/mp",
    64  			"jobs": {
    65  				"test_patches": true
    66  			},
    67  			"manager_config": {
    68  				"target": "openbsd/amd64",
    69  				"sandbox": "setuid",
    70  				"cover": true,
    71  				"reproduce": false,
    72  				"procs": 8,
    73  				"type": "gce",
    74  				"vm": {
    75  					"count": 10,
    76  					"machine_type": "e2-highcpu-2",
    77  					"gcs_path": "syzkaller/disks"
    78  				}
    79  			}
    80  		}
    81  	],
    82  	"asset_storage": {
    83  		"upload_to": "gs://syzbot-assets",
    84  		"public_access": true
    85  	}
    86  }