fix: build windows_arm artifacts for cah#176723
Conversation
Adds target to merge queue, the only place that the CAH is used to produce artifacts. Today this is built in post submit and only uploads to the githash artifact. This should not add these artifacts to release builders as the enabled branches are "master"
| release_build: "true" | ||
| add_recipes_cq: "true" |
There was a problem hiding this comment.
For consistency with other targets in this file, it would be better to place add_recipes_cq before release_build.
Most other targets in this file that have both of these properties list add_recipes_cq first. For example:
Linux linux_arm_host_engineLinux linux_host_engineLinux linux_android_aot_engine
Maintaining a consistent order for properties improves the readability and maintainability of this large configuration file. This aligns with the style guide's philosophy to optimize for readability.
<style_guide_reference start_line="29" end_line="29" guide="REPO" />
add_recipes_cq: "true"
release_build: "true"|
autosubmit label was removed for flutter/flutter/176723, because - The status or check suite Linux mac_android_aot_engine has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
autosubmit label was removed for flutter/flutter/176723, because - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
Autosubmit is drunk; google3 testing wasn't failing. |
Adds target to merge queue, the only place that the CAH is used to produce artifacts. Today this is built in post submit and only uploads to the githash artifact. This should not add these artifacts to release builders as the `enabled_branches` is set to "master" fixes flutter#176603
Adds target to merge queue, the only place that the CAH is used to produce artifacts. Today this is built in post submit and only uploads to the githash artifact.
This should not add these artifacts to release builders as the
enabled_branchesis set to "master"fixes #176603