[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:
parent
2db4ba1caf
commit
6058eae42e
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user