From 5a12d0578ac447c0eeecdba477a4b547999faaa1 Mon Sep 17 00:00:00 2001 From: Ravi Mistry Date: Tue, 15 May 2018 17:19:42 -0400 Subject: Run RecreateSKPs bot on SkiaCT pool which has more disk space Should not take up much capacity since it only runs once a day. Bug: skia:7917 Change-Id: I6e489341032ef40df8cedae4e92c5f00d9a2df91 Reviewed-on: https://skia-review.googlesource.com/128405 Commit-Queue: Ravi Mistry Reviewed-by: Eric Boren --- infra/bots/gen_tasks.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'infra/bots/gen_tasks.go') diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index ee916f8c92..95fed7264e 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -819,7 +819,11 @@ func compile(b *specs.TasksCfgBuilder, name string, parts map[string]string) str // task in the generated chain of tasks, which the Job should add as a // dependency. func recreateSKPs(b *specs.TasksCfgBuilder, name string) string { - task := kitchenTask(name, "recreate_skps", "swarm_recipe.isolate", SERVICE_ACCOUNT_RECREATE_SKPS, linuxGceDimensions(MACHINE_TYPE_LARGE), nil, OUTPUT_NONE) + dims := []string{ + "pool:SkiaCT", + fmt.Sprintf("os:%s", DEFAULT_OS_LINUX_GCE), + } + task := kitchenTask(name, "recreate_skps", "swarm_recipe.isolate", SERVICE_ACCOUNT_RECREATE_SKPS, dims, nil, OUTPUT_NONE) task.CipdPackages = append(task.CipdPackages, CIPD_PKGS_GIT...) task.CipdPackages = append(task.CipdPackages, b.MustGetCipdPackageFromAsset("go")) timeout(task, 4*time.Hour) -- cgit v1.2.3