Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fcb0132

Browse files
authored
Set cores in 'dimensions' instead of 'properties' (#54747)
`properties` gets routed to the build properties json that gets handed to the recipe. `dimensions` gets routed to the common_pb2.RequestedDimension buildbucket protobuf field. See: https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/shard_util/api.py#368
1 parent a6b3bd0 commit fcb0132

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,12 @@ targets:
211211
properties:
212212
release_build: "true"
213213
config_name: linux_fuchsia
214-
cores: "8"
215214
# Do not remove(https://github.com/flutter/flutter/issues/144644)
216215
# Scheduler will fail to get the platform
217216
drone_dimensions:
218217
- os=Linux
218+
dimensions:
219+
cores: "8"
219220

220221
- name: Linux linux_fuchsia_tests
221222
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)