From 3613b5e40547416a37332cca54bc665690eed7c5 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 23 Aug 2024 14:54:34 -0700 Subject: [PATCH] Set cores in 'dimensions' instead of 'properties' properties gets routed to the build properties json. dimensions gets routed to the common_pb2.RequestedDimension buildbucket protobuf field. --- .ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 5e7bf87cfc90f..61e77e7795517 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -211,11 +211,12 @@ targets: properties: release_build: "true" config_name: linux_fuchsia - cores: "8" # Do not remove(https://github.com/flutter/flutter/issues/144644) # Scheduler will fail to get the platform drone_dimensions: - os=Linux + dimensions: + cores: "8" - name: Linux linux_fuchsia_tests recipe: engine_v2/engine_v2