aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Stephan Altmueller <stephana@google.com>2018-02-21 16:29:28 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-22 12:58:47 +0000
commit85834d1265d4b7ae8cb737639af3892b4c11ce12 (patch)
treee85e881b6ca27a33bb41acb842d73a50e70be514 /infra/bots/gen_tasks.go
parent6ede412188278e3b9529fe4b486f3b4899c922d0 (diff)
Remove SkQP bot from master
Bug: skia: Change-Id: I0415690911a52059eaaf7f32c81b7a4c66117d5b Reviewed-on: https://skia-review.googlesource.com/109162 Commit-Queue: Stephan Altmueller <stephana@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 9b36fa3b73..cf3a132a84 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -518,9 +518,6 @@ func compile(b *specs.TasksCfgBuilder, name string, parts map[string]string) str
pkgs = append(pkgs, pkg)
} else {
deps = append(deps, isolateCIPDAsset(b, ISOLATE_NDK_LINUX_NAME))
- if strings.Contains(name, "SKQP") {
- deps = append(deps, isolateCIPDAsset(b, ISOLATE_SDK_LINUX_NAME))
- }
}
} else if strings.Contains(name, "Chromecast") {
pkgs = append(pkgs, b.MustGetCipdPackageFromAsset("cast_toolchain"))