[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 <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2018-04-24 13:12:05 -04:00 committed by Skia Commit-Bot
parent fe7e7cbcec
commit e9a670045f

View File

@ -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") {