[infra] Tweak CasSpecs to support other repos which use gen_tasks_logic

Bug: skia:10883
Change-Id: I9b2fcabb2e1242e154ffb03a1d297825ccb16fc0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/373618
Reviewed-by: Weston Tracey <westont@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2021-02-22 10:11:00 -05:00 committed by Skia Commit-Bot
parent 2db4ba1caf
commit 6058eae42e
2 changed files with 4 additions and 4 deletions

View File

@ -407,7 +407,7 @@ func GenTasks(cfg *Config) {
Excludes: []string{rbe.ExcludeGitDir},
})
b.MustAddCasSpec(CAS_PUPPETEER, &specs.CasSpec{
Root: ".",
Root: "../skia", // Needed for other repos.
Paths: []string{
"tools/perf-canvaskit-puppeteer",
},
@ -481,7 +481,7 @@ func GenTasks(cfg *Config) {
Excludes: []string{rbe.ExcludeGitDir},
})
b.MustAddCasSpec(CAS_WASM_GM, &specs.CasSpec{
Root: ".",
Root: "../skia", // Needed for other repos.
Paths: []string{
"resources",
"tools/run-wasm-gm-tests",

View File

@ -77946,7 +77946,7 @@
]
},
"puppeteer": {
"root": ".",
"root": "../skia",
"paths": [
"tools/perf-canvaskit-puppeteer"
],
@ -78036,7 +78036,7 @@
]
},
"wasm-gm": {
"root": ".",
"root": "../skia",
"paths": [
"resources",
"tools/run-wasm-gm-tests"