Pass drone_dimensions as part of the main target. (#116812)
* Pass drone_dimensions as part of the main target. Drone dimensions were passed as properties when the sharding utility is expecting them in the target. Bug: https://github.com/flutter/flutter/issues/116794 * Use dimensions instead of drone_dimensions. * Use a map format.
This commit is contained in:
5
.ci.yaml
5
.ci.yaml
@@ -4690,9 +4690,8 @@ targets:
|
|||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "mac"]
|
["framework", "hostonly", "shard", "mac"]
|
||||||
drone_dimensions: >
|
dimensions:
|
||||||
["cpu=arm64"]
|
cpu: "arm64"
|
||||||
|
|
||||||
|
|
||||||
- name: Windows flutter_packaging
|
- name: Windows flutter_packaging
|
||||||
recipe: packaging_v2/packaging_v2
|
recipe: packaging_v2/packaging_v2
|
||||||
|
|||||||
Reference in New Issue
Block a user