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

Commit b7ae764

Browse files
authored
CP: Fix drone_dimension host_engine_builder. (#42068) (#42083)
CP: 3d645f3 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on writing and running engine tests. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I signed the [CLA]. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style [testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
1 parent 6f945e8 commit b7ae764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ targets:
277277
- name: Linux linux_host_engine
278278
recipe: engine_v2/engine_v2
279279
timeout: 60
280-
dimensions:
281-
os: "Linux"
282280
properties:
283281
release_build: "true"
284282
config_name: linux_host_engine
283+
drone_dimensions:
284+
- os=Linux
285285

286286
- name: Linux linux_host_desktop_engine
287287
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)