From bd0791be3ff217c4f22e7cc09e1469f973470a9b Mon Sep 17 00:00:00 2001 From: godofredoc Date: Mon, 12 Dec 2022 07:17:51 -0800 Subject: [PATCH] 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. --- .ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 63a7c40a6552..7d92df7395d1 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -4690,9 +4690,8 @@ targets: task_name: flutter_packaging tags: > ["framework", "hostonly", "shard", "mac"] - drone_dimensions: > - ["cpu=arm64"] - + dimensions: + cpu: "arm64" - name: Windows flutter_packaging recipe: packaging_v2/packaging_v2