Home
last modified time | relevance | path

Searched refs:DashboardKey (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/syz-ci/
Dsyz-ci.go75 DashboardKey string `json:"dashboard_key"` // Optional. member
91 DashboardKey string `json:"dashboard_key"` member
Dmanager.go80 dash = dashapi.New(mgrcfg.DashboardClient, cfg.DashboardAddr, mgrcfg.DashboardKey)
445 mgrcfg.DashboardKey = mgr.dash.Key
Djobs.go38 jp.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)
/external/syzkaller/pkg/mgrconfig/
Dmgrconfig.go52 DashboardKey string `json:"dashboard_key"` member
197 cfg.DashboardKey == "") {
/external/syzkaller/syz-manager/
Dmanager.go208 mgr.dash = dashapi.New(cfg.DashboardClient, cfg.DashboardAddr, cfg.DashboardKey)