[DDM] enable host builds in the merge queue (#177446)

Follow-up to https://github.com/flutter/flutter/pull/177252.
Towards b/452833651.
Similar to https://github.com/flutter/flutter/pull/168233.

This changes the ddm host build to be part of the merge queue so they
are available on every commit because we want to use them for internal
testing and use them on CI internally.
This commit is contained in:
Michael Goderbauer 2025-10-27 22:00:08 +01:00 committed by GitHub
parent b28c40c972
commit cc743e404c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,13 +233,12 @@ targets:
- name: Linux linux_host_engine_ddm
recipe: engine_v2/engine_v2
bringup: true
backfill: false
timeout: 120
enabled_branches:
# Don't run this on release branches
- master
properties:
release_build: "true"
add_recipes_cq: "true"
config_name: linux_host_engine_ddm
# Do not remove(https://github.com/flutter/flutter/issues/144644)