From 44a68b3b3b16a745582f7df8a667f30752db0ebf Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 4 May 2018 08:59:16 -0400 Subject: [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 Commit-Queue: Eric Boren --- infra/bots/gen_tasks.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'infra/bots/gen_tasks.go') 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 -- cgit v1.2.3