Home
last modified time | relevance | path

Searched refs:RestrictedTestingReason (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/dashboard/app/
Dconfig.go75 RestrictedTestingReason string member
245 if mgr.RestrictedTestingRepo != "" && mgr.RestrictedTestingReason == "" {
248 if mgr.RestrictedTestingRepo == "" && mgr.RestrictedTestingReason != "" {
Dapp_test.go72 RestrictedTestingReason: "you should test only on restricted.git",
Djobs.go91 return mgr.RestrictedTestingReason, nil