From e9a670045f1a0b429e51d38650615227dc0e3409 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 24 Apr 2018 13:12:05 -0400 Subject: [PATCH] [infra] Fix missing internal_hardware_label property Bug: skia:7050 Change-Id: I9fd99f63886c29b42c22d108b5ae29392827dc77 Reviewed-on: https://skia-review.googlesource.com/123427 Auto-Submit: Eric Boren Reviewed-by: Eric Boren Commit-Queue: Eric Boren --- infra/bots/gen_tasks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index dfcb81705d..e9b1d207a0 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -892,7 +892,7 @@ func test(b *specs.TasksCfgBuilder, name string, parts map[string]string, compil if iid != nil { extraProps["internal_hardware_label"] = strconv.Itoa(*iid) } - task := kitchenTask(name, recipe, "test_skia_bundled.isolate", "", swarmDimensions(parts), nil, OUTPUT_TEST) + task := kitchenTask(name, recipe, "test_skia_bundled.isolate", "", swarmDimensions(parts), extraProps, OUTPUT_TEST) task.CipdPackages = append(task.CipdPackages, pkgs...) task.Dependencies = append(task.Dependencies, compileTaskName) if strings.Contains(name, "Android_ASAN") {