[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:
parent
fe7e7cbcec
commit
e9a670045f
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user