aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/gen_tasks.go
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-10-30 10:05:52 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-30 16:20:29 +0000
commitd2b8af11520ae26e6e6afca636dfcb87036d600d (patch)
tree48d4a83aaf12f4121173685d55f0549b9c9aeb17 /infra/bots/gen_tasks.go
parentcad3b8c03151bbce0e2e682fcfa7473c97e2f175 (diff)
Update Pixel Cs to new version
Bug: skia:6176 NOTRY: true Change-Id: Ic287556f6e4fa3bffc53e1ca0ca11cc955a4f278 Reviewed-on: https://skia-review.googlesource.com/65101 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/gen_tasks.go')
-rw-r--r--infra/bots/gen_tasks.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index e96d0ad6ed..d6c5ed2e8a 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -230,7 +230,7 @@ func defaultSwarmDimensions(parts map[string]string) []string {
"Nexus7v2": {"flo", "M"},
"NexusPlayer": {"fugu", "OPR6.170623.010"},
"Pixel": {"sailfish", "OPR3.170623.008"},
- "PixelC": {"dragon", "OPR6.170623.010"},
+ "PixelC": {"dragon", "OPR1.170623.014"},
"PixelXL": {"marlin", "OPR3.170623.008"},
}[parts["model"]]
if !ok {
@@ -1052,7 +1052,7 @@ func process(b *specs.TasksCfgBuilder, name string) {
// Calmbench bots.
if parts["role"] == "Calmbench" {
- deps = append(deps, calmbench(b, name, parts));
+ deps = append(deps, calmbench(b, name, parts))
}
// Most remaining bots need a compile task.