aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-05-04 08:59:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-04 14:59:32 +0000
commit44a68b3b3b16a745582f7df8a667f30752db0ebf (patch)
tree83c1831da0413aebebc98a2b4909f116106905f1 /infra/bots/gen_tasks.go
parent4824ed05ac126a4de5322f93e5af821d611b974d (diff)
[infra] Remove PDFium bot and associated recipe code
Bug: skia:7890 Change-Id: I8322b145800dc41ac59322e89804ff9356d8e767 Reviewed-on: https://skia-review.googlesource.com/125864 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index ae1529a4ed..d10e41db4d 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -262,7 +262,6 @@ func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []stri
"-known-gerrit-host", "fuchsia.googlesource.com",
"-known-gerrit-host", "go.googlesource.com",
"-known-gerrit-host", "llvm.googlesource.com",
- "-known-gerrit-host", "pdfium.googlesource.com",
"-known-gerrit-host", "skia.googlesource.com",
"-known-gerrit-host", "webrtc.googlesource.com",
"-output-result-json", "${ISOLATED_OUTDIR}/build_result_filename",
@@ -1272,7 +1271,7 @@ func process(b *specs.TasksCfgBuilder, name string) {
j.Trigger = specs.TRIGGER_NIGHTLY
} else if strings.Contains(name, "-Weekly-") || strings.Contains(name, "CT_DM_1m_SKPs") {
j.Trigger = specs.TRIGGER_WEEKLY
- } else if strings.Contains(name, "Flutter") || strings.Contains(name, "PDFium") || strings.Contains(name, "CommandBuffer") {
+ } else if strings.Contains(name, "Flutter") || strings.Contains(name, "CommandBuffer") {
j.Trigger = specs.TRIGGER_MASTER_ONLY
} else if strings.Contains(name, "-OnDemand-") || strings.Contains(name, "Android_Framework") {
j.Trigger = specs.TRIGGER_ON_DEMAND