Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Dconfig.go74 RestrictedTestingRepo string member
245 if mgr.RestrictedTestingRepo != "" && mgr.RestrictedTestingReason == "" {
248 if mgr.RestrictedTestingRepo == "" && mgr.RestrictedTestingReason != "" {
Dapp_test.go71 RestrictedTestingRepo: "git://restricted.git/restricted.git",
Djobs.go90 if mgr.RestrictedTestingRepo != "" && repo != mgr.RestrictedTestingRepo {