-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[dync_modules] enable iOS ddm build in the merge queue #173094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request enables the Mac mac_ios_engine_ddm build in the merge queue, making it a required check for changes on the master branch. This is achieved by removing the bringup: true property, which is the standard procedure for promoting a CI build from an experimental to a required status. The change also adds release_build: "true" and removes backfill: false, which appear to be appropriate adjustments for this build's new role. The changes look correct and align with the goal of having these builds always available.
sigmundch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please wait for @jtmcdole's stamp too.
sigmundch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(oops didn't click approve)
|
@jtmcdole friendly ping |
|
This will require 5 machines for every commit in the commit queue (until we turn off builds for non-engine changes). While it takes 17 minutes now in the bring-up true, that is only because its using We can enable this now, but if the queue times go up we might want to consider non-bringup true, release false, and backfill. |
jtmcdole
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with comments.
|
Example showing increased time in the queue (29 minutes) - though we didn't have to wait for resources. |
Similar to flutter#168233, but this time for iOS Follow-up to flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
Similar to flutter#168233, but this time for iOS Follow-up to flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
Similar to flutter#168233, but this time for iOS Follow-up to flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
Similar to flutter#168233, but this time for iOS Follow-up to flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
Similar to flutter#168233, but this time for iOS Follow-up to flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
Similar to #168233, but this time for iOS
Follow-up to #168717
As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.